.modal{
    background: #000000aa;
}
.especiais-featured-image img {
    width: clamp(300px, 100vw, 970px);
    height: clamp(250px, 25.77vw, 250px);
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.kto-content__inner--border {
    background-color: #F9FAFB;
    border: 20px solid #F9FAFB;
    border-radius: 8px;
    max-height: 300px;
    overflow: hidden;
    outline: 1px solid #F3F4F6;
}
.kto-content__inner  {
    overflow-y: scroll;
    height: 218px;
    font-family: 'inter', sans-serif !important;
    padding-right: 15px;
}
.kto-content__inner a {
    color: #21aae2;
    text-decoration: underline;
    font-weight: 700;
}
.kto-content__inner::-webkit-scrollbar {
    width: 12px;
}
.kto-content__inner::-webkit-scrollbar-track {
    background : #ffffff;
    border-radius: 10px;
    border: 1px solid #DADCE0;
}
.kto-content__inner::-webkit-scrollbar-thumb {
    background : #21AAE2;
    border-radius: 10px;
    height: 72px;
}
.kto-content__inner--title {
    font-family: 'inter', sans-serif !important;
    font-weight: 700;
    font-size: 1.5rem;
}
@media (max-width: 768px) {
    .kto-content__inner--border {
        max-height: 400px;
        height: 400px;
        border-inline: 10px;
        padding-right: 10px;
    }
    .kto-content__inner {
        height: 252px;
        padding-right: 5px;
    }
    .kto-content__inner::-webkit-scrollbar {
        width: 8px;
    }
}