.screen-reader-text {
    display: none;
}
.pagination {
    margin-top: 20px;
}

input:focus,
input:active {
    outline: none;
}
/* new style 2023 */

#hero {
    position: relative;
    width: 100%;
    height: 413px;
    z-index: 2;
}
#hero h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 6rem;
}
#hero h1 small {
    font-size: 32px;
}

.about-section .container-wrap {
    max-width: 1282px;
}

.section-spotlight {
    position: relative;
    background-color: #d9dfeb;
    z-index: 9;
}
.section-spotlight .container-wrap {
    max-width: 1282px;
}
#spotlight {
    margin-top: -13.5%;
    margin-bottom: 36px;
}
.block-spotlight {
    display: block;
    padding: 2rem;
    background-color: #FFCF01;
    border-radius: 10px;
    transition: all .2s;
}
.block-spotlight:hover {
    margin-top: -8px;
    background-color: rgba(255, 207, 1, .95);
}
.block-spotlight h3 {
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.block-spotlight p {
    color: #1F3D7B;
    font-size: 16px;
    line-height: 1.3333;
}
.block-spotlight p strong {
    font-size: 18px;
}
.block-spotlight p:last-child {
    margin-bottom: 0;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 77px;
    text-indent: -9999px;
    background: transparent url(images/arrow.svg);
    background-size: cover;
    border: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
    transform: rotate(180deg) translateY(50%);
}

@media (min-width: 768px) {

    #hero { height: 481px; }

}

@media (min-width: 769px) {

    #spotlight {
        display: flex;
        justify-content: center;
        column-gap: 16px;
    }

}

@media (min-width: 1100px) {

    #spotlight { padding: 0 4.8%; }

}

@media (max-width: 1099px) {

    #spotlight { margin: -17% 0 48px; }
    #spotlight h3 { margin-top: 8px; }

}

@media (max-width: 991px) {

    #spotlight { margin: -15% 0 40px; }
    .block-spotlight { padding: 2rem 1.75rem; }
    #spotlight h3 { margin-top: 0; }

}

@media (max-width: 768px) {

    #spotlight { padding: 0 40px; }
    .block-spotlight { margin: 0 5px; }

}

@media (max-width: 767px) {

    #hero h1 {
        font-size: 42px;
        margin-top: 2.5rem;
    }
    #hero h1 small {
        display: inline-block;
        max-width: 68%;
        font-size: 30px;
        line-height: 32px;
    }

}

@media (max-width: 480px) {

    #spotlight {
        padding: 0 35px;
        margin: -53% -28px 40px;
    }

}