.section{
    max-width: 1200px;
    margin: auto;
}

.content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content:space-around;
}

.container{
    margin: 0 0px 15px 15px;
    padding: 10px;
    box-shadow:8px 8px 5px #666;
    border:2px solid #3f6fb6;
    border-radius:8px;
    position: absolute;
    top: 170px;
    left: 50px;
    background-color: #ffffff;
}

.header-contact{
    color: #128ac9;
    border-bottom: 2px solid #128ac9;
    width: 210px;
    padding-bottom: 5px;
}

.header-info{
    line-height: 25px;
    font-weight:bold;
}

#contact{
    margin-top: 20px;
    display: none;
}

#info{
    display: block;
}

.info-company{
    color: #128ac9;
    margin-bottom: 0px;
}

.info-adress{
    line-height: 24px;
    margin: 0 0 15px 0;
}

.profile{
    height: 300px;
}

.form-input{
    font-size: 15px;
    margin-bottom: 15px;
    width: 400px;
    padding: 3px;
}

#message{
    width: 400px;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 5px;
}

.send{
    padding: 8px 25px;
    border-radius: 5px;
    border: 2px solid #128ac9;
    color: #128ac9;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.card{
    position: relative;
    padding: 8px;
    width:350px;
    margin-bottom: 50px;
    border: 1px solid #128ac9;
    border-radius: 20px;
}

.name{
    text-transform: uppercase;
    font-weight: 900;
    color: #818181;
    letter-spacing: 2px;
    font-size: 17px;
}

.title{
    font-size: 13px;
    font-weight: 600;
    color: #128ac9;
}

.card-info{
    line-height: 23px;
    margin: 0;
    margin-top: 8px;
    font-size: 15px;
    color: #111;
}