.textCenter {
    padding: 50px 0;
}
.textCenter .header {
    text-align: center;
}
.textCenter .header h2 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
    color: #191919;
}
.textCenter .header h1{
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #000000;
    margin: 0;
}
.textCenter .header p {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    color: #007daf;
    margin: 0;
}
.textCenter .line {
    background: #e6e6e6;
    height: 3px;
    width: 50px;
    margin: 30px auto;
}
.textCenter .content {
    color: #777777;
    font-size: 17px;
    text-align: center;
}
.textCenter .content .click {
    margin-top: 40px;
}

.textCenter .header p strong {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
    color: #2a2a2a;
}
.textCenter .header p strong em {
    color: #007DAF;
    font-style: normal;
}
