body {
    max-width: 1920px;
}

.container-1280 {
    width: 100%;
    max-width: 1280px;
    padding: 0 55px;
    margin: 0 auto;
}

@media (max-width: 1250px) {
    .container-1280 {
        padding: 0 65px;
    }
}

@media (max-width: 648px) {
    .container-1280 {
        padding: 0 17px;
    }
}

main h1 {
    padding-top: 276px;
    margin-bottom: 90px;
    font-size: 50px;
    font-family: 'Comic Neue', Times, serif;
    font-weight: bold;
    letter-spacing: 5px;
}

@media (max-width: 1250px) {
    main h1 {
        padding-top: 120px;
        margin-bottom: 45px;
    }
}

@media (max-width: 648px) {
    main h1 {
        font-size: 24px;
        /* margin: 25px 0 40px; */
    }
}

main .content{
    background-image: url('/images/03-background/campus.png');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 450px;
}
@media (max-width: 1250px) {
    main .content{
        background-image: none;
        padding-bottom: 290px;
    }
}
@media (max-width: 648px) {
    main .content{
        padding-bottom: 150px;
    }
}
main .content .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 55px;
}

@media (max-width: 1250px) {
    main .content .photos {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 30px;
    }
}

main .content .photos .history-photo {
    width: calc(33.3% - 68px);
    /* height: 235px; */
    border-radius: 18px;
    box-shadow: 0px 0px 5px 0px rgba(19, 59, 91, 0.3);
}

main .content .photos .history-photo img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

@media (max-width: 1250px) {
    main .content .photos .history-photo:first-child, main .content .photos .history-photo {
        width: calc(50% - 10px);
    }
}
@media (max-width: 1250px) {
    main .content .photos .history-photo:first-child, main .content .photos .history-photo{
        margin-bottom: 24px;
    }
}
@media (max-width: 1250px) {
    main .content .photos .history-photo:last-child {
        width: 100%;
    }
}

main .content .history_line .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px;
}
@media (max-width: 1250px) {
    main .content .history_line .list{
        padding: 30px 0px;
        flex-direction: column;
    }
}
main .content .history_line .back{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

main .content .history_line .front{
    justify-content: flex-start;
}

@media (max-width: 1250px) {
    main .content .history_line .list:first-child {
    border-top: unset;
    }
}

main .content .history_line .list .year{
    font-family: 'Comic Neue'!important;
}

.light-blue {
    color: #99BCE2;
}

.red {
    color: #e37d73;
}

.green {
    color: #91ba93;
}

main .content .history_line .list .year {
    height: 84px;
    line-height: 87px;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 15px;
}

@media (max-width: 1250px) {
    main .content .history_line .list .year {
        text-align: center;
        margin-bottom: 40px;
    }
}
@media (max-width: 648px) {
    main .content .history_line .list .year {
        font-size: 64px;
        line-height: 74px;
        margin-bottom: 24px;
    }
}

main .content .history_line .list .text {
    width: 705px;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 400;
    font-family: "Arial";
    text-align: justify;
    letter-spacing: 0.05em;
}

@media (max-width: 1250px) {
    main .content .history_line .list .text {
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width: 648px) {
    main .content .history_line .list .text {
        font-size: 16px;
    }
}

main .content .history {
    margin-top: 55px;
    margin-bottom: 90px;
    padding: 40px 60px;
    background: linear-gradient(250.57deg, #BBAE8E 7.64%, #D0D0D0 84.64%);
    box-shadow: 0px 0px 5px rgba(19, 59, 91, 0.3);
    border-radius: 52px;
    max-width: 1172px;
    margin: 90px auto ;
}

@media (max-width: 1250px) {
    main .content .history {
        padding: 50px 65px;
        margin-bottom: 0px;
    }
}

@media (max-width: 648px) {
    main .content .history {
        margin-top: 60px;
        padding: 50px 17px;
    }
}

main .content .history p {
    text-align: justify;
    font-size: 22px;
}
@media (max-width: 648px) {
    main .content .history p {
    font-size: 16px;
    }
}
main .content .history p:last-child{
    margin-bottom: 0px;
}

@media (max-width: 1250px) {
    .history_line .first_line{
        display: none;
    }
}
/*# sourceMappingURL=02-SchoolHistrory-main.css.map */