.why-solar-img img {
    width: 100%;
    margin: 40px 0px;
    max-height: 386px;
    object-fit: cover;
}
section.why-solar-sec {
    padding: 150px 0px;
}

.why-solar-sec  .our-team-text h2 {
    line-height: 1.2;
}
section.why-solar-sec .row {
    display: flex;
    align-items: center;
}
.for-btn-text-center {
    text-align: center ;
    padding-top: 40px;
}
.blog-sec-heading-wrapper.our-team-text ul.checklist {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.blog-sec-heading-wrapper.our-team-text ul.checklist li p {
    margin-bottom: 7px;
    position: relative;
    padding-left: 22px;
}

.blog-sec-heading-wrapper.our-team-text ul.checklist li p::before {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    left: 0pc;
    top: 3px;
    background-size: 100%;
    background-position: top left;
}
/* Laptop Responsive  */
@media (max-width: 1400px) and (min-width: 1200px){
    /* p {
        font-size: 13px;
    } */
    h2 {
        font-size: 39px;
    }
}
@media(max-width:1100px){
    .why-solar-sec  .our-team-text h2 {
        font-size: 31px;
        line-height: 35px;
    }
}
/* Laptop Responsive  */
/* Mobile Responsive Starts Here  */
@media(max-width:575px){
    section.why-solar-sec {
        padding: 30px 0px;
    }
	.why-solar-sec  .our-team-text h2 {
        font-size: 20px;
        line-height: normal;
    }
    .why-solar-img img {
        margin: 20px 0px;
    }
}
/* Mob