.box_vendor_location .module-body h3 {
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase; }
  
  .box_vendor_location .module-body p {
    color: #9e9e9e;
    margin-bottom: 20px; }
  
@media (max-width: 767px) {
.box_vendor_location {
    overflow: hidden; }
    .box_vendor_location .module-body {
    overflow: hidden;
    display: block; }
    .box_vendor_location .details {
    width: 100%; }
    .box_vendor_location .details > div > i,
    .box_vendor_location .details .header h3 {
        font-size: 2rem; }
    .box_vendor_location .details p {
        max-width: 190px; }
    .box_vendor_location .map {
    overflow: hidden;
    flex: initial;
    -webkit-box-flex: initial; }
    .box_vendor_location .style2 .details {
    position: relative;
    left: 0; }
}