@media (max-width:606px) {
    section.introtest .text h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        color: #fefefe;
    }


    .introtest .slides {
        height: 300px;
        padding-top: 16px;
    }

    .slidertest {
        width: 140px;
        height: 180px;
    }

    .slidertest span {
        transform: rotateY(calc(var(--i)*45deg)) translateZ(200px);
    }
    section.aboutus .rows{
        align-items: center;
        min-height: auto;
    }
    section.aboutus {
        padding: 24px 0px;
    }

    section.aboutus .details {
        margin-left: 4px;
    }

    section.aboutus .details h4 {
        color: var(--primary);
        padding: 16px 8px 8px 8px;
    }

    section.aboutus .details h5 {
        font-weight: bold;
        line-height: 1.2;
        padding: 0px 8px;
    }

    section.aboutus .details h6 {
        padding: 0px 8px;
        line-height: 1.5;
    }
    section.aboutus .details a{
        margin: 16px 8px;
    }

    section.becomeclient{
        width:auto;
        max-width: auto;
        height:430px;
        margin: 16px 8px;
    }
    section.becomeclient .becomeclients{
        border-radius: 8px;
        margin: 16px 8px;
        display:flex;
        max-width: 100%;
        width:auto;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(assets/img/background.jpg);
        align-items: center;
        justify-content: center;
    }
    section.becomeclient .becomeclients .content p{
        color: var(--primary);
        font-size: 24px;
      }
      section.becomeclient .becomeclients .content h1{
        font-size: 24px;
          font-weight: bold;
      }
      section.becomeclient .becomeclients .pb3{
        margin: 14px;
    }
}