.main-banner-texts .text-shadow {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4)
}

.blog-detail-left .rich-text p {
    font-size: 18px !important;
}

.footer-links li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

.footer-links li a:hover {
    text-decoration: underline !important;
}

.mg-header .fx-menu-links li {
    line-height: 40px;
}

.inner-banner {
    min-height: 400px;
}

.slider-2 .each-slider-2 {
    min-height: 600px;
    background-size: cover;
    z-index: 0;
}

.rich-text img.full-width {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rich-text img.left {
    width: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rich-text img.right {
    width: 50%;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
    margin-bottom: 20px;
    margin-top: 35px;
    font-weight: bold;
}

.rich-text ul {
        /* margin: 0px; */
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: normal;
        line-height: 25px; 
    
}

.rich-text ul li {
    list-style: disc;
}

.rich-text a {
    color: #b4a67a;
    font-weight: 500;
    text-decoration: none;
}

.rich-text a:hover {
    color: #d6c590;
    text-decoration: underline;
}

.rich-text .richtext-image {
    height: auto !important;
}
