* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.article-hero-section-intimate {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}
.article-hero-bg {
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: relative;
    height: 100vh;
}
.article-hero-bg img{
    width:100%;
}
.hero-wrapper_deb {
    position: absolute;
    top: 2%;
    left: 4%;
    width: 30%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
}

.hero-wrapper_deb img {
    width: 100%;
}

.hero-wrapper_deb img.mobile-content {display: none;}
.article-hero-bg .mobile-image {
    display: none;
}
.article-hero-bg.mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .article-hero-section-intimate{
        background-image: url('../img/main-banner\ -bg-mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .hero-wrapper_deb img.mobile-content {display: block;}
.article-hero-bg .mobile-image {
    display: block;
}
.hero-wrapper_deb img.desktop-content {display: none;}
.article-hero-bg .desktop-image {
    display: none;
}
.article-hero-bg {
    position: absolute;
    height: auto;
    width: 50%;
    top: 2%;
}
.article-hero-bg {
    display: none;
}

.article-hero-bg.mobile {
    display: block;
 
}
.article-hero-bg.mobile .hero-wrapper_deb {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    right: 0;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    height: fit-content;
    bottom: 0;
}
}
@media screen and (max-width: 430px) {
    .article-hero-bg {
        width: 78%;
    }
}
@media screen and (max-width: 425px) {
    .article-hero-bg {
        width: 44%;
    }
}
@media screen and (max-width: 414px) {
    .article-hero-bg {
        width: 78%;
    }
}
@media screen and (max-width: 412px) {
    .article-hero-bg {
        width: 80%;
    }
}
@media screen and (max-width: 390px) {
    .article-hero-bg {
        width: 78%;
    }
}
@media screen and (max-width: 375px) {
    .article-hero-bg {
        width: 60%;
    }
}
@media screen and (max-width: 360px) {
    .article-hero-bg {
        width: 74%;
    }
}

@media screen and (max-width: 320px) {
    .article-hero-bg {
        width: 58%;
    }
}
