body > main > div > .alert {
    margin: 32px;
}

.partner-addschool {
    padding-top: 20px;
}

.head-imaged-container {
    border-radius: 30px;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 130.52%), url(/images/partner/bg-top.jpg);
    aspect-ratio: 688 / 249;
    background-size: 100%;
    background-position: center;
    max-height: 498px;
    min-height: 400px;
}

@media (max-width: 767px) {
    .head-imaged-container {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }  
}

.head-imaged-top .breadcrumb-item, .head-imaged-top .breadcrumb-item.active, .head-imaged-top .breadcrumb-item a, .head-imaged-top .breadcrumb-item::before {
    color: #D0D0D0;
}

.head-imaged-top {
    display: flex;
    justify-content: flex-start;
    flex-flow: row;
    align-items: center;
    width: 100%;
}

.head-imaged-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
}

.head-imaged-content .head-1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 165%;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin: 0;
}

.head-imaged-content .content-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.head-imaged-content .head-content-last-btn {
    width: auto;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .head-imaged-content .head-1 {
        font-size: 40px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .head-imaged-content .head-1 {
        font-size: 30px;
        line-height: 1.5;
    }

    .head-imaged-content .content-text {
        font-size: 16px;
        line-height: 1.2;
    }

    .head-imaged-content .head-content-last-btn {
        margin-top: 30px;
    }
}

.promo-card-container-out {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 80px;
}

.promo-card-container {
    max-width: 1320px;
}

.promo-card-header {
    color: #000;
    font-weight: 500;
    font-size: 42px;
    line-height: 165%;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.promo-card-item-inner {
    border-radius: 20px;
    background-color: #EDF0F7;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.promo-card-item-number {
    color: #DA4127;
    font-weight: 500;
    font-size: 42px;
    line-height: 165%;
    letter-spacing: 0;
}

.promo-card-item-header {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 165%;
    letter-spacing: 0;
}

.promo-card-item-text {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.promo-card-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.promo-card-item {
    height: 230px;
}

.content-form-container-out {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 80px;
}

.content-form-container {
    background-color: #F7FAFC;
    max-width: 1376px;
    border-radius: 30px;
    width: 100%;
    padding: 30px;
}

.content-form-step-label {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 32px;
    line-height: 165%;
    letter-spacing: 0;
    color: #D5D5D5;
}

.content-form-header {
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    margin: 14px 0;
    letter-spacing: 0;
    color: #000;
}

.content-form-subheader {
    font-weight: 400;
    font-size: 18px;
    line-height: 126%;
    letter-spacing: 0;
}

.content-form-container input.form-control[type="text"] {
    height: 60px;
    border-radius: 10px;
}

.content-form-input-container {
    position: relative;
}

.content-form-input-container .invalid-feedback {
    position: absolute;
    top: 60px;
}

.content-form-container .col-form-label {
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0;
    color: #1C1C1C;
}

.content-form-container input.form-control[type="text"]::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #939393;
}

.content-form-container input.red-btn[type="submit"] {
    border: 0;
    width: auto;
}

.content-form-container input.bordered-block[type="submit"] {
    margin: 0;
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
}