.contact-section {
    background-color: #152256;
}

.contact-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 73px 121px 67px;
}

.contact-title {
    font-family: 'Baradig', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 0;
    color: #FC0146;
    margin-bottom: 40px;
}

.contact-form {
    max-width: 677px;
    margin: 0 auto;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-intro {
    margin-bottom: 40px;
    color: #FFFFFF;
}

.contact-intro-heading {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 16px;
}

.contact-intro-text {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    color: #FC0146;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    vertical-align: middle;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 16px;
    font-family: 'Mulish', sans-serif;
    color: #152256;
    outline: none;
    box-sizing: border-box;
}

.form-group textarea {
    height: 149px;
    resize: none;
}

.contact-form .submit-button {
    background: transparent;
    color: #FC0146;
    border: 1.2px solid #FFFFFF;
    border-radius: 60px;
    padding: 10px 36px;
    font-family: 'Mulish', sans-serif;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    width: fit-content;
    align-self: end;

}

.contact-form .submit-button:hover {
    background: #FFFFFF;
    color: #152256;
}

.form-success {
    background-color: #4CAF50;
    color: #FFFFFF;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 26px;
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.form-success p {
    margin: 0;
}

.form-error {
    background-color: #f44336;
    color: #FFFFFF;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 26px;
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.form-error p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .contact-container {
        padding: 2.9375rem 2.1875rem;
    }

    .contact-title {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 0px;
    }

    .contact-intro {
        margin-bottom: 20px;
    }

    .contact-intro-heading {
        font-family: Mulish;
        font-weight: 700;
        font-size: 14px;
        line-height: 125%;
        letter-spacing: 0%;
        text-align: justify;
    }

    .contact-intro-text {
        font-family: Mulish;
        font-weight: 400;
        font-size: 14px;
        line-height: 125%;
        letter-spacing: 0%;
        text-align: justify;
    }

    .contact-form .submit-button {
        background: transparent;
        color: #FC0146;
        border: 0.7px solid #FFFFFF;
        border-radius: 60px;
        padding: 10px 36px;
        font-family: 'Mulish', sans-serif;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        width: fit-content;
        align-self: end;

    }



    .form-group label {
        display: block;
        color: #FC0146;
        font-family: 'Mulish', sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0%;
        text-transform: uppercase;
        vertical-align: middle;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        background: #FFFFFF;
        border: none;
        border-radius: 2px;
        padding: 16px;
        font-family: 'Mulish', sans-serif;
        color: #152256;
        outline: none;
        box-sizing: border-box;
    }
}