﻿.containerAe {
    width: 100%;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.wrapperAe {
    position: relative;
    width: 210px;
    height: 210px;
    margin-bottom: 40px;
    padding: 20px;
    border: 3px solid #666;
    border-radius: 15px;
    background-color:#FFF;
}

.wrapperAe h3 {
    position: absolute;
    bottom: 20px;
    color: #B82534;
    text-align: center;
    width: 170px;
}

.wrapperGetInTouch {
    display: block;
    width: 300px;
    height: 200px;
    border: 1px solid #CCC;
    border-radius: 5px;
    background-color: #EEE;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
}

.wrapperSection {
    margin-bottom: 30px;
}

.wrapperSection::after{
    content:'';
    display: block;
    clear: both;
}

.wrapperSection .sIcon {
    padding: 20px;
    width:150px;
    float:left;
}

.wrapperSection .sTxt {
    line-height: 1.5em;
    float:left;
    width:calc(100% - 150px);
    padding-top:20px;
}

.wrapperSection h1 {
    margin-bottom: 10px;
}