.home-swiper__image-wrap{
    position: relative;
}

.home-swiper__intro{
    position: absolute;

    bottom: 130px;
    left: 140px;

    color: #fff;
    font-size: 28px;
}

.swiper-more{
    margin-top: 15px;
}
.swiper-more a{
    width: 70px;
    height: 20px;

    color: #fff;
    padding:5px;

    background-color: #2d78b4;
    font-size: 14px;
}

.welcome-intro {
    margin-top: 30px;
    font-family: "Nunito Sans", sans-serif !important;
    text-transform: none;
    color: #002b5c;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.welcome-title{
    margin-top: 50px;
}
.welcome-desc {
    margin-top: 15px;
    line-height: 1.65;
    font-size: 16px;
}

.solutions {
    padding-top: 10px;
    background-color: #f2f2f2;
}



.videos-list{
    display: flex;
    width: 745px;
    justify-content: space-between;
    margin-top: 35px;
}

.videos-item{
    flex-basis: 45%;
}

.videos-news-container{
    display: flex;
    justify-content: space-between;
}

.news-container{
    width: 255px;
}
