.title-cont{
    font-family: "Bebas Neue";
    color: #9eaab4;
    font-size: 50px;
}

.title-btn{
    background-color: var(--secondary-color);
    border-radius: 10px;
    text-transform: none;
    text-align: start;
}

.title-acord{
    font-size:30px;
    line-height: 30px;
}

.rotate-icon{
    float:right;
}

.accordion > .card > .card-header > div:not(.collapsed) > h2 > .rotate-icon{
    transform:rotate(180deg);
}

.esp-date{
    font-size: 28px;
}

.text-small{
    font-size: 22px;
}
.text-normal{
    font-size: 1.8rem;
}
@media screen and (max-width:1024px){
    .title-cont{
        font-size: 40px;
    }
    .title-acord{
        font-size:20px;
        line-height: 20px
    }
    .esp-date{
        font-size: 18px;
    }
    .text-small{
        font-size: 18px;
    }
    
}

