@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
h1 {
    color: #333185;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 150% */
    margin-bottom: 80px;
}

h3 {
    color: #333185;
    text-align: right;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
    line-height: 60px; /* 150% */
}

.news-and-case-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #333185;
    background: rgba(255, 255, 255, 0.00);
    text-decoration: none;
}

.news-and-case-wrap .news-and-case-photo {
    width: 100%;
    height: 230px;
    min-height: 230px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.news-and-case-wrap .news-and-case-photo img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 1s ease;
}

.news-and-case-wrap .news-and-case-wrap-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 15px 25px;
}

.news-and-case-wrap .news-and-case-wrap-text .news-date {
    color: var(--Spot-Orange, #FA0);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.news-and-case-wrap .news-and-case-title {
    color: #333185;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    padding: 0;
    margin: 0 0 25px 0;
    text-decoration: none;
}

.news-and-case-url {
    display: flex;
    align-items: center;
    margin-top: auto;
    width: 100%;
}

.wrap-link .news-and-case-url {
    margin-top: 0;
    margin-left: 30px;
}

.news-and-case-url > div {
    display: flex;
    width: 100%;
    align-items: center;
    color: #FA0;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    text-decoration: none;
}

.news-and-case-wrap:hover .news-and-case-photo img {
    transform: scale(1.1);
}

.news-and-case-wrap:hover .news-and-case-url .arrow-black {
    margin-right: 10px;
    margin-left: 10px;
    transition: 0.3s margin-right, 0.3s margin-left;
}

.news-and-case-url > div .arrow-black {
    display: flex;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #333185;
    margin-right: 20px;
    margin-left: 0;
    transition: 0.3s margin-right, 0.3s margin-left;
}

.news-and-case-url > div .arrow-black:after {
    display: flex;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #333185;
    border-right: 1px solid #333185;
}

.pagination-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--auxilo-lila, #333185);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 70px 0 110px 0 ;
}
.pagination-a{
    padding: 10px;
    color: var(--auxilo-lila, #333185);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

.pagination-prev {
    display: flex;
    width: 15px;
    height: 28px;
    min-width: 15px;
    min-height: 28px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='28' viewBox='0 0 15 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5869 27.6084L1 14.0215L14.5869 0.434593' stroke='%23333185'/%3E%3C/svg%3E");
}

.pagination-next {
    display: flex;
    width: 15px;
    height: 28px;
    min-width: 15px;
    min-height: 28px;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='28' viewBox='0 0 15 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.413109 0.434593L14 14.0215L0.413109 27.6084' stroke='%23333185'/%3E%3C/svg%3E");
}
.page-numbers{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--auxilo-lila, #333185);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.page-numbers:has( > .pagination-a) + .page-numbers:has( > .pagination-a)::before{
    content: '|';
    display: flex;
    align-items: center;
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    text-decoration: none;
}


.col-margin-bottom {
    margin-bottom: 30px;
}

.wrap-link {
    display: flex;
    flex-direction: row;
    padding: 160px 130px 78px 30px;
}
@media all and (max-width: 991.98px) {
    .news-and-case-wrap .news-and-case-title {
        font-size: 16px;
        line-height: normal;
    }
}
@media all and (max-width: 767px) {
    h1{
        margin-bottom: 40px;
    }
    h1,
    h2,
    h3 {
        text-align: left;
        font-size: 26px;
        line-height: 40px; /* 153.846% */
    }

    .news-and-case-wrap .news-and-case-photo img {
        height: 340px;
    }

    .col-margin-bottom {
        margin-bottom: 30px;
    }

    .wrap-link {
        padding: 50px 25px 0 25px;
        flex-direction: column;
    }

    .wrap-link .news-and-case-url {
        margin-left: 0;
    }

    .pagination-wrapper{
        margin: 40px 0;
    }
}

@media all and (max-width: 575px) {

}

@media all and (max-width: 420px) {
    .news-and-case-wrap .news-and-case-photo img {
        height: 230px;
    }
}