/*************************************  banner *************************************/

.banner {
    padding-top: 0px;
/*    margin-bottom: 60px;*/
}


.banner .bigLeftArrowWhite,
.banner .bigRightArrowWhite {
    cursor: pointer;
    width:93px;
    height: 100%;
    top:0%;
     background-size: 33px 197px;
    background-position: center center;
}


.banner .bigLeftArrowWhite {
    background-image: url(../img/icons/bigLeftArrowWhiteD.svg);
   
}

.banner .bigRightArrowWhite {
    background-image: url(../img/icons/bigRightArrowWhiteD.svg);
}


.banner .bigLeftArrowWhite {

}

.banner .bigRightArrowWhite {

}



/*************************************  titleArea *************************************/

.titleArea .interstingTags{
    margin-bottom: 0px;
}

/*************************************  articles *************************************/

.articles .oneArticle {
    margin-bottom: 30px;
}


/*************************************  team *************************************/


.team .imgArea {
    height: 590px;
}

.team .textArea{
    padding: 100px;
}
