#products{
    padding-top: 192px;
}
.proBackground{
    width: 100%;
}
.proBackground img{
    width: 100%;
    height: 100%;
}
.products-content{
    padding: 24px 12.4% 66px 12.4%;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.products-content h3{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 34px;
}

.img img{
    width: 100%;
}