.textCenter {
    padding: 50px 0;
}
.textCenter .content h2 {
    color: #3A1E92;
    text-align: center;
    font-family: Domine;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 20px;
}
.textCenter .content h3 {
    color: #3A1E92;
    text-align: center;
    font-family: Domine;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 40px 0 20px;
}
.textCenter .content h4 {
    color: #3A1E92;
    text-align: center;
    font-family: Domine;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 40px 0 20px;
}
.textCenter .content p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.textCenter .content p:first-of-type {
    color: #211448;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px;
}
