
.section-welcome__blog {

}
.section-welcome__blog .welcome-bg {
    width: 526px;
    top: -5%;
    right: -5%;
    height: auto;
    bottom: auto;
    left: auto;
}
.section-welcome__blog .subtitle {
    background: #D8D4FE;
}
.section-welcome__blog .text-l {
    margin-top: 16px;
    margin-bottom: 0;
}

.blog-img {
    width: 100%;
    border-radius: 16px;
}
.blog-info {
    padding: 16px;
}
.blog-info .h3 {
    margin-bottom: 16px;
}
.blog-info .btn {
    margin-top: 56px;
}

@media (max-width: 767px) {
    .section-welcome__blog .texl-l p {
        margin-bottom: 0;
    }
        .section-welcome__blog .section-head {
            margin-bottom: 32px;
        }
}
