/* #region Section1 */
.section1 {
    
}

.section1 .split-header-wrapper .split-header-box .split-header-image {
    height: auto;
    max-height: 600px;
}
/* #endregion */

/* #region Section2 */
.section2 {

}

.section2 .feature-box {
    width: 100%;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    /* margin: 20px; */
}

.section2 .feature-box-title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 16px;
}

.section2 .feature-box-subtitle {
    font-size: 20px;
}

.section2 .feature-box-img {
    width: 100%;
    object-fit: contain;
    padding: 40px 0 0 0;
}
/* #endregion */

/* #region Mobile */
@media(max-width: 600px) {
    .section1 .split-header-wrapper .split-header-box .split-header-image {
        max-height: 350px;
        margin-bottom: 32px;
    }
 }
/* #endregion */