.header-content h1 {
    font-family: "Reddit Sans", sans-serif;
    color: #fff;
    font-size: 36px;
}
.overlay {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)); */
    background: linear-gradient(to right, rgba(2, 6, 23, 0.75), rgba(2, 6, 23, 0.6));
}
.why-us-content h3 {
    font-size: 21px;
}

.why-us-content {
    padding: 25px 20px;
    text-align: center;
}
.block-our-services .rotate-txt {
    font-size: 15px !important;
    margin-top: 260px;
    left: -1.5rem;
    letter-spacing: 9px !important;
}
    .fs-21 {
        font-size: 21px !important;
    }
    .testi-desc p{
        height: 150px !important;
        overflow: auto !important;
    }

    #headerContent {
    background: url('../img/header_bg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    min-height: 700px;
    position: relative;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.63), 0 0 2px #000;
    padding: 100px 0 80px;
    z-index: 1050;
}
    .block-testimonial .rotate-txt {
        margin-top: 195px;
        letter-spacing: 7px !important;
    }
@media all and (max-width:575px) {
  .header-content h1 {
    font-size: 32px;
}
.block-our-services .rotate-txt {
    margin-top: 0;
}
    .block-testimonial .rotate-txt {
        margin-top: 0;
    }
.mobile-font-size {
    font-size: 24px !important;
}
}
