.site-content {
    background-color: #FDFCF8;
}

.title-italic {
    font-style: italic;
}

.uael-modal-content {
    position: relative;
}

.menu-scroll {
    overflow: auto;
    max-height: 70vh;
}

.uael-modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px !important;
    height: 40px !important;
    background: #f2f1ed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uael-modal-close svg :hover {
    fill: #B15B44 !important;
}

@media (max-width:767px) {

    .menu-scroll {
        flex-direction: row !important;
    }
    
    .uael-modal-close {
        right: 20px;
        top: 20px;
        width: 30px !important;
        height: 30px !important;
    }
}
