@media (min-width: 1050px) {
    .desktopView {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 650px) {
    .section-main-desc {
        text-align: center;
    }
    .desktopView {
        display: block;
        /* padding-top: 50%; */
        display: flex;
        justify-content: center;  /* horizontally center (optional) */
        align-items: center;      /* vertically center */
    }
    
    .partners-page-list-map img {
        width: 400px;
    }
    .section-center-wrapper {
        position: relative;
        max-width: 400px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 64px;
        padding-bottom: 64px;
        margin: auto;
        box-sizing: border-box;
        width: 100%;
    }
    .section.section-description .section-center-wrapper {
        max-width: 700px;
    }
    .hero-section-animate-bg video.animation-video {
        width: 400px;
        display: none;
    }
    
    .hero-section-animate-bg {
        text-align: center;
    }
    
    .hero-section-bg {/* background-color: #eaece9; */width: 100%;height: 100vh;}
    
    .hero-section-bg video.background-video {
        /* display: none; */
    }
    .hero-section-structure {
        height: 889px;
        height: 100vh;
    }
    video.animation-video-tablet {
        width: 100%;
        display: block;
        margin-top: -30px;
    }
    .hero-section-title {
        display: none;
    }
    
    .hero-section-item-bg {
        display: none;
    }
    .journey-step-item-additional-main-button {
        font-size: 40px!important;
        top: -100px!important;
    }
}