.publicSection{
    background: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 32px;
}
.publicSection .graphPages{position: absolute;width: 100%;z-index: 1;height: 100%;}
.publicSection .fx-publicSection{
    padding-top: 67px;
    align-items: start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.publicSection .titlePage{padding-top: 2rem;}
.publicSection .titlePage h1{
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 5px;
}
.publicSection .fx-publicSection .yellowBox{
    width: 40px;
    height: 39.118px;
}
.publicSection .fx-publicSection .redBox{
    width: 100px;
    height: 64.126px;
    opacity: 0;
    transform: rotate(-90deg);
    transition: transform 2s ease, opacity 2s ease;
}
.publicSection .fx-publicSection .redBox.show {
    opacity: 1;
    transform: rotate(0deg);
}
/* kk */
.partOne{
    flex: 1 1 calc(12% - 48px);
    max-width: calc(12% - 0px);
    position: relative;
}
.partOne .listItemsSide{gap: 24px;display: flex;}
.partOne .listItemsSide span{transition: 0.1s;}
.partOne .listItemsSide span:hover{transform: scale(1.02);}
.cardNews2{border: 1px solid #F2F2F2;border-radius: 15px 15px 25px 25px!important;}
@media (min-width:1706.67px) {

}
@media (min-width:1920px) {

}
@media (min-width:2048px) {

}
@media (min-width:2304px) {

}
@media (min-width:3072px) {

}
@media (max-width:1396.36px) {

}
@media (max-width:1228.8px) {
    .partOne{
        flex: 1 1 calc(12% - 40px);
        max-width: calc(12% - 0px);
    }
}
@media (max-width:1024px) {

}
@media (max-width:877.71px) {
    .partOne{
        flex: 1 1 calc(12% - 32px);
        max-width: calc(12% - 0px);
    }
}
@media (max-width:768px) {
    .partOne{
        flex: 1 1 calc(20% - 32px);
        max-width: calc(20% - 0px);
    }
}
@media (max-width:614.4px) {
    .partOne{
        flex: 1 1 calc(100% - 24px);
        max-width: calc(100% - 0px);
    }
}
.btnTabs{
    display: none;
    align-items: center;
    padding: 0 20px;
    height: 55px;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    border: 1px solid var(--Color5, #d1d1d1);
    justify-content: space-between;
    margin-bottom: 24px;
    background-color: #840718;
}
.btnTabs span{text-transform: capitalize;font-size: 15px;color: #fff;}
.btnTabs img{transform: rotate(90deg);filter: brightness(0) invert(1);transition: 0.3s;}
.btnTabs .arrow-rotated {
    transform: rotate(90deg);
}
.btnTabs:hover{transform: scale(0.98);}
@media (max-width:614.4px) {
    .publicSection .fx-publicSection{padding-top: 0;}
    .publicSection .graphPages{height: 80px;}
    .publicSection-container{padding-top: 2rem;}
    .publicSection .fx-publicSection .redBox{height: 35px;}
    .btnTabs{display:flex;}
    .partOne h2{font-size: 24px;margin-bottom: 24px;}
    .partOne .listItemsSide{
        position: absolute;
        z-index: 999;
        top: 53px;
        width: 100%;
        background-color: #fff;
        border-radius: 0 0 15px 15px;
        padding: 16px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        height: 30vh;
        overflow-y: auto;
        padding-bottom: 2rem;
        display: none;
    }
     .partOne .listItemsSide span{padding: 4px 0;}
     .partOne .listItemsSide h2.hide{display: none;}
}