* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.about-banner {
    background: linear-gradient(45deg,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)), url("insolac-img/about-bg1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 90%;
    width: 100%;
    height: 50vh;
    margin-top: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-heading {
    width: 60%;
    height: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    border-radius: 5px 5rem;
    box-shadow: 0px 0px 20px rgb(136, 136, 136);
}

.banner-heading .about-bg-head {
    color: #fff;
    font-size: 3rem;
    text-shadow: 2px 2px black;
}

.banner-heading h2 {
    font-size: 2.2rem;
    text-align: center;
    color: rgb(224, 224, 224);
}

.about1 {
    padding: 100px 0px;
}

.about2 {
    padding-bottom: 100px;
}

.about3 {
    padding-bottom: 100px;
}

.about-body1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}


.about-img1 img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    padding: 0px;
    border-radius: 5px 7rem;
    border: 10px solid white;
    box-shadow: 20px 20px #ed1c24;
}

.about-img2 img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    padding: 0px;
    border-radius: 7rem 5px;
    border: 10px solid white;
    box-shadow: -20px 20px #ed1c24;
}

.about-img3 {
    width: 54%;
}

.about-img3 img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    object-position: right;
    padding: 0px;
    border-radius: 5px 7rem;
    border: 10px solid white;
    box-shadow: 20px 20px #ed1c24;
}

/* .new-bg-border {
    height: 30rem;
    object-fit: cover;
    padding: 0px;
    border: 10px solid white;
    border-radius: 7rem 5px;
    box-shadow: -20px 20px  #ed1c24;
} */

.about-decs1 {
    width: 70%;
}

.about-decs1 .about-head{
    font-size: 40px;
    font-weight: 600;
    color: #ed1c24;
}
.about-head-second{
    color: #ed1c24;
    font-size: 40px;
    font-weight: 600;
}

.about-sollution {
    width: 50%;
    margin: auto;
}
.choose_btn li{
    padding: 0px;
}

.choose_btn li .choose-btn-link {
    color: black;
}

.choose_btn li:hover a {
    color: white;
}
.choose_btn li a{
    display: block;
    padding: 15px 20px;
}




@media (max-width: 768px) {

    .banner-heading {
        width: 80%;
        box-shadow: 0px 0px 10px rgb(136, 136, 136);
    }

    .about1 {
        padding: 80px 0px 50px;
    }

    .about2 {
        padding-bottom: 50px;
    }

    .about3 {
        padding-bottom: 50px;
    }

    .about-body1 {
        display: flex;
        flex-direction: column;
    }

    .about-img1 {
        padding: 0px 20px 0px 0px;
    }

    .about-img2 {
        padding: 0px 0px 0px 20px;
        order: -1;
    }

    .about-img3 {
        width: 100%;
        padding: 0px 20px 0px 0px;
    }

    .about-decs1 {
        width: 100%;
        padding: 0px 20px;
    }
}

@media (max-width: 575px) {
    .banner-heading {
        width: 90%;
        height: auto;
        border-radius: 5px 4rem;
        padding: 15px 13px 5px;
    }

    .about-banner {
        height: 35vh;
        margin-top: 70px;
    }

    .banner-heading .about-bg-head {
        font-size: 30px;
    }

    .banner-heading h2 {
        font-size: 18px;
    }

    .about-img1 {
        padding: 0px 32px 0px 10px;
    }

    .about-img2 {
        padding: 0px 10px 0px 32px;
    }

    .about-img1 img {
        height: 17rem;
        border-radius: 5px 4rem;
        border: 10px solid white;
        box-shadow: 10px 10px #ed1c24;
    }

    .about-img2 img {
        height: 17rem;
        border-radius: 4rem 5px;
        border: 10px solid white;
        box-shadow: -10px 10px #ed1c24;
    }

    .about-img3 {
        padding: 0px 32px 0px 10px;
    }

    .about-img3 img {
        height: 17rem;
        border-radius: 5px 4rem;
        border: 10px solid white;
        box-shadow: 10px 10px #ed1c24;
    }

    .about-decs1 .about-head{
        font-size: 35px;
    }

    .about-head-second{
        font-size: 35px;
    }
}