/*custom header for sites*/
.back-header {
    background: linear-gradient(131.16deg, #B35CBA 0%, #3889DA 100%);
}

.header-img {
    position: absolute;
    right: 15%;
    bottom: 50px;
}
.advantages-about {
    /* height: 651px; */
    background: linear-gradient(131.16deg, #EC272C 0%, #F9E0B9 100%), #D9D9D9;
    box-shadow: 0px 4px 20px rgba(236, 97, 90, 0.6);
    border-radius: 6px
}
.cw {
    color: #FFFFFF;
    position: relative;
    z-index: 150;
    margin-top: -51px !important;
}
.page-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}
.txt-1 {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
}
.txt-2 {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
}
.img {
    height: 80px;
}
.item-good {
    object-fit: contain;
    object-position: center;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding-bottom: 80px;
}
@media (max-width: 1199px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1400px) {
    .step-by-step .step {
        width: 30%;
    }
}
@media (max-width: 1000px){
    .catalog-title {
        margin-left: 0 !important;
    }
    .step-by-step .step {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .advantages-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .step-by-step .step {
        width: 100%;
    }
    .about-us-txt {
        flex-direction: column;
    }
}
