.mb-40 {
    margin-bottom: 40px;
}
.blog-top__title {
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    margin-bottom: 50px;
}
.blog-top__list {
    display: flex;
    justify-content: space-between;
}
.blog-top__list-left {
    width: 45.45%;
}
.blog-top__list-right {
    width: 49.45%;
}
.blog-top__list-left-img {
    height: 327px;
    margin-bottom: 20px;
}
.blog-top__list-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-top__list-date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.blog-top__list-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.blog-top__list-text {
    line-height: 28px;
}
.blog-top__list-right-item {
    display: flex;
    align-items: flex-start;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.blog-top__list-right-item:first-child {
    padding-top: 0;
}
.blog-top__list-right-item:last-child {
    padding-bottom: 0;
    border: none;
}
.blog-top__list-right-img {
    width: 36.76%;
    flex: 0 0 36.76%;
    margin-right: 24px;
}
.blog-top__list-right .blog-top__list-date {
    margin-bottom: 10px;
}
.blog-top__list-right .blog-top__list-title {
    font-size: 20px;
}
.blog-top__list-right-text  {
    padding-top: 10px;
}
.blog-img-wrap {
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(70px);
    border-radius: 20px;
    overflow: hidden;
}
.block--promo--image.block--promo--image--contain img{
    object-fit: contain;
    transform: translateZ(10px);
}
.servers__img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(70px);
    border-radius: 20px;
    margin-bottom: 24px;
    height: 250px;
}
.servers__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.block--promo--image.block--promo--image--contain.shape--before::before {
    left: 400px;
    top: 50px;
}
.block--promo--image--contain.block--promo--image.shape--after::after {
    top: 110px;
    left: -30px;
    width: 300px;
    height: 300px;
}