#about-img {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
}
#bordered-box {
    border: 3px solid #ff9900;
    padding: 10px;
    cursor: pointer;
}
#bordered-box > div {
    background: url("../images/about/pattern-bg-2.png") center/cover;
    padding: 20px 50px;
    color: #999;
    box-shadow: 1px 1px 2px #ccc;
}
#bordered-box > div .img-wrapper {
    border-radius: 100%;
    box-shadow: 1px 1px 2px #ccc;
    width: 96px;
    height: 96px;
    margin: 0 auto;
}
#bordered-box > div a:hover {
    color: #ff9900;
}
#about-content a {
    font-size: 14px;
    position: relative;
    line-height: 20px;
    /*height: 20px;*/
    display: inline-block;
    position: relative;
}
#about-content a i {
    font-size: 20px;
    line-height: 1;
    right: -15px;
    vertical-align: inherit;
    position: absolute;
    top: 0;
}
.right-box {
    padding: 30px 0;
    color: #fff;
    box-shadow: 1px 1px 2px #999;
    margin-right: 20px;
    cursor: pointer;
}
.right-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.right-box .img-wrapper {
    box-shadow: 1px 1px 2px #333;
    border-radius: 100%;
    height: 103px;
    width: 103px;
    margin: 0 auto;
}
.right-box#vision-mission {
    background: url("../images/about/vision-mission.jpg") center/cover;
}
.right-box#bog {
    background: url("../images/about/bog.jpg") center/cover;
}
hr.dashed {
    border-style: dashed;
}
.right-box a:hover {
    color: #fff;
}
#mission-img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    object-fit: cover;
}
.left-box {
    padding: 20px;
    color: #fff;
}
.left-box:first-child {
    background-color: #00397c;
}
.left-box:last-child {
    background-color: #ff9900;
}
section#why-choose {
    color: #666;
}
section#why-choose h2 {
    line-height: 1.3;
    color: #555;
}
section#why-choose .reason-row .img-wrapper {
    width: 100%;
    height: 157px;
    max-width: 168px;
    margin: 0 auto;
    position: relative;
}
section#why-choose
    .container
    > div
    > div:first-child
    .reason-row:nth-child(odd)
    .img-wrapper,
section#why-choose
    .container
    > div
    > div:last-child
    .reason-row:nth-child(even)
    .img-wrapper {
    background: url("../images/about/why-choose/blue-bg.jpg") bottom left/cover;
}
section#why-choose
    .container
    > div
    > div:first-child
    .reason-row:nth-child(even)
    .img-wrapper,
section#why-choose
    .container
    > div
    > div:last-child
    .reason-row:nth-child(odd)
    .img-wrapper {
    background: url("../images/about/why-choose/orange-bg.jpg") bottom
        left/cover;
}
section#why-choose .reason-row .img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section#why-choose .reason-row:hover .img-wrapper .reason-no {
    color: #ff9900;
}
section#why-choose .reason-row .img-wrapper .reason-no {
    height: 85px;
    width: 85px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    line-height: 85px;
    text-shadow: 1px 1px 1px #333;
    box-shadow: -1px 1px 3px #999;
    border-radius: 100%;
    background-color: #004597;
    position: absolute;
    right: -25px;
    bottom: -30px;
    transition: all ease 0.5s;
}
section#why-choose .reason-row > div:last-child span {
    font-weight: bold;
    font-size: 18px;
}
@media (max-width: 1199px) {
    .reason-row {
        min-height: 201px;
    }
}
@media (max-width: 991px) {
    section#why-choose .reason-row .img-wrapper {
        float: right;
    }
    section#why-choose .reason-row > div:last-child span {
        display: inline-block;
    }
    section#why-choose p,
    section#why-choose .reason-row > div:last-child span {
        max-width: 365px;
    }
    .reason-row {
        min-height: none;
    }
}
@media (max-width: 767px) {
    #about-content .container > .row > div:first-child {
        max-width: 555px;
    }
    #mission-img {
        display: block;
        height: auto;
        left: auto;
        margin: 0 auto 20px;
        padding: 0 15px;
        position: relative;
        width: 100%;
    }
    #about-content .container > .row > div {
        float: left;
        width: 100%;
    }
    section#why-choose .reason-row > div > div > div {
        float: left;
        width: 100%;
    }
    section#why-choose .reason-row .img-wrapper {
        float: none;
    }
    section#why-choose .reason-row > div > div > div:last-child {
        margin-top: 45px;
        text-align: center;
    }
    section#why-choose p,
    section#why-choose .reason-row > div:last-child span {
        margin: 0 auto;
    }
}
@media (max-width: 519px) {
    .right-box {
        margin-left: 10px;
        margin-right: 10px;
        float: left;
        width: calc(100% - 20px);
    }
    hr.dashed {
        float: left;
        width: 100%;
    }
    .right-box .row-height-xs {
        display: block;
    }
    .right-box > div > div {
        width: 100%;
        display: block !important;
    }
    .right-box .img-wrapper {
        margin-bottom: 30px;
    }
    .right-box h4 {
        text-align: center;
    }
    #about-content a,
    .right-box a {
        text-align: center;
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .left-box {
        text-align: center;
    }
    .left-box p br {
        display: none;
    }
}
@media (max-width: 479px) {
    #about-img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    #bordered-box {
        width: 100%;
    }
    #bordered-box > div {
        padding: 20px;
    }
}
@media (min-height: 750px) {
    section#about-content,
    section#vision-mission-content {
        min-height: 550px;
    }
}

/* Dev Changes*/
    .email-button-container {
        text-align: left; /* Aligns button to the left */
        margin-top: 10px; /* Adds spacing from the above content */
    }

    .email-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        background-color: #b21b31;
        color: white;
        text-decoration: none;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .email-button:hover {
        background-color: #99162a;
    }

    .email-button svg {
        margin-right: 8px;
    }