.location_wrapper{
    padding: 20px 0px;
        background-color: var(--bg-light-2);

}
.location_wrapper .location_inner{
background-color: var(--bg-white);
border-radius: 10px;
        padding: 20px 0px;
}
.location_wrapper .location_inner h2{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    background-color: var(--bg-light-2);
    padding: 6px 0px;
    
}
.location_wrapper a{
    text-decoration: none;
    font-weight: 500;
    color: var(--bg-black);
}
.location_wrapper ul{
    list-style-type: none;
}
.location_wrapper ul li{
    margin-top: 10px;
    border-bottom: 1px solid black;
    padding: 3px ;
    border-radius: 5px;
}
.location_wrapper ul li a i{
    font-size: 20px;
    padding-right: 8px;
}
.location_wrapper ul li:hover{
    background-color: var(--bg-light-2);

}
.loc_wrapper{
    padding: 30px 0px;
}
.loc_wrapper h2{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.loc_wrapper .loc_inner{
    padding: 10px;
    justify-content: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    min-height: 130px;
    border-radius: 10px;
}
.loc_wrapper .loc_inner i{
font-size: 25px;
padding: 10px 0px;
}
.location_wrapper1{
    padding: 25px 0px;
    background-color: var(--bg-light-2);
}
.location_wrapper1 .loc_inner{
    background-color: var(--bg-white);
    border-radius: 10px;
    padding: 10px;
}
.location_wrapper1 h2{
     font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--bg-light-2);
    padding: 4px 0px;
}
.location_wrapper2{
    padding: 30px 0px;
}
.location_wrapper2 h2{
     font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--bg-features-3);
    padding: 4px 0px;
   
}
.location_wrapper2 h3{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px; 
}
.location_wrapper2 .loc_inner{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 10px;
    border-left: 2px solid var(--bg-features-2);
    min-height: 270px;
}
.location_wrapper2 .loc_inner:hover{
    background-color: var(--bg-features-3);
}
.location_wrapper3{
    background-color: var(--bg-light-2);
    padding: 20px 0px;
}
.location_wrapper3 h2{
     font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--bg-white);
    padding: 3px 0px;
}
.location_wrapper3 h3{
    font-weight: 600;
    font-size: 20px;
}
.location_wrapper3 .loc_inner{
    padding: 20px;
    border-radius: 10px;
    background-color: var(--bg-white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border-left: 2px solid var(--bg-black);
}
.location_wrapper4{
    padding: 30px 0px;
}
.location_wrapper4 h2{
      font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.location_wrapper4 h3{
    font-weight: 600;
    font-size: 20px;
}
.location_wrapper4 .loc_inner{
    padding: 10px;
    border-radius: 10px;
    border-top: 2px solid var(--text-dark-grey);
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.loc_wrapper img{
    border-radius: 20px;
    height: 400px;
}