@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.container-lenses{
    background-image: url('../images/GL_LensesHub_01_D.webp');
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    background-color: red;
    width: 100%;
    height: 650px;
    color: #fff;
}

.container-lenses .title{

    width: 45%;
    padding: 200px 100px 0 100px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    line-height: 30px;
}

.container-lenses .title h2{
    font-size: 30px;
}

.findLen{
    padding: 20px;
}

.findLen h3{
    padding: 30px 0;
}

.findLen .content-Len{
    display: flex;
    gap: 30px;
    justify-content: space-around;
  
   
}

.findLen .content-Len .card{

    background-color: #EFF5FF;
    padding: 10px;
    border-radius: 5px;
    display: flex;
}
.findLen .content-Len .card  .img{
    width: 50%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.findLen .content-Len .card .img > img{
    width: 120px;
    height: 120px;
}

.findLen .content-Len .card .title{
    padding: 0 20px;
    line-height: 22px;
}

.findLen .content-Len .card .title h4{
    padding: 15px 0;
}

.findLen .content-Len .card .title small{
    font-weight: bold;
    color: #565656;
    font-size: 14px;
}

.lens-thickness{
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.lens-thickness .conten-thickness{
    padding: 20px 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.lens-thickness .conten-thickness .des{
    width: 35%;

}

.lens-thickness .conten-thickness .des div{
    line-height: 30px;
    margin-bottom: 30px;
}

.lens-thickness .conten-thickness .des div .highlight{
    color: #575d9b;
    font-weight: bold;
}
.lens-thickness .conten-thickness .des small{
    font-size: 16px;
}
.lens-thickness .conten-thickness .video{
    width: 50%;

}

.lens-thickness .conten-thickness .video > video{
    width: 100%;
}