#section-1767171383327 .row {
    display: flex;    justify-content: space-between;
    gap: 40px;
}
.block-type--text.col-6 {
    width: 46%;
}
.block-type--audio.text-.col-8 {
    width: 50%;
}
div#section-1767171264291 .block-type--feature.col-4 .feature img.feature__image {
    position: absolute;
    margin-top: -62px !important;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: -30px;
}
div#section-footer footer {
    border-top: 1px solid #484848;
    padding: 20px 0;
}

@media (max-width: 1024px) {
.block-type--text.col-6, .block-type--audio.text-.col-8 {
    width: 100%;
}
}