.service-container.margin-top{
    margin-top: 60px;
}
.service-container .gray{
    background-color: #5151511c !important;
}
.service-container .brown-color{
    background-color: #fdfae198 !important;
}
.service-container .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-container{
    width: 100%;
    height: 80%;
    background-color: #ddeff1bd;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
}
.service-container .LeftSection{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.service-container .heading h1{
    text-align: center;
    color: #154734;
    font-size: 54px;
    font-weight: 600;
    font-family: system-ui
}
.service-container .left-section-content p{
    font-size: 24px;
    text-align: center;
    padding: 25px;
    font-family:Inter ;
    line-height: 1.5;
}

.service-container img{
    height: 500px;
    width: 500px;
    object-fit: cover;
}
.service-container .btn a{
    border-radius: 0px;
    font-weight: 700;
    min-width: 142px;
    border: 1px solid #164835;
    font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 1.2px;
    background-color: #164835;
    border-color: #164835;
    color: white;
    width: fit-content;
    display: inline-block;
    font-size: 15px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/* Media Queries for 1024px   */
@media (max-width: 1024px){
    .service-container img {
        height: 350px;
        width: 350px;
    }
    .service-container .heading h1 {
        font-size: 37px;
    }
    .service-container .left-section-content p {
        font-size: 18px;
    }
    .service-container .btn a{
        border-radius: 0px;
        font-weight: 700;
        min-width: 127px;
        border: 1px solid #164835;
        font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
        text-decoration: none;
        letter-spacing: 1.2px;
        background-color: #164835;
        border-color: #164835;
        color: white;
        width: fit-content;
        display: inline-block;
        font-size: 13px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }   
}


/* Media Queries for 768px   */

@media (max-width: 768px){
    .service-container .LeftSection{
        gap: 0rem;
    }
    .service-container img {
        height: 300px;
        width: 300px;

    }
    .service-container .heading h1 {
        font-size: 29px;
    }
    .service-container .left-section-content p {
        font-size: 14px;
    }

    .service-container .btn a{
        border-radius: 0px;
        font-weight: 700;
        min-width: 127px;
        border: 1px solid #164835;
        font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
        text-decoration: none;
        letter-spacing: 1.2px;
        background-color: #164835;
        border-color: #164835;
        color: white;
        width: fit-content;
        display: inline-block;
        font-size: 13px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }   
}


/* Media Queries for 430px   */

@media (max-width: 430px){
    .service-container .LeftSection{
        gap: 0rem;
        width: 100%;
        padding: 14px;
    }
    .service-container .RightSection{
            margin-top: 34px;
    }
    .service-container .heading h1 {
        margin-top: 5px;
    }
}

/* Media Queries for 320px   */

@media (max-width: 320px){
    .service-container img {
        height: 223px;
        width: 228px;
    }
}