.textCenter {
    padding: 50px 0;
}
.textCenter .row {
    justify-content: center;
}
.textCenter .content h2 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 40px;
}
.textCenter .content h2:first-of-type {
    margin-top: 0;
}
.textCenter .content h3 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 40px;
}
.textCenter .content h4 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 40px;
}
.textCenter .content h5 {
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 40px;
}
