/* .content ul{
    margin-bottom: 1rem;
    margin-top: 0;
}

.content ul li {
    font-family: "Outfit", sans-serif;
    margin-bottom: 20px;
    list-style: none;
}

.content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4caf50;
    margin-right: 10px;
}

.content ul li::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url("../images/check_circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
} */

.content h3{
    font-family: "Outfit", sans-serif !important;
}



.content ul li {
    font-family: "Outfit", sans-serif;
    margin-bottom: 20px;
    list-style: none; /* remove default bullet */
    position: relative;
    padding-left: 25px; /* space for custom icon */
    line-height: 1.6;   /* spacing for readability */
}

.content ul li::before {
    content: ''; /* or use an icon font or background-image */
    position: absolute;
    left: 0;
    top: 5px;
    width: 19px;
    height: 19px;
    background-image: url("../images/check_circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 16px;
    line-height: 1.6;
}


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

.topbottom img{
    width: 700px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.pdf-a{
    text-decoration: underline !important;
    cursor:  pointer !important;
}

.service-a {
    font-size: 33px !important;
    background-color: unset !important;
    color: #D7CDAE !important;
    padding: 10px 0px !important;
}

.about-a{
    background-color: unset !important;
    padding: unset !important;
    color: #D7CDAE !important;
    font-weight: unset !important;
    font-size: 28px !important;
    font-family: "Outfit", sans-serif !important;
    text-decoration: none !important;

}

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

    .service-a {
        font-size: 15px !important;
        background-color: unset !important;
        color: #D7CDAE !important;
        padding: 10px 0px !important;
    }

    .about-a {
        font-size: 15px !important; /* adjust font size for smaller screens */
        padding: 10px 0px !important; /* adjust padding for smaller screens */
    }

    .banner-inner p {
        font-size: 18px !important;
    }
}



