
.section-welcome {
    background: #E6ECFF url(../img/welcome/bg.png) no-repeat bottom left;
    background-size: auto 100%;
    border-radius: 0 0 24px 24px;
    padding-top: 156px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.welcome-bg {
    position: absolute;
    width: 112%;
    max-width: none;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}

.welcome {
   /* padding-top: 80px; */
     padding-bottom: 112px;
}
.welcome h1,
.welcome .h1 {
    margin-bottom: 24px;
}
.welcome .text-l {
    max-width: 500px;
    margin-bottom: 72px;
    display: inline-block;
}
.welcome .btn + .btn {
    margin-left: 8px;
}
.welcome-img {
    width: 537px;
}

@media (max-width: 1199px) {
    .section-welcome {
        background: #E6ECFF url(../img/welcome/bg-mob.png) no-repeat top left;
        background-size: cover;
    }
    .welcome .btn {
        flex: 1;
    }
    .welcome-img {
        margin-top: 40px;
    }
    .welcome {
        padding-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .section-welcome {
        padding-top: 100px;
    }
    .welcome {
        padding-top: 0px;
        padding-bottom: 42px;
    }
    .welcome h1,
    .welcome .h1 {
        margin-bottom: 16px;
    }
    .welcome .text-l {
        margin-bottom: 32px;
    }
    .welcome .btn {
        width: 100%;
    }
    .welcome .btn + .btn {
        margin-left: 0px;
        margin-top: 8px;
    }
    .section-welcome {
        padding-bottom: 16px;
        border-radius: 0 0 16px 16px;
    }
}


