.ContactUs {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f7f7f5;
}

.ContactUs__description {
    font-size: 1rem;
}

.ContactUs__icon {
    vertical-align: middle;
    filter: invert(56%) sepia(21%) saturate(748%) hue-rotate(154deg) brightness(96%) contrast(92%);
}

.ContactUs__tf {
    border: black solid 2px;
    color: black;
}

.ContactUs__tf:focus {
    border: black solid 2px;
    color: black;
}

.ContactUs__tf[input=text] {
    color: #000;
}

.ContactUs__tf[input=text]:focus {
    color: #000;
}

.ContactUs__tf::placeholder {
    color: #5d5d5d;
}

@media (max-width: 768px) {
    .ContactUs {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }
}