.reviews {
    margin-top: 132px;
}

.reviews__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    margin-bottom: 19px;
}

.reviews__description {
    font-weight: 400;
    font-size: 17px;
    line-height: 157%;
    text-align: center;
    color: #9196a0;
    max-width: 654px;
    margin: 0 auto 30px auto;
}

.reviews__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
}

.reviews__item {
    padding: 38px 47px 41px 42px;
    background-color: #1d263b;
    border-radius: 20px;
}

.reviews__item-top {
    display: flex;
    column-gap: 14px;
    margin-bottom: 19px;
}

.reviews__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    border-radius: 50%;
    background-color: #3c4a6c;
}

.reviews__item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 157%;
    color: #fff;
    margin-top: 7px;
}

.reviews__item-username {
    font-weight: 400;
    font-size: 17px;
    line-height: 166%;
    color: #9196a0;
    margin-top: -7px;
}

.reviews__item-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 166%;
    color: #9196a0;
}

@media (max-width: 1200px) {
    .reviews__item {
        padding: 30px;
    }
}

@media (max-width: 1050px) {
    .reviews__items {
        grid-template-areas:
                "item-one item-two"
                "item-three item-three";
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        max-width: 700px;
        margin: 0 auto;
    }

    .reviews__item:nth-child(1) {
        grid-area: item-one;
    }

    .reviews__item:nth-child(2) {
        grid-area: item-two;
    }

    .reviews__item:nth-child(3) {
        grid-area: item-three;
    }
}

@media (max-width: 850px) {
    .reviews {
        margin-top: 100px;
    }
}

@media (max-width: 650px) {
    .reviews__items {
        grid-template-areas:
                "item-one"
                "item-two"
                "item-three";
        grid-template-columns: 1fr;
    }

    .reviews__item {
        padding: 24px;
    }
}
/*
     FILE ARCHIVED ON 15:19:54 Apr 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:06:19 May 18, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 4.269
  exclusion.robots: 0.092
  exclusion.robots.policy: 0.081
  esindex: 0.009
  cdx.remote: 6.514
  LoadShardBlock: 57.018 (3)
  PetaboxLoader3.datanode: 66.89 (4)
  load_resource: 51.674
  PetaboxLoader3.resolve: 26.238
*/