.contact-us-main {
    background-image: url('../imgs/contactbleach.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 200px;

}

.contact-us-text {
    text-align: center;
    border: 13px solid #18426e;
    color: #18426e;
    padding: 38px;
    font-size: 40px;
    font-weight: bolder;
}

.contact-bottom {
    background-color: #322e2f;
    color: white;
    text-align: center;
    padding: 10px;
}

.contact-bottom p {
    font-size: 15px;
    font-weight: 400;
}

.contact-bottom h6 {
    font-size: 15px;
    font-weight: 700;
}

.contact-box {
    transition: all 0.3s ease;
}

.contact-box i {
    color: #18426e;
}

.contact-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}