.location_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.ind_locationColumn{
    display:flex;
    flex-direction:column;
}
.mod-location-map{
    position:unset;
    width: 388px;
    height: 230px;
}
.mod-location-map iframe{
    position:unset;
    width: 388px;
    height: 280px;
}
.individual_location{
    display:flex;
    flex-direction:row;
    gap:40px;
}
.map_gap{
    gap:20px;
}
.location_name p{
    font-size:25px;
    color:#D6141A;
}
p{
    padding:0 0 .1em 0;
}