.subscribe-bg {
    background-image: url(../images/backgrounds/subscribe.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.subscribe-bg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008a;
    background-size: 2px 2px
}

.subscribe-bg > div {
    position: relative;
    z-index: 1
}

.subscribe-title {
    font-size: 45pt;
    line-height: 1.2 !important;
}
.subscribe-text {
    font-size: 1.5rem;
    line-height: 1 !important;
    text-align: start;
}
.subscribe-bg h1 {
    font-size: 45pt
}

@media (max-width: 576px) {
    .subscribe-title {
        font-size: 27pt;
        text-align: start;
    }
    .subscribe-bg h1 {
        font-size: 27pt
    }
}