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