.half-image-section .ast-container {
    justify-content: space-between;
}

.half-image-section__content-section {
    
}

.half-image-section.image-left .half-image-section__image-section {
    order: 1;
}

.half-image-section.image-right .half-image-section__image-section {
    order: 2;
}

.half-image-section.image-left .half-image-section__content-section {
    order: 2;
}

.half-image-section.image-right .half-image-section__content-section {
    order: 1;
}

.half-image-section__image-section {
    width: 57.958%;
}

.half-image-section__content-section-inner {
    max-width: 403px;
    width: 100%;
    padding: 0 20px;
}

.half-image-section__image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor-widget-half_image_section_widget {
    background-color: #F1F1F1 !important;
}

.half-image-section__content-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2.133rem;
}

.half-image-section .half-image-section__title {
    font-size: 16px;
    font-weight: 400;
	font-family: 'Inter', sans-serif;
}

.half-image-section__button-wrapper {
    margin-top: 63px;
}


.half-image-section__description {
    line-height: normal;
    font-size: 14px;
}

@media only screen and (max-width: 107rem) {
    .half-image-section__content-section {
        margin-left: 0;
    }
}

@media only screen and (max-width: 80rem) {
    .half-image-section__image-section {
        width: 50%;
    }

    .half-image-section__content-section {
        padding: 2rem 1rem 2rem 0;
    }
}

@media only screen and (max-width: 921px) {
    .half-image-section__image-section {
        width: 100%;
    }

    .half-image-section__content-section {
        text-align: center;
    }
}