.full_width_image_with_two_buttons_section {
    margin: 120px 0
}

.full_width_image_with_two_buttons_section.remove_tos {
    margin-top: 0
}

.full_width_image_with_two_buttons_section.remove_bos {
    margin-bottom: 0
}

.full_width_image_with_two_buttons_section .section_inner {
    position: relative
}

.full_width_image_with_two_buttons_section .section_inner.has_image .image_section .image_section_inner {
    border-radius: 32px;
    height: 640px;
    overflow: hidden;
    position: relative
}

.full_width_image_with_two_buttons_section .section_inner.has_image .image_section .image_section_inner img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_container {
    padding: 0 15px
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_inner {
    align-items: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: var(--color_dark_blue_opacity_88);
    border: 2px solid var(--color_neon_teal_opacity_20);
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 978px;
    overflow: hidden;
    padding: 70px 20px
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_inner .section_detail_wrapper {
    max-width: 834px;
    width: 100%
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .top_content {
    text-align: center
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .top_content .heading_section .heading_text {
    color: var(--color_gray_1);
    margin: 0
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .top_content .content_section {
    margin-top: 24px
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .top_content .content_section .description_text {
    color: var(--color_white_opacity_65);
    font-size: 16px;
    line-height: 1.5
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section {
    margin-top: 40px
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .button_item {
    width: calc(50% - 16px)
}

.full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .btn.btn_with_icon_and_arrow {
    font-size: 24px;
    line-height: 1.334;
    padding: 44px 15px
}

@media (max-width:1359px) {
    .full_width_image_with_two_buttons_section {
        margin: 100px 0
    }

    .full_width_image_with_two_buttons_section .section_inner.has_image .image_section .image_section_inner {
        height: 600px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_inner {
        padding: 65px 20px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .btn.btn_with_icon_and_arrow {
        font-size: 22px;
        padding: 42px 15px
    }
}

@media (max-width:1199px) {
    .full_width_image_with_two_buttons_section {
        margin: 80px 0
    }

    .full_width_image_with_two_buttons_section .section_inner.has_image .image_section .image_section_inner {
        height: 550px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_inner {
        padding: 60px 20px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .btn.btn_with_icon_and_arrow {
        font-size: 20px;
        padding: 36px 15px
    }
}

@media (max-width:991px) {
    .full_width_image_with_two_buttons_section {
        margin: 65px 0
    }

    .full_width_image_with_two_buttons_section .section_inner.has_image .image_section .image_section_inner {
        height: 500px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_inner {
        padding: 50px 20px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .btn.btn_with_icon_and_arrow {
        font-size: 18px;
        padding: 24px 10px
    }
}

@media (max-width:767px) {
    .full_width_image_with_two_buttons_section {
        margin: 50px 0
    }

    .full_width_image_with_two_buttons_section .section_inner.has_image .image_section .image_section_inner {
        border-radius: 0;
        height: 450px
    }

    .full_width_image_with_two_buttons_section .section_inner.has_image .image_section .site_container {
        padding-left: 0;
        padding-right: 0
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_inner {
        padding: 40px 15px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .top_content .content_section .description_text {
        font-size: 16px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list {
        gap: 10px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .button_item {
        width: inherit
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .btn.btn_with_icon_and_arrow {
        font-size: 16px;
        padding: 24px 15px
    }
}

@media (max-width:640px) {
    .full_width_image_with_two_buttons_section .section_inner.has_image .image_section .image_section_inner {
        height: 410px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_container {
        padding: 0
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .section_detail_inner {
        padding: 40px 10px
    }

    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .btn.btn_with_icon_and_arrow {
        font-size: 14px;
        padding: 15px
    }
}

@media (max-width:575px) {
    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .button_item {
        width: 100%;
    }
}

@media (max-width:375px) {
    .full_width_image_with_two_buttons_section .section_inner .section_detail .button_list_section .button_list .btn.btn_with_icon_and_arrow {
        gap: 10px
    }
}

/*# sourceMappingURL=full_width_image_with_two_buttons.css.map */