/**
* Styling for the Enhanced Featured Resource Block
* Created By: RubicoTech (Philip Pradeep)
* @Package SBX Genesis Collection
*/
.module_enhanced-feature {
    background-color: var(--dark-orange-10);
}

.module_enhanced-feature .img_feature {
    padding-top: 50%;
}

.module_enhanced-feature .img_feature > img {
    position: absolute;
    top: 0;
    left: 0;
}

.module_enhanced-feature .txt_feature {
    padding: var(--text-spacing--l) var(--header-spacing);
    position: relative;
    text-align: center;
}

.module_enhanced-feature .block_col_2 .col_half h5 {
    margin: 0 0 var(--text-spacing--s) !important;
}

.module_enhanced-feature .block_col_2 .col_half p:last-child {
    margin: 0;
}

.module_enhanced-feature .btn-explore {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.module_enhanced-feature .block_col_2 .col_half + .col_half {
    margin-top: var(--module-spacing);
}

/* Media Breakpoints */
@media (min-width: 768px) {
    .module_enhanced-feature .txt_feature {
        text-align: left;
    }

    .module_enhanced-feature .block_col_2 .col_half + .col_half {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .module_enhanced-feature .img_feature {
        padding-top: 33.33%;
    }
}