.contact-us-info {
    width: 80%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-us-title {
    color: rgb(17, 17, 17);
    font-weight: 700;
    font-size: 52px;
    font-family: PinterestSansPro, sans-serif !important;
}

.contact-us-desc {
    margin-top: 40px;
    font-family: PinterestSansPro, sans-serif !important;
    color: rgb(17, 17, 17);
    font-size: 36px;
    font-weight: 400;
}

.contact-us-email {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: PinterestSansPro, sans-serif !important;
    color: rgb(17, 17, 17);
    font-size: 36px;
    font-weight: 400;
}