        #frm_lienhe {
    padding: 0 40px;
    border-right: 4px solid #1d42d9;
}
#contact_reset {
    display: none;
}
.contact-content {
    margin-top: 120px;
}
.contact-info {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.contact-info::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: -20px;
    background: #1d42d9;
    border-radius: 50px;
}
.contact-info i {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #1d42d9;
    border-bottom-color: #fff;
    margin-bottom: 20px;
    color: #1d42d9;
}
.contact-info h5 {
    color: #051C55;
    margin-bottom: 5px;
}
.contact-info p {
    color: #051C55;
}
