.tab {
    width: 5vw;
}

.tab,
.tab-small {
    display: inline-block;
}

.tab-small {
    width: 4.5vw;
}

.bold {
    font-weight: 700;
}

@media (max-width: 1024px) {
    .tab,
    .tab-small {
        width: 10vw;
    }
}

@media (max-width: 480px) {
    .tab,
    .tab-small {
        width: 20vw;
    }
}

.exp {
    min-height: 40vh;
    background-color: #fff;
    /* background-color: #dbdbdb; */
    padding: 10vh calc(50vw - 490px);
    justify-content: space-around;
    display: flex;
    padding-left: 30vh;
    padding-right: 30vh;
}

.exp .exp-detail {
    width: 500px;
}

.exp .exp-detail-title {
    border-bottom-width: 5px;
    border-bottom-color: #144c66;
    /* border-bottom-color: #373b4d; */
    padding-bottom: 0;
}

.exp .exp-detail-title h1 {
    margin-bottom: 0;
    margin-top: 0;
    color: #144c66;
    /* color: #deaf52; */
    font-size: 36px;
    text-align: left;
    font-weight: 700;
}

@media (min-width: 1920px) {
    .exp .exp-detail-title h1 {
        font-size: 2rem;
    }
}

.exp .exp-detail-exp {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

@media (min-width: 1920px) {
    .exp .exp-detail-exp {
        font-size: 1rem;
    }
}

.exp-img {
    height: 50vh;
    width: 480px;
    position: relative;
}

.exp-img img {
    height: auto;
    width: 480px;
}

@media (max-width: 1024px) {
    .exp {
        min-height: 40vh;
        padding: 5vh 5vw 0;
        justify-content: space-around;
        display: flex;
    }
    .exp .exp-detail {
        width: 40vw;
    }
    .exp .exp-detail-title {
        padding-bottom: 0;
    }
    .exp .exp-detail-title h1 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 36px;
    }
    .exp .exp-detail-exp {
        font-size: 14px;
    }
    .exp-img {
        height: 30vh;
        width: 50vw;
        position: relative;
    }
    .exp-img img {
        height: auto;
        width: 50vw;
    }
}

@media (max-width: 480px) {
    .exp {
        min-height: 80vh;
        padding: 5vh 10vw 0;
        justify-content: space-around;
        display: flex;
        flex-direction: column;
    }
    .exp .exp-detail {
        width: 80vw;
    }
    .exp .exp-detail-title {
        padding-bottom: 0;
    }
    .exp .exp-detail-title h1 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 36px;
        line-height: 45px;
    }
    .exp .exp-detail-exp {
        font-size: 14px;
        font-weight: 400;
    }
    .exp-img {
        height: 40vh;
        width: 80vw;
        position: static;
    }
    .exp-img img {
        height: auto;
        width: 80vw;
    }
}

.classic {
    min-height: 30vh;
    background-color: #fff;
    /* background-color: #dbdbdb; */
    padding: 0 calc(50vw - 490px) 10vh;
    justify-content: space-between;
    display: flex;
}

.classic-img img {
    width: 500px;
}

.classic-title {
    width: 250px;
    border-bottom-width: 5px;
    border-bottom-color: #144c66;
    /* border-bottom-color: #373b4d; */
    padding-bottom: 3;
    /* margin-left: auto;
    margin-right: 0; */
}

.classic-title h2 {
    margin-top: 0;
    color: #144c66;
    /* color: #deaf52; */
    font-size: 36px;
    text-align: justify;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width: 1920px) {
    .classic-title h2 {
        font-size: 3rem;
    }
}

.classic-title .title-bottom {
    font-size: 20px;
}

@media (min-width: 1920px) {
    .classic-title .title-bottom {
        font-size: 1.5rem;
    }
}

.classic-detail p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    text-align: left;
}

@media (min-width: 1920px) {
    .classic-detail p {
        font-size: 1.25rem;
    }
}

@media (max-width: 1024px) {
    .classic {
        min-height: 25vh;
        padding: 0 10vw 2vh 0;
        justify-content: space-between;
        display: flex;
    }
    .classic-img img {
        width: 50vw;
    }
    .classic-title {
        width: 40vw;
        padding-bottom: 0;
        margin: 0;
    }
    .classic-title h2 {
        margin-top: 0;
        font-size: 36px;
        margin-bottom: 0;
    }
    .classic-title .title-bottom {
        font-size: 20px;
    }
    .classic-detail p {
        font-size: 14px;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .classic {
        min-height: 60vh;
        padding: 0 10vw 2vh;
        justify-content: start;
        display: flex;
        flex-direction: column-reverse;
    }
    .classic-img img {
        width: 80vw;
    }
    .classic-title {
        width: 80vw;
        padding-bottom: 0;
        margin: 0;
    }
    .classic-title h2 {
        margin-top: 0;
        font-size: 36px;
        text-align: left;
        margin-bottom: 0;
    }
    .classic-title .title-bottom {
        font-size: 20px;
    }
    .classic-detail p {
        font-size: 14px;
        margin-top: 8px;
        text-align: left;
    }
}

.t {
    min-height: 55vh;
    padding: 5vh calc(50vw - 490px);
    justify-content: space-between;
    display: flex;
    padding-left: 30vh;
    padding-right: 30vh;
    background-color: #fff;
}

.t-img img {
    width: 500px;
}

.t-title {
    width: 20vw;
    border-bottom-width: 5px;
    border-bottom-color: #144c66;
    /* border-bottom-color: #373b4d; */
    padding-bottom: 0;
    margin: 0;
}

.t-title h2 {
    margin-top: 0;
    color: #144c66;
    /* color: #deaf52; */
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width: 1920px) {
    .t-title h2 {
        font-size: 3rem;
    }
}

.t-title .title-bottom {
    font-size: 20px;
}

.t-detail p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    color: #000;
    text-align: justify;
    /* color: #e1b894; */
}

@media (min-width: 1920px) {
    .t-detail p {
        font-size: 1.25rem;
    }
}

.t-size .t-size-title {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}

@media (min-width: 1920px) {
    .t-size .t-size-title {
        font-size: 1.5rem;
    }
}

.t-size .t-size-exp {
    font-size: 12px;
    margin-top: 0;
}

@media (min-width: 1920px) {
    .t-size .t-size-exp {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .t {
        min-height: 65vh;
        padding: 5vh 0 5vh 10vw;
        justify-content: space-between;
        display: flex;
    }
    .t-img img {
        width: 55vw;
    }
    .t-title {
        width: 35vw;
        padding-bottom: 0;
        margin: 0;
    }
    .t-title h2 {
        margin-top: 0;
        font-size: 36px;
        margin-bottom: 0;
    }
    .t-title .title-bottom {
        font-size: 20px;
    }
    .t-detail p {
        font-size: 14px;
        margin-top: 8px;
    }
    .t-size .t-size-title {
        display: block;
        font-size: 18px;
        margin-bottom: 7px;
    }
    .t-size .t-size-exp {
        font-size: 12px;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .t {
        min-height: 65vh;
        padding: 5vh 10vw;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }
    .t-img img,
    .t-title {
        width: 80vw;
    }
    .t-title {
        padding-bottom: 0;
        margin: 0;
    }
    .t-title h2 {
        margin-top: 0;
        font-size: 36px;
        margin-bottom: 0;
    }
    .t-title .title-bottom {
        font-size: 20px;
    }
    .t-detail p {
        font-size: 14px;
        font-weight: 400;
        margin-top: 8px;
    }
    .t-size .t-size-title {
        display: block;
        font-size: 18px;
        margin-bottom: 7px;
    }
    .t-size .t-size-exp {
        font-size: 12px;
        margin-top: 0;
    }
}

.l {
    min-height: 55vh;
    padding: 5vh calc(50vw - 490px);
    background-color: #fff;
    /* background-color: #dbdbdb; */
    justify-content: space-between;
    display: flex;
    padding-left: 30vh;
    padding-right: 30vh;
}

.l-img img {
    width: 400px;
}

.l-title {
    width: 280px;
    border-bottom-width: 5px;
    border-bottom-color: #144c66;
    /* border-bottom-color: #373b4d; */
    padding-bottom: 0;
    margin: 0;
}

.l-title h2 {
    margin-top: 0;
    color: #144c66;
    /* color: #deaf52; */
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width: 1920px) {
    .l-title h2 {
        font-size: 3rem;
    }
}

.l-detail p {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

@media (min-width: 1920px) {
    .l-detail p {
        font-size: 1.25rem;
    }
}

.l-size .l-size-title {
    text-align: justify;
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}

@media (min-width: 1920px) {
    .l-size .l-size-title {
        font-size: 1.5rem;
    }
}

.l-size .l-size-exp {
    text-align: justify;
    font-size: 12px;
    margin-top: 0;
}

@media (min-width: 1920px) {
    .l-size .l-size-exp {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .l {
        min-height: 50vh;
        padding: 5vh 10vw 5vh 0;
        justify-content: space-between;
        display: flex;
    }
    .l-img img {
        width: 50vw;
    }
    .l-title {
        width: 40vw;
        padding-bottom: 0;
        margin: 0;
    }
    .l-title h2 {
        margin-top: 0;
        font-size: 36px;
        margin-bottom: 0;
    }
    .l-detail p {
        font-size: 14px;
        margin-top: 8px;
    }
    .l-size .l-size-title {
        display: block;
        font-size: 18px;
        margin-bottom: 7px;
    }
    .l-size .l-size-exp {
        font-size: 12px;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .l {
        min-height: 65vh;
        padding: 5vh 10vw;
        justify-content: space-between;
        display: flex;
        flex-direction: column-reverse;
    }
    .l-img img,
    .l-title {
        width: 80vw;
    }
    .l-title {
        border-bottom-width: 5px;
        padding-bottom: 0;
        margin: 0;
    }
    .l-title h2 {
        margin-top: 0;
        text-align: justify;
        font-size: 36px;
        margin-bottom: 0;
    }
    .l-detail p {
        text-align: justify;
        font-size: 14px;
        margin-top: 8px;
    }
    .l-size .l-size-title {
        text-align: justify;
        display: block;
        font-size: 18px;
        margin-bottom: 7px;
    }
    .l-size .l-size-exp {
        text-align: justify;
        font-size: 12px;
        margin-top: 0;
    }
}
