.faq-textxx {
    padding: 15px;
    width: 100%;
    background: #ffffff80;
    border-radius: 12px;
}

.faq-textxx h1 {
    color: var(--main-color);
    font-size: 3.7rem;
    text-transform: uppercase;
    font-family: Manrope;
    font-style: normal;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.banner-faq {
    background: url(../images/abtus@1x.png), #89520033;
}

/* Retina-specific styles using media queries */
@media only screen and (min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi) {
  .banner-faq {
        background: url(../images/abtus@2x.png), #89520033;
    }
}

@media only screen and (min-device-pixel-ratio: 3), 
       only screen and (min-resolution: 288dpi) {
      .banner-faq {
            background: url(../images/abtus@3x.png), #89520033;
        }
}


@media(max-width: 767px) {
    .banner-faq {
            background: url(../images/mobileAbt1x.png), #89520033;
                    background-repeat: no-repeat;
        background-size: cover;
        }

        .faq-textxx {
    padding: 0px;
    width: 100%;
    background: transparent;
    border-radius: 12px;
}

.faq-textxx h1 {
    font-size: 3rem;
    padding: 10px 0px;
}
}


section.aboutusTrinitytextWrap {
    padding: 30px 0px;
    position: relative;
}
.textWrapping p {
    font-size: 1.5rem;
    text-align: center;
}
.textWrapping p strong {
    font-size: 2rem;
}

.aboutIconWrapCard ul {
    list-style: none;
}
.aboutIconWrapCard ul li {
        display: flex;
    align-items: center;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px 0px 25px;
    padding: 30px 0px;
}

.iconBoxABoutus {
    width: 100px;
    margin-right: 15px;
    box-shadow: 0px 4px 4px #0000002b;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.iconBoxABoutus svg {
    max-width: 45px;
}

.comprehensiveBoxtext {
    width: calc(100% - 120px);
    padding: 0px 15px;
    border-left: 4px solid #895200;
}

.comprehensiveBoxtext h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.comprehensiveBoxtext p {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 15px;
}

.contentabout h2 {
    font-size: 3.7rem;
    font-weight: 700;
    color: var(--third-color);
    margin-bottom: 40px;
}

.contentabout a.getstartedBtn {
    margin-top: 50px;
}

.about-us {
    margin-top: 60px;
        padding-bottom: 70px;
}

.trinityFactorySection {
    background: url(../images/backgroundAbt@1x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0px;
}

/*.whiteBoxxBg:before {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    content: "";
    display: block;
    background: #ffffffd1;
    height: 100%;
    width: 100%;
    position: absolute;
}*/

.whiteBoxxBg {
    position: relative;
    z-index: 22222;
      background: #ffffffd1;
      padding: 30px;
      border-radius: 15px;
}

.whiteBoxxBg h2 {
    font-size: 2.1rem;
    text-align: center;
    margin: 15px 0px 30px;
    font-weight: 700;
}

.convensisWrap h4 {
    color: var(--third-color);
        text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 270px;
    margin: 15px auto 25px;
    text-transform: uppercase;
}

.convensisWrap p {
    font-size: 1.2rem;
    text-align: center;
}
.mobileShowPart {
    display: none;
}

@media(max-width: 991px) {
    .comprehensiveBoxtext {
        width: 100%;
        padding: 0px 15px;
        border-left: 0px solid var(--third-color);
        text-align: center;
    }
    .aboutIconWrapCard ul li {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .iconBoxABoutus {
        width: 100px;
        margin-right: 0px;
        height: 100px;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin-bottom: 25px;
    }
    .contentabout h2 {
        font-size: 3.3rem;
        text-align: center;
    }
    .mobileShowPart {
        display: block;
    }
    .deshshowB {
        display: none;
    }
    .textWrapping p {
        font-size: 1.2rem;
        text-align: center;
    }
    .textWrapping p strong {
        font-size: 1.5rem;
    }
    .contentabout.mobileShowPart a.getstartedBtn {
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .contentabout.mobileShowPart img.img-fluid {
        width: 100%;
    }
    
}