.contact-us-container {
    margin-top: 100px;
    position: relative;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 130px;
}

.contact-us-content h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.2px;
    color: #000000;
    margin-top: 180px;
    margin-bottom: 40px;
}

.form-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-container {
    max-width: 574px;
}

.text-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #373B48;
    margin-top: 0;
}

.text-contact {
    display: flex;
    align-items: self-start;
    margin: 40px 0;
}

.text-contact img {
    margin-right: 23px;
}

.text-contact span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #6A6E7C;
}

.text-contact span a {
    text-decoration: none;
    color: #6A6E7C;
}

.text-contact span a:hover {
    color: #3E64FF;
}

footer {
    margin-top: 100px;
}

.form label {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6A6E7C;
}

.form input,
.form textarea {
    width: 473px;
    height: 48px;
    border: 1px solid #AFB4C5;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 8px 0 36px 0;
}

.form textarea {
    height: 190px;
}

.form button {
    width: 170px;
    height: 48px;
    background: #3E64FF;
    border-radius: 8px;
    outline: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
}

.form button:hover {
    background: #375ae5;
}

@media all and (max-width: 1380px) {
    .form input,
    .form textarea {
        width: 360px;
    }
}

@media all and (max-width: 1250px) {
    .text-container {
        max-width: 380px;
    }

    .form input,
    .form textarea {
        width: 320px;
    }
}

@media all and (max-width: 992px) {
    .contact-us-container {
        max-width: 650px;
        margin-top: 50px;
    }

    .contact-us-content h1 {
        margin-top: 0;
    }

    .form-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .form {
        width: 100%;
    }

    .form input, .form textarea {
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    .contact-us-container {
        padding: 0 24px;
        margin-top: 0;
    }

    .contact-us-content h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .text-container p {
        font-size: 14px;
        line-height: 21px;
    }

    .text-contact span {
        font-size: 14px;
        line-height: 21px;
    }

    .form label {
        font-size: 12px;
        line-height: 12px;
    }

    .form button {
        width: 100%;
    }
}
