
.gm_loc_sec{
    background: rgba(245, 245, 245, 0.75);
    padding: 70px 0;
}
.gm_loc_sec .main_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.8px;
    margin-bottom: 7px;
    color: #041D34;
    text-align: center;
}
.gm_loc_sec .sub_desc{
    width: 546px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 45px; 
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #041D34;
    letter-spacing: -0.56px;
    text-align: center;
}
.gm_loc_sec .sub_desc a{
    color: #041D34;
}
.gm_loc_sec .flex_bx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gm_loc_sec .flex_bx .cont_sec{
    padding-right: 95px;
    width: 430px;
    max-width: 100%;
}
.gm_loc_sec .flex_bx .sub_title{
    text-align: center;
    margin-bottom: 31px;
    color: #041D34;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.8px;
}
.gm_loc_sec .flex_bx .flx_item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.56px;
}
.gm_loc_sec .flex_bx .flx_item.head1{
    color: #315DFE;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.56px;
}
/* .gm_loc_sec .flex_bx .flx_item.hlt1{
    color: #EE6492;
}
.gm_loc_sec .flex_bx .flx_item.hlt1 a{
    color: #EE6492;
} */
.gm_loc_sec .flex_bx .flx_item > div:nth-child(1){
    width: 70%;
}
.gm_loc_sec .flex_bx .flx_item > div:nth-child(2){
    width: 25%;
}
.gm_loc_sec .flex_bx .img_sec{
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 36px 6px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}
.gm_loc_sec .flex_bx .img_sec img{
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
	border-radius:15px;
}










@media only screen and (max-width: 1260px){
    
    .gm_loc_sec .flex_bx .cont_sec{
        padding-right: 60px;
    }
    .gm_loc_sec .flex_bx .img_sec{
        width: 50%;
    }
}







@media only screen and (max-width: 767px){
    
    .gm_loc_sec .flex_bx{
        flex-wrap: wrap;
    }
    .gm_loc_sec .flex_bx .img_sec{
        width: 100%;
    }
    .gm_loc_sec .flex_bx .cont_sec{
        padding-right: 0;
        margin-bottom: 20px;
    }
    
}





@media only screen and (max-width: 600px){
   
    .gm_loc_sec{    
        padding: 50px 0;
    }
    .gm_loc_sec .main_title{
        font-size: 27px;
        line-height: 35px;
    }
    .gm_loc_sec .sub_desc{
        font-size: 16px;
        line-height: 26px;
    }
  
}





