.contact-us {
    color: #737474;
    padding-bottom: 90px;
    padding-top: 120px;
}

.contact-us h1 {
    margin-top: 6px;
}

.contact-us .phone-actions {
    align-items: center;
    display: flex;
    font-size: 36px;
    justify-content: center;
}

.contact-us .phone-actions a {
    color: #737474;
    margin: 20px 50px;
}

.contact-us .phone-actions a:hover {
    color: #A8A9A9;
    transition: all 0.3s ease-in-out 0s;
}

.contact-us .input, .contact-us .textarea {
    margin-bottom: 10px;
}

.contact-us .input {
    height: 30px;
}

.contact-us .textarea {
    height: 100px;
}

.contact-us .map-container {
    margin-top: 40px;
}

.contact-us .pop-up {
    align-content: space-around;
    align-items: center;
    background-color: #737474;
    box-shadow: 0 0 35px #A8A9A9;
    color: #FFFFFF;
    display: flex;
    height: 25rem;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35rem;
}

.contact-us .pop-up .logo {
    width: 8rem;
}

.contact-us .pop-up .text {
    padding: 20px;
}

.contact-us .pop-up .text i {
    font-size: 3rem;
}

.contact-us .pop-up .button-container button {
    color: #FFFFFF;
}
