h2.harness-banner-heading {
    font-size: 100px;
    color: #fff;
    font-weight: bold;
}
.harness-banner-para p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}
h2.fortitude-banner-heading {
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -140px;
}
h2.fortitude-heading2 {
    font-size: 100px;
    font-weight: bold;
    color: #A8986B;
    position: absolute;
    top: 180px;
}
.fortitude-banner p {
    color: #fff;
    font-size: 30px;
    margin-top: 380px;
    margin-bottom: 30px;
}

.page-arabic .fortitude-banner p {
    color: #fff;
    font-size: 30px;
    margin-top: 410px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {

h2.harness-banner-heading {
    font-size: 50px;
}
h2.fortitude-banner-heading {
    font-size: 50px;
    top: 0;
    margin-top: 0;
}
h2.fortitude-heading2 {
    font-size: 47px;
    font-weight: bold;
    color: #A8986B;
    position: absolute;
    top: 145px;
}
.fortitude-banner p {
    color: #fff;
    font-size: 30px;
    margin-top: 240px;
    margin-bottom: 10px;
    /* font-size: 20px !important; */
}
}