.everise-pressroom {
    padding-top: 107.54px;
    padding-bottom: 108.46px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.everise-pressroom .container{
    position: relative;
}

.everise-pressroom .container::before {
    content: '';
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.25;
    transform: matrix(-2.2, 4, 1, 0, -11, 20);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 150px;
    animation: slide-top-background 1s;
}

.everise-pressroom .container::after {
    content: '';
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.25;
    transform: matrix(-2, 4, 1, 0, -20, -120);
    position: absolute;
    right: 0;
    top: 0;
    height: 200px;
    width: 150px;
    animation: slide-bottom-background 1s;
}

.everise-pressroom .header-content {
    max-width: 816px;
    margin: auto;
}

.everise-pressroom .header-content h2 {
   text-align: center;
   font-family: var(--wp--preset--font-family--heading);
   font-size: 64px;
   font-weight: var(--wp--custom--typography--font-weight--600);
   line-height: 80px;
   letter-spacing: -0.02em;
   max-width: 816px;
   margin-left: auto;
   margin-right: auto;
   animation: show-up 1s;
   margin-bottom: 24px !important;
   color: var(--wp--preset--color--black);
}
.everise-pressroom .header-content p {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    font-weight: var(--wp--custom--typography--font-weight--400);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    max-width: 816px;
    animation: show-up 1s;
    color: rgba(0, 0, 0, 0.81);
    letter-spacing: 0.04em;
 }


 .everise-pressroom .content {
    display: flex;
    gap: 24px;
    justify-content: center;
    animation: show-up 1s;
    position: relative;
}
 .everise-pressroom .content .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 38.66px;
    background: #FDFDFD;
    border-radius: 12px;
    width: 256px;
    height: 324px;
}

.insights-page-template .everise-pressroom .content .card-item {
    height: auto;
}
.everise-pressroom .content .card-item .item-avatar {
    margin-bottom: 24px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.everise-pressroom .content .card-item .information {
    width: 100%;
    padding: 0px 24px;
    text-align: center;
}
.everise-pressroom .content .card-item .linkedin-logo {
    width: 21.34px;
    height: 20px;
    object-fit: cover;
}
 .everise-pressroom .content .card-item .item-name {
    color: rgba(0, 0, 0, 0.81);
    font-family: var(--wp--preset--font-family--heading);
    font-weight: var(--wp--custom--typography--font-weight--600);
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 12px;
}
.everise-pressroom .content .card-item .item-email a{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: var(--wp--custom--typography--font-weight--500);
    color: rgba(0, 0, 0, 0.81);
    letter-spacing: 0.04em;
}
.everise-pressroom .content .card-item .item-phone {
    font-size: 16px;
    line-height: 16px;
    font-weight: var(--wp--custom--typography--font-weight--500);
    color: rgba(0, 0, 0, 0.81) !important;
    margin-bottom: 29.34px;
    letter-spacing: 0.04em;
}



@media (max-width: 992px) {
    .everise-pressroom {
        padding-left: 0;
        padding-right: 0;
        padding-top: 44.8px;
        padding-bottom: 102px;
    }
    .everise-pressroom .header-content h2{
        text-align: center;
    }
    .everise-pressroom::before {
        transform: matrix(-2.2, 4, 1, 0, -201, 310);
        height: 90px;
        animation: none;
    }
    .everise-pressroom::after {
        transform: matrix(-2, 4, 1, 0, 110, -120);
        height: 90px;
        animation: none;
    }
    .everise-pressroom .header-content p {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.04em;
        font-weight: var(--wp--custom--typography--font-weight--400);
        color: rgba(0, 0, 0, 0.81);
        margin-bottom: 43.19px;
    }
    .everise-pressroom .my-scroll {
        display: flex;
        overflow: scroll;
        width: 110%;
        margin-left: calc(-1 * var(--bs-gutter-x, 1.1rem));
        padding-left: var(--bs-gutter-x, 1.1rem);
    }
    .everise-pressroom .content .card-item {
        min-width: 300px;
    }

    .insights-page-template .everise-pressroom .content .card-item {
        min-width: 256px;
    }

    .insights-page-template .everise-pressroom .header-content {
        max-width: initial;
    }

    .insights-page-template .everise-pressroom .header-content p {
        max-width: initial;
    }

    .insights-page-template .everise-pressroom .header-content h2 {
        margin-left: initial;
        text-align: left;
        max-width: initial;
    }
}

@media (max-width: 768px) {
    .everise-pressroom .header-content h2 {
        max-width: 327px;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 576px) {
    .everise-pressroom .header-content h2 {
        max-width: 327px;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 375px) {
    .everise-pressroom .header-content h2 {
        max-width: 327px;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: -0.02em;
    }
}



@keyframes slide-top-background {
    from {
        transform: matrix(-2.2, 4, 1, 0, -11, 510);
    }
    to {
        transform: matrix(-2.2, 4, 1, 0, -11, 20);
    }
}
@keyframes slide-bottom-background {
    from {
        transform: matrix(-2, 4, 1, 0, -20, -510);
    }
    to {
        transform: matrix(-2, 4, 1, 0, -20, -120);
    }
}
@keyframes show-up{
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
