
.other-school-wrapper {
    width: 100%;
    background: linear-gradient(to bottom, white 40%, #2A4171 0);
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.other-school-large {
    width: 80% !important;
    margin: auto;
    padding-left: 0px !important;
    margin-bottom: 168px !important;
}

.other-school {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 33px;
    margin-bottom: 114px;
    padding-left: 71px;
    box-sizing: border-box;
}

.other-school .title-wrapper {
    padding: 18px 0px 0px 0px;
    width: 100%;
    position: relative;
}   

.other-school .title-wrapper .blue-line {
    position: absolute;
    width: 8%;
    height: 2px;
    background-color: #002368;
    top: 0;
    left: 0;
}

.other-school .title {
    font-family: "adobe-garamond-pro", serif;
    font-size: 36px;
    font-weight: 600;
}

.other-school .other-school-list {
    display: flex;
    box-sizing: border-box;
    gap: 21px;
}

.other-school-large .other-school-list {
    gap: 32px !important;
}

.other-school .other-school-card {
    text-decoration: none;
    box-sizing: border-box;
    height: 262px;
    width: 50%;
    color: white;
    display: flex;
    align-items: end;
    font-family: 'jost', serif;
    aspect-ratio: 16 / 7;
    padding: 29px 32px;
}

.other-school .other-school-card-list {
    height: 320px !important;
    padding: 39px 32px;
}

.show .other-school .other-school-card {
    width: 50%;
    height: unset;
    max-width: unset;
}

.other-school .other-school-card .content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 26px;
    font-weight: 500;
    font-family: "jost", serif;
    line-height: 26px;
}

.other-school .other-school-card .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 13px;
    border-bottom: 1px solid white;
}

@media screen and (max-width: 860px) {
    .other-school-wrapper {
        background: linear-gradient(to bottom, white 40%, #2A4171 0);
        padding-bottom: 57px;
        margin-top: 73px;
    }

    .other-school-wrapper .other-school {
        display: block;
        padding-top: 120px;
    }

    .other-school {
        display: none;
        margin-top: 0px;

    }

    .other-school .title {
        font-size: 26px;
    }

    .other-school .title-wrapper {
        margin-bottom: 20px;
    }


    .other-school .title-wrapper .blue-line {
        width: 10%;
    }

    .other-school .other-school-card .content {
        font-size: 16px;
        line-height: 18px;
    }

    .other-school-large {
        width: 100% !important;
        padding: 0px 16px !important;
        margin-bottom: 0px !important;
    }

    .other-school .other-school-card-list {
        height: 149px !important;
        padding: 19px 16px;
    }

    .other-school .other-school-list {
        flex-direction: column;
        gap: 8px !important;
    }

    .other-school .other-school-card {
        width: 100%;
    }

    .listWrapper .resultsArea {
        top:0;
        padding-bottom: 50px;
    }
}