.main-content {
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 1);*/
}

.contact-us {
    width: 100%;
    padding-top: 160px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-us p {
    width: 750px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
}

.contact-us h2 {
    width: 160px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.contact-us a {
    margin-bottom: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-us a p {
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    color: var(--white);
}

.contact-us a img {
    width: 40px;
    height: auto;
    box-shadow: none;
  }







/* SCREEN SIZE VARIANTS */
/* where right side is gone */
@media (max-width: 1200px) {
    .contact-us p {
        width: 600px;
    }

    .contact-us h2 {
    }
}


/* 768 */
/* where both sides are gone */
@media (max-width: 865px) {
    .contact-us p {
        width: 400px;
    }

    .contact-us h2 {
    }
} 



/* for mobile */
/* 360px for my android */
/*@media (pointer: coarse)*/
@media (max-width: 450px) {
    #privacy-policy, #terms-and-conditions, #security-policy {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-us p {
        width: 300px;
    }

    .contact-us h2 {
    }
}