.locationbg{
    background-color: var(--theme-color-3);
    padding: 120px 0;
}
.locationbg i{
    font-size: 35px;
    color: #E3D2B8;
}
.locationbg h3{
    color: var(--text-color-1);
    font-family: var(--bs-font-Cormorant);
    font-weight: bold;
    font-size: 1.75rem;
    margin: 17px 0 10px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.21em;
}
.locationbg p{
    color: var(--text-color-2);
    font-family: var(--bs-font-Catamaran);
    font-weight: 200;
    transition: color .2s ease-out;
    letter-spacing: .02em;
}
.locationbgrowheight .row{
    height: 100px;
}