.single-hardware .hosting__footer-btns--centered {
    justify-content: center;
}
.single-hardware .button-brand {
    margin-top: 40px; 
}


.single-hardware .hosting__title {
    font-size: 60px;
}
.single-hardware .hosting-services .hosting__img {
    bottom: -6%;
}


.single-hardware .immersion-specs {
    padding-block: 80px;
}
.single-hardware .immersion-specs-container {
    position: relative;
    align-items: flex-start;
    padding-block: 40px;
}
.single-hardware .immersion-specs-container::before {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    width: calc(100% - 47vw);
    height: 100%;
    max-height: 616px;
    inset: 0;
    background-image: url("../img/EZ-background.webp");
    background-size: contain;
    background-repeat: no-repeat;
}
.single-hardware .immersion-specs-media img {
    width: 100%;
    max-width: 520px;
}
.single-hardware h1.immersion-specs-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    opacity: .8;
    text-transform: unset;
}
.single-hardware .immersion-specs-row {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: 6.6666666667vw;
}
.single-hardware .immersion-specs-row.double-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-block: 4px 8px;
}
.single-hardware .immersion-specs-row__item {
    font-size: 16px;
}
.single-hardware .immersion-specs-row__button {
    padding-bottom: 4px;
    margin-top: 6px;
    opacity: 0.8;
    font-family: Monument Extended,sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.single-hardware .immersion-specs-row__item.light {
    display: block;
    overflow: hidden;
    max-height: 96px;
    transition: max-height 0.5s ease;
}
:is(.single-hardware .immersion-specs-row__item.light) :is(b, span, p) {
    font-size: 16px;
}
.single-hardware .immersion-specs-row__item span {
    display: inline;
    opacity: 1;
}


.single-hardware .asics {
    padding-block: 120px;
}
.single-hardware .asics__inner {
    grid-template-columns: repeat( 4, calc(25% - 25.6px) );
}



.single-hardware .our-solution {
    padding-block: 120px;
    background: #FFFFFF;
}


.single-hardware .reviewHome {
    padding-block: 120px;
}
.single-hardware .review-item {
    min-height: 266px !important;
}
.single-hardware .review-item-title {
    font-size: 18px;
}
.single-hardware .review-person-name {
    font-size: 18px;
}
.single-hardware .review-item-text {
    font-size: 16px;
}

.single-hardware .immersion-faq {
    padding-block: 120px;
    background: #FFFFFF;
}



@media ( max-width: 1920px ) {
    .single-hardware h1.immersion-specs-title {
        margin-bottom: 1.0416666667vw;
    }
}

@media ( max-width: 1124px ) {
    .single-hardware section,
    .single-hardware .our-solution,
    .single-hardware .favs-about{
        padding-block: 60px!important;
    }
    .single-hardware .immersion-specs-container {
        padding-block: 0;
    }
    .single-hardware .asics__inner {
        grid-template-columns: repeat(3, calc(33% - 21px));
    }
}

@media ( max-width: 1024px ) {
    .single-hardware h1.immersion-specs-title {
        font-size: 18px;
    }
    .single-hardware .immersion-specs-container::before {
        width: 100%;
    }
    .single-hardware .button-brand {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .single-hardware section {
        padding-block: 40px!important;
    }
    .single-hardware section.hosting {
        padding-top: 120px !important;
    }
    .single-hardware .hosting__title {
        font-size: 48px;
        line-height: 1;
    }

    .single-hardware .asics__inner {
        grid-template-columns: repeat(2, calc(50% - 8px));
        gap: 32px 12px;
    }
}
