.why-choose-us {
    /* border: 1px solid black; */
    padding: 0 !important;
}

.why-container {
    display: flex;
    justify-content: space-around;
}

.why-choose-us h2 {
    /* text-align: left;
    padding-left: 5%; */
}

.choose-point {
    /* padding-left: 5%; */
}

.choose-point ul {
    padding-left: 30px;
}


.choose-point ul li {
    margin-top: 8px;

}


.why-choose-us img {
    width: auto;
    height: 300px;
    border-radius: 8px;
}

@media(max-width:1100px) {
    .why-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        /* space between the 2 divs */
    }
}

@media(max-width:470px) {
    .why-choose-us img {
        width: 100%;
        height: 100%;
        padding: 5px;
        object-fit: cover;

    }
}