
#wearethermax_two {
    padding-top: 80px;
    padding-bottom: 80px
}

#wearethermax_two .desc {
    font-size: var(--fs-34);
    font-weight: var(--font-weight-500);
    line-height: 43px;
    color: var(--black);
}

#wearethermax_two .desc strong {
    color: var(--black);
    font-weight: var(--font-weight-500)
}

#wearethermax_two p {
    font-weight: var(--font-weight-500)
}

#wearethermax_two .mask {
    width: 100%;
    height: 115%;
    position: absolute;
    background: #161616;
    left: 0;
    top: 0;
    opacity: .8
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
  .infoNos {
        height: 200px;
    }
 .infoNos h3 {
        font-size: 60px;
    }
        #wearethermax_two p {
        font-size: var(--fs-16);
        line-height: 24px;
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
  #wearethermax_two .desc {
        font-size: var(--fs-32);
        line-height: 40px
    }
      .infoNos {
        height: 200px;
    }
 .infoNos h3 {
        font-size: 60px;
    }
        #wearethermax_two p {
        font-size: var(--fs-16);
        line-height: 24px;
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {


  #wearethermax_two {
        padding-top: 13px;
        padding-bottom: 30px
    }

    #wearethermax_two .desc {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px
    }

          .infoNos {
        height: 200px;
    }
 .infoNos h3 {
        font-size: 50px;
    }
        #wearethermax_two p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
    }
.infoNos {
        height: 150px;
        margin-bottom: 20px;
        padding: 10px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .infoNos {
        height: 150px;
        margin-bottom: 20px;
        padding: 10px;
    }
        .infoNos h3 {
        font-size: 50px;
    }
    .infoNos p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
    }
}



@media(min-width: 320px)and (max-width: 767px) { 
 #wearethermax_two {
        padding-top: 0px;
        padding-bottom: 30px
    }

    #wearethermax_two .desc {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px
    }

        p {
        font-size: var(--fs-14);
        line-height: 24px;
    }

    .infoNos {
        height: 150px;
        margin-bottom: 20px;
        padding: 10px;
    }
        .infoNos h3 {
        font-size: 50px;
    }
        .infoNos p {
        font-size: var(--fs-14);
        line-height: 24px;
    }

}


