.clients, .products{
    width: 100%;
    height: 50vh;
    overflow: inherit;
    position: relative;
}
.clients{
    background: #191919;
    border-bottom: 5px solid yellow;
}
.products{
    background: #121212;
}
.clients .cont, .products .cont{
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    position: absolute;
}
.clients .cont .c1,.clients .cont .c2, .products .cont .c1, .products .cont .c2{
    height: 80%;
    border: 0px solid palevioletred;
    border-radius: 15px;
    flex-direction: column;
    margin: 2.5%;
}
.clients .cont .c2{
    border: 2px solid #121212;
    background: #121212;
    position: relative;
    display: flex;
    flex-direction: row;
}
.products .cont .c2{
    border: 2px solid #191919;
    background: #191919;
}
.clients .cont .c1, .products .cont .c1{
    width: 10%;
    margin-left: 7vw;
}
.clients .cont .c2, .products .cont .c2{
    width: 70%;
    margin-left: 2vw;
}
.clients .cont .c1 h1{
    color: yellow;
    opacity: 0.8;
    transform: rotate(270deg);
    position: absolute;
    font-size: 4vw;
    top: 8.5rem;
    left: 1vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.products .cont .c1 h1{
    color: yellow;
    opacity: 0.8;
    transform: rotate(270deg);
    position: absolute;
    font-size: 4vw;
    top: 7.2rem;
    left: 1.5vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fb1, .fb2{
    border: 1px solid #121212;
    border-radius: 15px;
    height: 100%;
    width: 50%;
}
.c{
    background: #191919;
    border: 1px solid #121212;
    border-radius: 15px;
    height: 20%;
    width: 90%;
    margin: 1.8vw;
    text-align: center;
}
.clients .cont .c2 .c h4{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 3%;
}
.products .cont .c2{
    display: flex;
    flex-direction: row;
}
.products .cont .c2 .t{
    background: #121212;
    height: 90%;
    width: 22%;
    margin: 1vw;
    border: 1px solid #121212;
    border-radius: 15px;
}
.products .cont .c2 .t .img1, .img2, .img3, .img4{
    height: 60%;
    width: 80%;
    border: 1px solid #121212;
    border-radius: 15px;
    position: relative;
    margin-top: 1vw;
    margin-left: 1.4vw;
    overflow: hidden;
}
.products .cont .c2 .t .img1{
    background-image: url(cylinder-block-500x500.jpg);
    background-size: cover;
}
.products .cont .c2 .t .img2{
    background-image: url(d15-front-cover.jpg);
    background-size: cover;
}
.products .cont .c2 .t .img3{
    background-image: url(diff-case.jpg);
    background-size: cover;
}
.products .cont .c2 .t .img4{
    background-image: url(rear-housing.jpg);
    background-size: cover;
}
.products .cont .c2 .t .name{
    height: 20%;
    width: 80%;
    border: 1px solid #191919;
    border-radius: 15px;
    position: relative;
    margin-top: 1vw;
    margin-left: 1.5vw;
    background: #191919;
    text-align: center;
}
.products .cont .c2 .t .name h4{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 8%;
}

@media (max-width:700px){
    .clients{
        height: 100vh;
    }
    .products{
        height: 100%;
        min-height: 200vh;
    }
    .clients .cont, .clients .cont .c2, .products .cont{
        flex-direction: column;
    }
    .fb1, .fb2{
        width: 100%;
    }
    .c{
        margin: 7vw 3vw;
    }
    .clients .cont .c1, .clients .cont .c2, .products .cont .c1, .products .cont .c2{
        width: 80% !important;
        margin-left: 7vw !important;
    }
    .products .cont{
        height: 100%;
    }
    .products .cont .c2{
        height: 100% !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 0px !important;
        border-radius: 0px;
        background: #121212 !important;
    }   
    .clients .cont .c1, .products .cont .c1{
        height: 20%;
    }
    .products .cont .c1{
        max-height: 10%;
    }
    .clients .cont .c1 h1, .products .cont .c1 h1{
        opacity: 1;
        transform: none;
        font-size: 8vh;
        top: 7vh;
        left: 7vw;
    }
    .products .cont .c1 h1{
        top: 2vh !important;
    }
    .products .cont .c2{
        flex-direction: column;
        margin-top: 1rem;
    }
    .products .cont .c2 .t{
        height: 42vh;
        width: 80%;
        margin-left: 4vh;
    }
    .img1, .img2, .img3, .img4, .products .cont .c2 .t .name{
        margin-left: 3vh !important;
        margin-top: 2vh !important;
    }
}
@media (max-width:500px){
    .c h4{
        font-size: 1rem !important;
        margin-top: 5%;
    }
}