#hero_alt .flex_column_table {
    max-width: 700px;
}

@media (min-width: 768px) {
    #hero_alt {
        position: relative;
        z-index: 9;
        background-position: 50% 25%;
    }
    #hero_alt .template-page {
        padding: 80px 0 0;
    }
    
    #hero_alt .flex_column_table {
        transform: translateY(75px);
    }
    
    .desktop-padding .template-page {
        padding-top: 120px !important;
    }
}

#hero_alt .flex_column {
    backdrop-filter: blur(5px) saturate(200%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.explainer {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    border: 2px dashed #d1d1d1 !important;) !important;
    padding: 20px 30px;
    border-radius: 10px;
}

@media (max-width: 767px) {
		.explainer {
			flex-direction: column;
		}
}

.explainer .et-svg svg {
    height: 90px;
    width: auto;
}

.explainer .et-svg svg path {
    fill: var(--primary);
}

.explainer p {
    margin: 0 !important;
}

.info-box {
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px;
    padding: 15px 20px;
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.divided-wrap .av-flex-placeholder {
    position: relative !important;
}

.divided-wrap .av-flex-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #d1d1d1 !important
}

.mid-subhead .av-subheading p {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

.info-box strong {
    margin-bottom: 4px !important;
    display: inline-block;
    width: 100%;
    font-size: 17px;
}