.find-branch{
    padding-bottom: 80px;
}
.find-branch .container-fluid{
    padding-left: 80px;
    padding-right: 80px;
}
.find-branch .find-branch_title{
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 52.8px;
    letter-spacing: normal;
    color: #222222;
    padding-bottom: 32px;
}
.find-branch .find-branch_desc{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414141;
    width: 408px;
}
.find-branch .map-section{
    margin-top: 64px;
    margin-bottom: 32px;
}
.find-branch img{
    height: 100%;
    max-height: 533px;
}
.contact-us .contact-us-card{

    height: 272px;
    border-radius: 24px;
    background: #F2FBF5;
    padding: 24px;
    position: relative;
}
.contact-us .contact-us-card h3.contact_head{
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px !important;
    color: #222;
    margin-bottom: 0;
}
.contact-us .contact-us-card .contact_des {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414141;
    margin: 8px 0;
}
.contact-us .contact-us-card .contact_subdes {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    color: #414141;
    margin-bottom: 0;
}
.contact-us .contact-us-card .contact_subdes span {
    font-weight: 600;
}
.contact-us .contact-us-card .contact_btn {
    padding: 16px 32px;
    background-color: #1EE576;
    color: #000000;
    max-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    border-radius: 100px;
    border: unset;
    width: fit-content;
    cursor: pointer;
    margin-top: 23px;
    position: absolute;
    bottom: 24px;
}
.contact-us .contact-us-card .contact_btn:hover{
    background-color: #00B140;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	.find-branch {
        padding-bottom: 16px;
    }
    .find-branch .container-fluid{
        padding-left: 16px;
        padding-right: 16px;
    }
    .find-branch .find-branch_title{
        margin-bottom: 0;
        font-size: 42px;
        line-height: 44px;
    }
    .find-branch .find-branch_desc{
        width: 100%;
    }
    .find-branch .map-section{
        margin-top: 16px;
    }
    .find-branch img{
        height: 546px;
        max-height: 546px;
        border-radius: 16px;
    }
	.contact-us .contact-us-card{
        height: auto;
        margin-bottom: 32px;
    }
    .contact-us .contact-us-card .contact_btn{
        position: relative;
        bottom: 0;
    }
}
 
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .find-branch .find-branch_desc{
        width: 100%;
    }
    .contact-us .contact-us-card .contact_btn{
        padding: 16px 24px;
        width: 100%;
    }
}