#section7{
    padding: 80px 0;
}
#section7>.container>h2{
    text-align: center;
}
.contentInfo{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 30px;
    margin-left: 10px;
}
.textInfo>h3{
    font-size: 20px;
    font-weight: 400;
}
.contentInfo>i{
    color: #c9cbce;
    margin-right: 20px;
    font-size: 22px;
}
.contentInfo>p{
    font-size: 13px;
}
.col-md-6>input{
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
#message{
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
}
.message{
    margin-bottom: 15px;
    margin-top: 20px;
}
.submit>input{
    background: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 20px;
    color: #aaa;
    font-size: 15px;
}
.submit>input:hover{
    background-color: #19B5FE;
    transition-duration: 0.5s; 
    color: #fff;
}