.guide-banner {
    position: relative;
    background: url('/static/images/bg_banner_1.png') no-repeat center center;
    background-size: cover;
}

.guide-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(253, 43, 123, 0.9);
}
