.contact-page .header {
    height: auto !important;
}
.contact-page .contact {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact .cleft {
    margin-top: 40px;
}
.contact .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    justify-content: center;
}
.left .text {
    padding: 0;
    padding-left: 10px;
}
.contact i {
    font-size: 24px;
    color: #2f455c;
}
.icon img {
    width: 150px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}
.contact .right-2,
.contact .right-3,
.contact .right-4,
.contact .right-5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.right i {
    padding-right: 20px;
}