.btn-gradient {
    background: -webkit-linear-gradient(right, #f75d21 0%, #f58122 100%) !important;
    background: linear-gradient(-90deg, #f75d21 0%, #f58122 100%) !important
}

.btn-gradient::after {
    background: -webkit-linear-gradient(right, #f58122 0%, #f75d21 100%) !important;
    background: linear-gradient(-90deg, #f58122 0%, #f75d21 100%) !important
}

.telephone-size {
    height: auto !important;
    width: 22px !important
}

.tele-number {
    color: #f75d21 !important
}

@media (min-width:767px) {
    .about-mission {
        display: flex !important;
        flex-direction: row !important;
        align-items: baseline !important
    }

    .p_sizes {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }
}

.mb_0 {
    margin-bottom: 0px !important
}

.iner_content {
    padding: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.text_center {
    text-align: center !important
}

.coverage-p {
    color: #181818
}

#coverage-map {
    height: 400px; /* Adjust height as needed */
    width: 100%;   /* Adjust width as needed */
  }

  a.edu-btn2, button.edu-btn2 {
    background: #282828 !important;
  }