.hero-intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 1px solid #7c7c7c;
    border-radius: 20px !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 20px;
}
.hero-intro > .facts,
.hero-intro > .hero-img-container {
    display: flex;
    flex: 0 0 50%;
    align-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
}
.hero-intro > .facts .articles-box-slider-wrapper {
    display: flex;
    flex: 0 0 35%;
}
.hero-intro > .facts .articles-box-slider-wrapper .post_author_and_date {
    color: #7C7C7C;
    font-family: var(--main-r);
}
.hero-intro > .facts .articles-box-slider-wrapper .post_author_and_date a {
    font-family: var(--main-r);
}
.hero-intro > .facts .articles-box-slider-wrapper .title h2 {
    color: #7C7C7C !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: 18px 0 !important;
    font-family: var(--main-r);
    font-size: 18px;
}
.hero-intro h1 {
    color: #88AB69 !important;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--main-sb);
    font-size: 44px;
}
.hero-intro .hero-img {
    border-style: none;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    width: 100%;
    height: auto;
    margin: 20px auto !important;
}
@media only screen and (max-width: 1024px) {
    .hero-intro .hero-img-container {
        flex: 1 1 auto !important;
    }
    .hero-intro .hero-img-container img.hero-img.responsive-image {
        margin: unset !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 35vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (min-width: 376px) and (max-width: 576px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 25vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (min-width: 281px) and (max-width: 375px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 30vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 280px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 25vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (width: 540px) and (height: 720px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 35vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 768px){
    .hero-intro .facts {
        padding: 0 20px !important;
    }
    .hero-intro .hero-img-container img.hero-img.responsive-image {
        display: block;
        border-radius: 0;
        box-shadow: unset;
    }
    .hero-intro {
        flex-direction: column-reverse;
        border: unset !important;
        border-radius: unset !important;
        box-shadow: unset !important;
        margin-top: 0 !important;
    }
    .hero-intro > .facts {
        background: unset !important;
        padding: 15px;
    }
    .hero-intro > .facts > .articles-box-slider-wrapper {
        flex: 1 !important;
        text-align: center;
    }
    .hero-intro h1 {
        margin: 13px 0 7px;
        font-size: 30px;
    }
}