.hero-section h1 {
    font-size: 46px;
}
.btn {
    background: linear-gradient(0deg, rgb(232, 123, 18) 0%, rgb(251, 171, 15) 100%);
}
.btn::before {
    background: linear-gradient(0deg, rgb(41, 156, 142) 0%, rgb(10, 110, 112) 100%);
}
.products-slider  .owl-item img {
    width: 100%;
    height: 260px;
}

.section-reviews .owl-item img {
    width: 260px;
    height:290px;
}
.hero-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #082012;
    opacity: .6;
}
.res-log img {
    width: 260px;
}