.product{
    margin-top: 3rem;
    padding: 30px 60px;
}
.product .text{
    margin-top: 40px;
    margin-bottom:5rem;
}
.product p{
    padding: 20px 0;
    font-size: 18px;
}
.title-text{
    color: #000;
}
.brochure{
    height: 151px;
}
.brochure button{
    width: 300px;
}
.stabalizer{
    padding: 30px 60px;
}
.stabalizer .imgs{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}
.stabalizer p, .stabalizer li{
    color: #343434;
    margin: 20px 0px;
}
.stabalizer p{
    font-size: 24px;
    margin-top: 4rem;
}
.stabalizer li{
    font-size: 20px;
}
.features{
    background: #343434;
    padding: 30px 60px;
}
.features .title-text{
    color: #fff;
}
.features ul li{
    color: #3A6CB5;
    font-size: 30px;
    margin: 20px 0;
}
.features ul li span{
    color: #fff;
}
.container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 3rem;
    margin-top: 3rem;
}
.advantages{
    padding: 30px;
    
    background: none;
   height: 700px;
}
.advantages h1{
    color: #000;
}
.avd-card{
    padding: 20px;
    border: 2px solid #3A6CB5;
    width: 360px;
    height: 400px;
    border-radius: 12px;
}
.avd-card p{
    font-size: 18px;
    margin-top: 2rem;
    font-weight: 600;
    color: #343434;
}
.brochure{
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.brochure h1{
    padding: 20px;
    color: #343434;
}

.brochure h1:nth-child(2){
   border-left: 5px solid #000;
   border-right: 5px solid #000;

}
.brochure button{
    background: #fff;
    color: #000;
    font-weight: 600;
}
.advantages-card-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 3rem;
    flex-wrap: wrap;
}
.advantages{
    padding: 30px;
    background: none;
    background-position: bottom;
   height: 700px;
}
.advantages h1{
    color: #000;
}
.avd-card{
    padding: 20px;
    border: 2px solid #3A6CB5;
    width: 360px;
    height: 400px;
    border-radius: 12px;
}
.avd-card p{
    font-size: 18px;
    margin-top: 2rem;
    font-weight: 600;
    color: #343434;
}
@media(max-width:670px){
    .product{
        padding: 30px 20px;
    }
    .title-text{
        font-size: 31px;
    }
    .brochure{
        padding: 20px 30px;
        height: auto;
    }
    .brochure .title {
        flex-direction: column;
    }
    .stabalizer{
        flex-direction: column;
        padding: 30px 20px;
    }
    .stabalizer img{
        width: 98%;
        height: auto;
    }
    .stabalizer .imgs{
        flex-direction: column;
    }

    .features{
        padding: 30px 20px;
    }
    .features ul li {
        font-size: 20px;
    }
    .container{
        flex-direction: column;
        padding: 0px 10px;
    }
    .container img{
        width: 98%;
        height: auto;
    }
    .sponsers .logos{
        overflow-x: auto;

    }
    .advantages{
        height: auto;
    }
    .brochure.two h1 {
        font-size: 20px;
    }
    .brochure.ups button{
        margin: 10px 0px;
    }
}