.about-text-image {
    position: relative;
    z-index: 1;
    padding: 36px 0 70px;
}

.about-text-image::before {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 372px);
    opacity: 0.6;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0.5%, rgba(0, 72, 133, 0.20) 24.04%, rgba(0, 72, 133, 0.20) 75.96%, rgba(255, 255, 255, 0.10) 96.15%);
}

.about-text-image__img {
    position: relative;
    width: 506px;
    margin: 0 auto;
    padding-bottom: 13px;
}

.about-text-image__img::before {
    content: '';
    position: absolute;
    width: 179px;
    height: 143px;
    border-radius: 4px;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(35, 52, 92, 0.25);
}

.about-text-image__img__wrap {
    margin: 0 31px 0 auto;
    width: 372px;
    height: 303px;
    position: relative;
    z-index: 1;
}

.about-text-image__img__wrap img {
    border-radius: 4px;
}

.since {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(35, 52, 92, 0.30);
    font-size: 49px;
    font-family: "Radio Canada", sans-serif;
    font-weight: 700;
    line-height: 1.29em;
    letter-spacing: 0.07em;
    position: absolute;
    color: transparent;
    transform: rotate(-90deg);
    left: 63px;
    bottom: 0;
    transform-origin: left bottom;
}

.about-text-image__text {
    margin-top: 30px;
}

.about-text-image__text p + .btn-group {
    margin-top: 30px;
}

section.image-text:has(+ section.about-text-image){
    background: transparent;
}

@media (min-width: 1200px) {
    .about-text-image {
        padding: 65px 0 120px;
    }
    
    .about-text-image::before {
        height: calc(100% + 633px);
    }
    
    
    .about-text-image__img {
        width: 100%;
        max-width: 540px;
        margin: 0;
        padding-bottom: 27px;
    }
    
    .about-text-image__img::before {
        width: 213px;
        height: 292px;
    }
    
    .about-text-image__img__wrap {
        margin: 0;
        width: calc(100% - 33px);
        height: 619px;
    }
    
    
    .since {
        font-size: 125px;
        bottom: auto;
        top: 590px;
        margin-left: -50px;
        margin-top: 0;
        width: 850px;
    }
    
    .about-text-image__text {
        margin-top: 30px;
    }
    
    .about-text-image__text p + .btn-group {
        margin-top: 30px;
    }
}

@media (min-width: 1920px) {
    .since {
        font-size: 125px;
        bottom: auto;
        top: 537px;
        margin-left: -200px;
        margin-top: 0;
        width: 850px;
    }
}