.contact-us-page .title-page-container h1 {
    color: #232323;
    font-weight: 600;
}

.contact-us-page .paragraph-container p {
    color: #333333;
    font-weight: normal;
}

.contact-us-page .contact-infos-container .contact-card {
    background-color: #F9FAFC;
}

.contact-us-page .contact-infos-container p {
    color: #333333;
    font-weight: normal;
}

.contact-us-page .contact-infos-container a {
    color: #333333;
    font-weight: 500;
}

.contact-us-page .form-container .title {
    color: #333333;
    font-weight: normal;
}

.contact-us-page .form-container label {
    color: #1A1919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: block;
}

.contact-us-page .form-container input, .contact-us-page .form-container textarea {
    border: 1px solid #1A1919;
    border-radius: 4px;
    padding-left: 1rem;
}

.contact-us-page .form-container input:focus, .contact-us-page .form-container textarea:focus {
    border: 2px solid #1A1919;
    outline: none;
    box-shadow: none;
}

.contact-us-page .form-container .button-container button {
    width: 240px;
}

@media screen and (max-width: 1023px) {
    .contact-us-page {
        margin-top: 5rem;
    }
    .contact-us-page .title-page-container h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .contact-us-page .paragraph-container p {
        font-size: 14px;
        line-height: 25px;
    }
    .contact-us-page .page-container.container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .contact-us-page .contact-infos-container {
        padding: 0;
    }
    .contact-us-page .contact-infos-container img {
        width: 40px;
        height: 40px;
        vertical-align: initial;
    }
    .contact-us-page .contact-infos-container p {
        font-size: 15px;
        line-height: 15px;
    }
    .contact-us-page .contact-infos-container a {
        font-size: 15px;
        line-height: 15px;
    }
    .contact-us-page .column-form {
        padding-left: 0;
    }
    .contact-us-page .form-container .title {
        font-size: 16px;
        line-height: 28px;
    }
    .contact-us-page .form-container, .contact-us-page .form-container .paragraph-container {
        padding-left: 0;
    }
}

@media screen and (max-width: 736px) {
    .contact-us-page .form-container input {
        height: 40px;
        width: 85vw;
    }
    .contact-us-page .form-container textarea {
        width: 85vw;
        height: 5rem;
    }
}

@media screen and (min-width: 737px) and (max-width: 1023px) {
    .contact-us-page .form-container input {
        height: 40px;
        width: 50vw;
    }
    .contact-us-page .form-container textarea {
        width: 50vw;
        height: 5rem;
    }
}

@media screen and (min-width: 1024px) {
    .contact-us-page {
        margin-top: 10rem;
    }
    .contact-us-page .title-page-container h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .contact-us-page .paragraph-container p {
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }
    .contact-us-page .page-container.container {
        margin-top: 5rem;
        margin-bottom: 5rem;
        max-width: 850px;
    }
    .contact-us-page .contact-infos-container img {
        width: 56px;
        height: 56px;
        vertical-align: initial;
    }
    .contact-us-page .contact-infos-container p {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-us-page .contact-infos-container a {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-us-page .column-contact {
        padding-right: 0
    }
    .contact-us-page .column-icon {
        padding: 0;
    }
    .contact-us-page .form-container .title {
        font-size: 20px;
        line-height: 35px;
    }
    .contact-us-page .form-container input {
        height: 50px;
        width: 370px;
    }
    .contact-us-page .form-container textarea {
        height: 7rem;
        width: 370px
    }
}