#main{
    margin: 210px 0 100px;
    padding: 0 30px;
}
.content{
    max-width: 1170px;
    margin: 0 auto;
}
#main h2{
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}
.fusion-layout-column{
    float: left;
    width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
    margin-right:4%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 1.3%;
}
.fusion-layout-column:nth-child(4n){
    margin-right: 0;
}
.fusion-layout-column:nth-child(4n+1){
    clear: both; 
}
.fusion-layout-column>img{
    width: 100%;
}
.fusion-layout-column>h4{
    margin: 27px 0 15px;
    font-size: 20px;
    font-family: 'Rambla';
    line-height: 30px;
    text-align: center;
}
.fusion-layout-column>p{
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Rubik';
    text-align: center;
}
.page-elem-field-root{
    justify-content: right;
}
.page-elem-field .item{
    border-radius: 2px;
    margin: 0 2px;
}
.page-elem-field .item:hover{
    background-color: #1e9fff;
}
#infos{
    background-color: #eeeeee;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 35px 30px 20px;
}
#infos .content{
    padding-bottom: 20px;
}
#infos .col{
    padding: 30px;
}
#infos .col .icon{
    border-color: #333333;
    border-width: 0px;
    background-color: #92c4d5;
    box-sizing: content-box;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    margin: 0 auto 15px;
} 
#infos .col h2{
    font-size: 32px;
    line-height: 1.16;
    text-align: center;
    margin-bottom: 15px;
}
#infos .col p{
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Rubik';
    font-size: 16px;
    line-height: 26px;
    word-wrap:break-word;
}
@media(max-width: 767px){
    #main{
        margin-top: 60px;
    }
    .page-elem-field{
        display: none;
    }
    .fusion-layout-column{
        width: 100%;
        padding: 0;
        margin: 0;
    }
}
