.contactUs-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -999;
    background-image: url(../image/contact-us.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

section.contact-us .content .phone {
    width: 600px;
    height: 600px;
    background-color: #fff9;
    margin: calc(15% - 65px) auto 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Hacen Beirut";
    font-size: 45px;
    text-align: center;
    word-spacing: 15px;
    color: var(--black-color);
}

section.contact-us .content .phone h1,
section.contact-us .content .phone h3 {
    font-weight: normal;
}

section.contact-us .content .phone h1 {
    margin-bottom: 40px;
}

section.contact-us .content .phone .phone-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

section.contact-us .content a {
    font-size: 30px;
    background-color: var(--black-color);
    color: white;
    border-radius: 50%;
}

section.contact-us .content .phone .phone-box a {
    margin-right: 50px;
    font-size: 36px;
    padding: 15px;
    height: fit-content;
}

section.contact-us .content .links {
    width: fit-content;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

section.contact-us .content .links .social,
section.contact-us .content .links a {
    display: flex;
    justify-content: center;
}

section.contact-us .content .links a {
    width: 45px;
    font-size: 26px;
    height: 45px;
    align-items: center;
    margin-left: 25px;
}

section.contact-us .content .links p {
    font-family: "Hacen Beirut";
    font-size: 26px;
    font-weight: bold;
    color: var(--black-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}