.about-welcome{
    /*margin-top: 971px;*/
    margin-top: -25px;
}


.about-welcome .welcome-content.under h3 {
    width: 90%;
    word-wrap: break-word;
}

.about-welcome .content{
    flex-wrap: wrap;
}

.about-welcome .content .wrapper-left{
    flex-basis: auto;
}

.about-welcome .welcome-info .welcome-title:after {
    content: '';
    display: block;
    width: 160px;
    margin-top: 30px;
    border-bottom: 2px solid #95C123;
}
.about-welcome .welcome-info .welcome-text {
    width: 70%;
}

.about-welcome .welcome-content:not(.under) .welcome-info {
    margin-top: 50px;
    background-image: url(../../../assets/images/sunny.svg);
    background-repeat: no-repeat;
    background-position: bottom 150px right 0;
}

.about-welcome .welcome-content-img img{
    position: static;
}

.about-welcome .welcome-info {
    flex-basis: 40%;
}

.about-welcome .welcome-content{
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.about-welcome .welcome-content .welcome-info{
    flex-basis: 45%;
}

.about-welcome .welcome-content .welcome-content-img{
    flex-basis: 50%;
}

.about-welcome .welcome-content .welcome-content-img img{
    width: 100%;
}

.about-welcome .welcome-content.under .welcome-info {
    background-image: url(../../../assets/images/rooter.svg);
    background-repeat: no-repeat;
    background-position: top 20px right 0;
}

.about-welcome .welcome-content.under .welcome-info {
    flex-basis: 45%;
}

@media (min-width: 650px) and (max-width: 1024px){
    /*.about-welcome {
        margin-top: 2050px;
    }*/
}

@media screen and (max-width: 1310px) {
    .about-welcome .welcome-content {
        display: flex;
    }
}

@media screen and (max-width: 1260px) {
    .about-welcome .welcome-content {
        display: flex;
    }

    .about-welcome .welcome-content:not(.under) .welcome-info {
        background-position: bottom 100px right 0;
    }
}

@media screen and (max-width: 1024px) {
    .about-welcome .wrapper {
        padding: 0;
    }
    .about-welcome .welcome-content {
        display: block;
    }

    .about-welcome .content-under{
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    .about-welcome .welcome-content .welcome-info{
        padding: 0 5%;
    }
    .about-welcome .welcome-content:not(.under) .welcome-info {
        background-position: bottom 0 right 5%;
    }
}