@media screen and (min-width: 768px) and (max-width: 1224px) {
    #contact .contact-info {
        flex-direction: column;
    }

    .contact-info .map {
        width: 575px !important;
        height: 325px !important;
        margin: 0px !important;
    }

    .contact-info-card {
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }

    .map-image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    #contact .contact-info {
        flex-direction: column;
        margin: 10px !important;
        padding: 0px 13px 45px 15px !important;
        align-items: center !important;
    }

    .contact-form > form > div > input, .contact-form > form > div > select, .contact-form > form > div > input, .contact-form > form > div > textarea, input[type=submit] {
        width: 250px !important;
    }

    .contact-info .map {
        width: 280px !important;
        height: 210px !important;
        margin: 0px !important;
    }

    .map-image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#contact .contact-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gravity;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.42;
    color: #17029a;
    margin-top: 50px;
    margin-bottom: 50px;
}

#contact .contact-info {
    display: flex;
    align-items: flex-start;
    margin: 50px;
    padding: 45px 62px 45px 45px;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px rgba(30, 40, 117, 0.25);
}

#contact .contact-info-form {
    height: 829px;
    padding: 0px;
}

.contact-info .map {
    width: 820px;
    height: 451px;
    margin: 0 90px 0 0;
    object-fit: contain;
}

.contact-info-card {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.contact-info-card p {
    font-family: Gravity;
    font-size: 20px;
    font-weight: bold;
    color: #17029a;

}

.contact-info-card span {
    font-family: Gravity;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #151719;

}

.contact-info-card ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-info-card ul li {
    display: flex;
    font-family: Gravity;
    font-size: 16px;
    font-weight: bold;
    color: #151719;
}

.contact-info-card ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}


/* Form */
.contact-form .form-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gravity;
    font-size: 22px;
    font-weight: bold;
    color: #1e2875;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.contact-form > form > div > label {
    font-family: Gravity;
    font-size: 16px;
    line-height: 1.38;
    color: #1e2875;
    margin-bottom: 10px;
}

.contact-form > form > div > input, .contact-form > form > div > select {
    width: 554px;
    height: 48px;
    margin: 7px 0 0;
    padding: 7px 47px 5px 15px;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.2);
    outline: none;
}

.contact-form > form > div > textarea {
    width: 554px;
    margin: 7px 0 0;
    padding: 7px 7px 5px 15px;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.2);
}

input[type=button] {
    width: 554px;
    height: 48px;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    background-blend-mode: overlay, normal;
    background-color: #1e2875;
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: Gravity;
    line-height: 0.54;
    cursor: pointer;
}

.dropdown-toggle::after {
    color: white !important;
}