.form-box {
    padding: 48px 50px 50px;
    background-color: var(--accent_color_two);
    position: sticky;
    top: 15px;
    margin: auto;
    max-width: 550px;
}
.contact-box.one{
    background-color: #E4EEE5;
    padding: 35px 40px;
    margin-bottom: 36px;
}
.contact-box.two{
    background-color: #F2EBEA;
    padding: 35px 40px;
}
.contact-box p{
    font-size: 20px;
}
.in_touch{
    background-color: var(--bg_color_one);
    margin-bottom: 160px;
}
.contact-img{
    width: 420px;
}
@media(min-width: 768px){
    .two-col {
        display: flex;
        gap: 12px;
    }
}
.img_box{
    background-color: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_box img{
    height: 115px;
    padding: 20px;
}
.contact-details .flex{
    align-items: center;
    margin-bottom: 16px;
}
.contact-details .flex .text_xs{
    margin-bottom: 0;
}
.contact-details h2{
    padding-left: 88px;
}
.img_wrap{
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.img_wrap img{
    height: 70px;
    padding: 20px;
}
@media(max-width: 767px){
    .contact_sec .f_r_j_center{
        flex-direction: column;
    }
    .form-box {
        margin-top: 30px;
        padding: 25px 22px;
        margin-bottom: 30px;
    }
    .contact-box.one{
        margin-bottom: 30px;
    }
    .f_r_aj_center{
        flex-direction: column;
    }
    .contact-details .flex{
        flex-direction: row;
    }
    .contact-details h2{
        padding-top: 40px;
        padding-left: 68px;
    }
}
.contact-details ul{
    list-style: none;
    padding-left: 0;
}