.location-box {
    padding: 15px;
    border: 3px solid #f9a02c;
    margin-bottom: 25px !important;
    border-radius: 15px;
    box-shadow: 0 0px 5px 2px #c8c8c8;
    background: #fff;
    min-height: 330px;
    max-width: 100% !important;
    width: 100% !important;
}

.location-box h4 {
    font-weight: 700;
    color: #f9a02c !important;
    padding: 0 0 7px 0 !important;
    margin: 10px !important;
    border-bottom: 2px solid;
    line-height: 20px;
    font-size: 20px;
    text-transform: unset;
    height: auto !important;
}

.location-box img {
    max-width: 110px !important;
    height: auto !important;
    border-radius: 0 !important;
}