
.sohohotel-icon-text-block {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
}


.sohohotel-icon {
    flex-shrink: 0;
    width: 60px;
    text-align: center;
    padding-top: 5px;
}


.sohohotel-text {
    flex-grow: 1;
}


.sohohotel-text h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}


.sohohotel-icon i,
.sohohotel-icon span,
.sohohotel-icon .fontawesome-icon {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-weight: 900 !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;


    font-size: 2.5rem;
    color: #b99470;
    display: inline-block;
}

.sohohotel-icon-text-block {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
    width: 100%;


    margin-bottom: 3rem;
    padding-bottom: 1rem;
}


.sohohotel-icon-text-block:last-child {
    margin-bottom: 0;
}
