.icon.rounded-circle {
    width: fit-content;
    display: inline-flex;
    border: solid 2px #fab035;
}
.icon.rounded-circle > img {
    width: 92px;
}
.icon.rounded-circle.text {
    width: 120px;
    height: 120px;
    min-width: 120px;
}
.img-map {
    width: 75%;
}

/*--- Small devices (landscape phones, 576px and down) ---*/
@media (max-width: 576px) {
    .img-map {
        width: 100%;
    }
}