.container {
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
}
.image-container {
    margin-top: 10%;
    margin-bottom: 50px;
}


.getstarted {
    background-image: linear-gradient(to right, #ce5234, #90331c);
    width: 190px;
    height: 50px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-left: 8%;
}

.getstarted:hover {
    background-image: linear-gradient(to right, #90331c, #90331c);
}

.chat-now {
    color: #90331c;
    font-size: 17px;
}

.pointmk {
    font-family: 'Noto Sans', sans-serif;
    list-style-type: disc;
    font-size: 17px;
}
.abouttitl {
    margin-left: 4%;
    margin-bottom: 7%;
    font-size: 35px;
}

.para {
    text-align: start;
    font-size: 20px;
    margin-left: 4%;

}

#achv {
    padding-left: 0 !important;
}

.introstyle {
    border-radius: 15px;
    box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
}

.containerfl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dert {
    border-radius: 5px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.box1 {
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;

}

.textoffer h6,
.conclu h6 {
    font-size: 18px !important;
}

.textoffer {
    grid-column: span 2;
}

.offerimg {
    grid-row: span 2;
}

.conclu {
    grid-column: span 2;
}

.newoffer {
    margin-top: 5%;
    margin-bottom: 5%;
}

.rowcl {
    display: flex;
    flex-wrap: wrap;
}

.about-top {
    margin-top: 180px !important;
}

@media screen and (min-width: 992px) {

    .below-newoffer {
        display: none;
    }

    .chat-now {
        color: #90331c;
        font-size: 17px;
    }
}

@media screen and (max-width: 767.98px) {

    .contactbtn-about {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0px !important;
    }

    .getstarted {
        margin-left: 0%;
    }

    .about-button {
        margin-left: 4% !important;
    }
}

@media screen and (max-width: 991.98px) {
    .about-top {
        margin-top: 50px !important;
    }

    .purpose-reverse {
        flex-direction: column-reverse !important;
        justify-content: center !important;
    }

    .purpose {
        margin-top: 1%;
        margin-left: 0%;
        text-align: center;
    }

    .newoffer {
        display: none;
    }

    .textoffer h6,
    .conclu h6 {
        font-size: 18px !important;
        line-height: 1.5;
    }

}

.company-journey {
    font-size: 35px;
}

.purpose-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-branch {
    text-align: center;
    font-size: 35px;
}

.about-button {
    margin-left: -4.5%;
}

.offertitle {
    font-size: 35px;
}

.CalltoAction {
    font-size: 20px;
}

.contactbtn-about {
    margin-left: -7.5%;
}

@media screen and (max-width:343.98px) {
    .getstarted {
        width: 160px !important;
    }
}

@media screen and (max-width: 452.98px) {
    .about-top {
        margin-top: 132px !important;
    }
}