@import "common_style.css";
.feature1{
    position:relative;
    background-color:#002c35;
    padding-top:30%;
    padding-bottom:30%;
}
.feature1__title--sm{
    padding-left:72px;
    padding-top:10%;
}
.feature1__title--large{
    display:none;
}
.feature2-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.feature2-item:nth-child(even){
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.feature2-item:nth-child(3n + 1) .feature2-item__right{
    background-color:white;
}
.feature2-item:nth-child(3n + 1) .feature2-item__right .feature2-item-right__name,
.feature2-item:nth-child(3n + 1) .feature2-item__right .feature2-item-right__info,
.feature2-item:nth-child(3n + 1) .feature2-item__right a{
    color:#00303e;
    text-decoration:none;
}
.feature2-item:nth-child(3n + 2) .feature2-item__right{
    background-color:#002c35;
}
.feature2-item:nth-child(3n + 2) .feature2-item__right .feature2-item-right__name,
.feature2-item:nth-child(3n + 2) .feature2-item__right .feature2-item-right__info,
.feature2-item:nth-child(3n + 2) .feature2-item__right a{
    color:white;
    text-decoration:none;
}
.feature2-item:nth-child(3n + 3) .feature2-item__right{
    background-color:#c61e37;
}
.feature2-item:nth-child(3n + 3) .feature2-item__right .feature2-item-right__name,
.feature2-item:nth-child(3n + 3) .feature2-item__right .feature2-item-right__info,
.feature2-item:nth-child(3n + 3) .feature2-item__right a{
    color:white;
    text-decoration:none;
}
.feature2-item_mail
{
    display: flex;
}
.feature2-item__layout
{
    text-align: left;
    margin: auto;
}
.feature2-item:nth-child(7) .feature2-item-right__name,
.feature2-item:nth-child(7) .feature2-item-right__info,
.feature2-item:nth-child(7) a{
    color:#c61e37 !important;
    text-decoration:none;
}
.feature2-item:nth-child(9) .feature2-item__right{
    background-color:white;
}
.feature2-item:nth-child(9) .feature2-item__right .img-large{
    display:none;
}
.feature2-item:nth-child(9) .feature2-item__right .feature2-item-right__name,
.feature2-item:nth-child(9) .feature2-item__right .feature2-item-right__info,
.feature2-item:nth-child(9) .feature2-item__right a{
    color:#00303e;
    text-decoration:none;
}
.feature2-item__right, .feature2-item__left{
    width:50%;
}
.feature2-item-right{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    /*padding:6%;*/
    text-align:center;
}
.feature2-item-right__name{
    font:normal normal bold 20px/20px Montserrat-Bold;
}
.feature2-item-right__name img{
    width:18px;
    height:18px;
}
.feature2-item-right__info p:nth-child(1){
    font:normal normal 600 8px/12px Montserrat-Regular;
}
.feature2-item-right__info p:not(:first-child){
    font:normal normal normal 10px/10px Montserrat-Regular;
}
.feature2-item-right__info p:not(:first-child) img{
    width:4%;
}
.feature2-item-right__info p:not(:first-child) a{
    text-decoration:none;
}
.icons{
    /*width:8%;*/
}
/*
========== MEDIA QUERIES ==========
 */
@media only screen and (min-width:576px){
    .feature1__title--sm{
        padding-left:36px;
    }

}
@media only screen and (min-width:768px){
    .feature2-item-right__name img{
        width:36px;
        height:36px;
    }
    .feature2-item-right__info p:nth-child(1), .feature2-item-right__info p:not(:first-child){
        font:normal normal 600 20px/24px Montserrat-Regular;
    }
    .icons {
        padding: 5px;
    }
    .feature2-item-right__name{
        font:normal normal bold 40px/40px Montserrat-Bold;
    }
}
@media only screen and (min-width:992px){
    .feature2-item-right__info{
        padding-top:10%;
    }
}
@media only screen and (min-width:1000px){
    .feature2-item-right__info p:nth-child(1), .feature2-item-right__info p:not(:first-child){
        font:normal normal 600 30px/37px Montserrat-Regular;
    }
}
@media only screen and (min-width:1200px){
    .desc{
        font-size:29px;
    }
    .feature1{
        padding:5% 0;
    }
    .feature1__img{
        width:65% !important;
    }
    .feature1__title--sm{
        display:none;
    }
    .feature1__title--large{
        display:block;
        padding-top:2%;
        padding-left:21%;
    }
    .feature2-item:nth-child(9) .feature2-item__right{
        background-color:#c61e37;
    }
    .feature2-item:nth-child(9) .feature2-item__right .img-large{
        display:block;
    }
    .feature2-item:nth-child(9) .feature2-item__right .img-sm{
        display:none;
    }
    .feature2-item:nth-child(9) .feature2-item__right .feature2-item-right__name,
    .feature2-item:nth-child(9) .feature2-item__right .feature2-item-right__info,
    .feature2-item:nth-child(9) .feature2-item__right a{
        color:white;
        text-decoration:none;
    }
    .feature2-item-right__name{
        font:normal normal bold 65px/65px Montserrat-Bold;
    }
    .feature2-item-right__name img{
        width:50px;
        height:50px;
    }
    .feature2-item-right{
        padding:9%;
    }
}
@media only screen and (min-width:1400px){
    .feature1__title--large{
        padding-left:30%;
    }
    .feature2-item-right{
        padding:10%;
    }
}
@media only screen and (min-width:1920px){
    .desc{
        font-size:30px;
    }
    .feature2-item-right{
        padding:10%;
    }
}