.bottom-line {
    position: relative;
}
.bottom-line:before {
    content: "";
    background: #E5E7EB;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
}
.location-icon {
    width: 20px;
}
.location-box * {
    margin: 0;
}
.location-icon img, .location-icon svg {
    width: 20px;
}
.location-box:nth-child(3) {
    margin-bottom: 50px ! IMPORTANT;
}