body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.spacer {
    height: 100vh;
    background-color: red;
}

.pway-animation {
    display: flex;
    position: relative;
}

.p-buttons {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    height: 100vh;
}

.year-tab {
    width: 80%;
    margin: 10px 0;
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
}

.year-tab.active {
    /* background: #aaa; */
}

.p-contents {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.year-content {
    padding: 20px;
    background: #eee;
    margin: 45px 0;
    height: 100vh;
    box-sizing: border-box;
}


@media only screen and (max-width:767px) {
    .pway-animation {flex-direction: column;}
    .p-buttons {flex-direction: row;height: auto;width: 100%;padding: 5px;gap: 5px;}
    .p-contents {width: 100%;}
    .year-tab {margin: 0;}
    .year-tab h3 {margin: 0;}
    .ycc-title {
        font-size: 1.2rem;
        margin: 0 0 10px;
    }

    h4.ycc-bubble-title {
        margin: 0 0 15px;
        font-size: 12px;
        padding: 0.2rem 1.2rem;
    }

    .ycc-desc {
        font-size: 13px;
    }
}
@media only screen and (max-width:767px) {
.box-three .box h5 {
    color: #ef7f1b;
    font-size: 10px;
    margin-bottom: 5px;
}

.box-three .box h6 {
    color: #ffff;
    font-size: 11px;
    margin: 0;
    margin-bottom: 2px;
}

.box-three .box p {
    font-size: 8px!important;  
}
}

