.pattern-text-section-alt {
    padding-top: 5.06rem;
    padding-bottom: 5.06rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.pattern-text-section-alt::before,
.pattern-text-section-alt::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 33%;
    height: 40%;
    background-image: url('../../decorations/bottom-left-rect.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.pattern-text-section-alt::before {
    left: 0;
}
.pattern-text-section-alt::after {
    top: 0;
    bottom: auto;
    right: 0;
    transform: scale(-1);
}
@media (width <= 576px) {
    .pattern-text-section-alt::before {
        width: 42%;
        bottom: -15%;
    }
    .pattern-text-section-alt::after {
        width: 42%;
        top: -15%;
    }
    .pattern-text-section-alt {
        min-height: 385px !important;
    }
}