@media (max-width: 1270px) {
    /*header*/
    .header__wrapper {
      justify-content: space-between;
    }
    .header__logo {
      margin-right: 150px;
    }
    .agreement{
     width: 40% !important;
    }
  
     /*description*/
    .description_img{
      width: 100%;
      min-height: 497px;
      object-fit: cover;
    }
  
    /*technique*/
    .technique__items{
      align-items: center;
      height: 575px;
      min-height: 575px;
      overflow: hidden;
    }
    .technique__item{
      width: 50%;
    }
    .technique__content .slider-nav .slick-slide {
      padding: 10px 0px 10px 0;
      flex-direction: column;
    }
    .technique .slick-next{
      top: 14% !important;
      left: unset !important;
      right: -40% !important;
    } 
    .technique .slick-prev{
      top: 14% !important;
      left: -40% !important;
    }
  
    /*advantages*/
    .advantages__items{
      gap: 28px 10px ;
    }
  
    /*reviews*/
    .slick-initialized .slick-slide {
      display: flex !important;
      justify-content: center;
    }
    .reviews .slick-prev {
      left: 73% !important;
    }
    .reviews .slick-next {
      right: 17% !important;
    }
}
  
@media (max-width: 1200px) {
    /*header*/
    .header__logo {
      margin-right: 100px;
    }
    .header__messenger {
      margin-right: 50px;
    }
    .header__mode {
      margin-right: 20px;
    }
  
    /*banner*/
    .cost__wrapper {
      top: 113%;
      bottom: inherit;
      justify-content: space-between;
    }
    .banner{
      overflow-x: hidden;
    }
    .cost__form {
      grid-template-areas:
          "tel"
          "email"
          "text";
    }
    .agreement {
      width: 30% !important;
    }
  
    /*costs*/
    .costs__items {
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 45px 0px;
    }
    .costs__item {
      width: 40%;
    }
  
    /*description*/
   .description__tabs>label {
      margin-left: 40px !important;
    }
  
    /*technique*/
    .technique{
      min-height: 1341px;
      background: #F0F8F9;
    }
    .technique__items{
      flex-direction: column;
      align-items: center;
      overflow: initial;
    }
    .technique__item{
      width: 100%;
        overflow: initial;
    }
  
    /*job*/ 
    .job__item::after {
      right: -21%;
    }
  
    /*workers*/
    .workers .slick-prev {
      left: 85% !important;
    } 
  
    /*examples*/
    .examples .slick-prev {
      left: 85% !important;
    } 
}
  
@media (max-width: 992px) {
    /*header*/
    header .header__mode, .contacts_call{
      display: none;
    }
    .contacts_text{
      display: block;
      line-height: normal; 
    }
  
    /*banner*/
    .banner__text {
       width: 100%; 
    }
    .banner__text ul {
      max-width: 100%;
    }
    .cost__wrapper {
      flex-wrap: wrap;
      top: 113%;
    }
    .cost__text{
      width: 100%;
    }  
    .cost__form {
      width: 50%;
    }
    .agreement{
      width: 40% !important;
      justify-content: center;
    }
    .cost__form input, .cost__form textarea, .agreement button {
      width: 100%;
    }
  
    /*description*/
    .description {
      min-height: 0;
      padding-bottom: 64px;
  }
    .description__tabs>label {
      margin-left: 0px !important;
      margin-right: 4px !important;
    }
    .description__tabs div ul li{
      height: 45px;
      font-size: 14px;
    }
    .description__tabs div ul li img{
      width: 29px;
      height: 29px;
    }
    .desc1-1 {    top: 33%;}
    .desc1-6 {    left: 73%;}
    .desc1-7 {
      left: 66%;
      top: 40%;
    }
    .desc1-8 {
      left: 67%;
      top: 70%;
    }
    .desc2-2 {
      left: 74%;
      top: 6%;
    }
    .desc2-4 {
      left: 71%;
      top: 52%;
    }
    .desc2-8 {
      left: 73%;
      top: 83%;
    }
  
    /*advantages*/
    .advantages__items{
      flex-wrap: wrap;
    }
    .advantages__item{
      width: 102px;
      max-width: 102px;
    }
    .advantages__item-header, .advantages__item-header img{
      width: 80px;
      height: 80px;
    }
    .advantages__item-text {
      font-size: 14px;
      margin-top: 11px;
    }
  
    /*job*/
    .job{
      padding-bottom: 50px;
    }
    .job__items{
      flex-direction: column;
      gap: 23px 0;
    }
    .job__item{
      display: flex;
      flex-direction: row;
      width: auto;
      max-width: 80%;
      align-items: center;    
      gap: 0 20px;
    }
    .job__item::after{
      content: '';
    }
    .job__item-header::after{
      content: url('./../img/jobarrow2.svg');
      position: absolute;
      z-index: 5;
      bottom: -20%;
      left: 42%;
    }
    .job__item:last-child .job__item-header::after{
      content: '';
    }
    .job__item-header {
      margin-bottom: 0px;
      position: relative;
    }
    .job__item-text{
      text-align: left;
    }
  
    /*workers*/
    .workers .slick-prev {
      left: 75% !important;
    } 
    
    .workers .slick-next {
      right: 11% !important;
    }
  
    /*reviews*/
    .reviews .slick-prev {
      top: 120% !important;
      left: 35% !important;
    }
    .reviews .slick-next {
      top: 120% !important;
      right: 45% !important;
    }
  
     /*examples*/
     .lazyExample input{
      opacity: 0;
     }
     .examples .slick-prev {
      top: 120% !important;
      left: 35% !important;
    }
    .examples .slick-next {
      top: 120% !important;
      right: 45% !important;
    }
  
    /*footer*/
    footer .header__messenger{
      display: none;
    }
    .header__logo {
      margin-right: 40px;
    }   
}
  
@media (max-width: 768px) {
    /*header*/
    header{
      width: 360px;
    }
    .container{
      /*width: 324px !important;*/
      /*max-width: 324px !important;*/
      /*padding: 0 !important;*/
    }
    .title{
      color: #000;;
      font-size: 28px;
    }
  
    /*header*/
    .header__messenger{
      display: none;
    }
    .contacts_phone{
      font-size: 15px;
      line-height: normal; 
    }
    
    /*banner*/
    .banner{
      min-height: 0;
      padding-bottom: 20px;
      width: 360px;
    }
    .banner__background{
      display: none;
    }
    .banner__wrapper{
      margin-top: 25px;
      padding-top: 0px;
    }
    .banner__title{
      font-size: 28px;
      margin: 0;
    }
    .banner__subtitle{
      font-size: 24px;
      padding-top: 22px;
      padding-bottom: 0px;
    }
    .banner__text ul{
      margin-top: 28px;
    }
    .banner__girl {
      right: -30%;
    }
    .banner__girl img{
     width: 70%;
    }
    #layoutform0 {
      margin-top: 0;
      margin-bottom: 0;
      background-color: #f0f8f9;
      padding-top: 50px;
      width: 360px;
    }
    .cost__wrapper{
      flex-wrap: wrap;
    }
    .cost__form, .agreement {
      width: 100% !important;
    }
    .agreement_text {
      align-items: center;
    }  
    .agreement{
      flex-direction: column-reverse;
      padding: 0;
    }
    .agreement button{
      margin-top: 0;
      margin-bottom: 30px;
    }
    .cost__subtitle{
      font-size: 12px;
    }
  
    /*costs*/
    .costs {
      padding-top: 70px;
      padding-bottom: 70px;
      width: 360px;
    }
    .costs__item {
      width: 48%;
    } 
    .costs__item-button{
      width: auto;
    }
    
    
    /*online-calculator*/
    .online-calculator {
        width: 360px;
    }
    
    /*advantages*/
    .advantages {
        width: 360px;
    }
  
    /*description*/
     .description {
        width: 360px;
    }
    .description__header{
        margin: 50px 0 30px;
    }
    .description__tabs div {
      margin-top: 10px;
    }
    .description__tabs>label {
      margin-bottom: 10px;
      margin-right: 11px !important;
      padding: 9px 12px 12px;
      color: #354859;
      font-size: 16px;
      background-color: #F0F4F5;
      border-radius: 10px;
    }
    .description__tabs>input[type="radio"]:checked+label{
      padding: 9px 12px 12px;
      color: #354859;
      font-size: 16px;
      color: #FFF;
    }
    .description__tabs>input[type="radio"]:checked+label::after {
      content: "";   
    } 
    .description__tabs ul{
      position: absolute;
      top: 26px;
      left: 12px;
    }
    .description__tabs ul li{
      position: relative;
      left: 0;
      margin-bottom: 5px;
      max-width: 300px;
    }
    .description__tabs ul li.desc_img-right {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
    }
    .right-plus{
      display: none;
    }
    .left-plus{
      display: inline-block;
    }
    .desc_img-right{
      padding-left: 7px !important;
      text-align: left;
      padding-right: 19px !important;
    }
    .desc_img-right img {
      margin-right: 10px;
      margin-left: 0;
    }
    .desc_img-left{
      margin-right: 10px;
    }
  
    .desc1-1{width: 300px;}
    .desc1-2{width: 190px;}
    .desc1-3{width: 291px;}
    .desc1-4{width: 168px;}
    .desc1-5{width: 253px;}
    .desc1-6{width: 177px;}
    .desc1-7{width: 202px;}
    .desc1-8{width: 250px;}
    
    .desc2-1 {width: 300px;}
    .desc2-2 {width: 168px;}
    .desc2-3 {width: 294px;}
    .desc2-4 {width: 244px;}
    .desc2-5 {width: 230px;}
    .desc2-6 {width: 250px;}
    .desc2-7 {width: 256px;}
    .desc2-8 {width: 176px;} 
    
    .desc3-1 {width: 300px;}
    .desc3-2 {width: 200px;}
    .desc3-3 {width: 254px;}
    .desc3-4 {width: 189px;}
    
    .desc4-1 {width: 300px;}
    .desc4-2 {width: 191px;}
    .desc4-3 {width: 252px;}
    .desc4-4 {width: 238px;}
    .desc4-5 {width: 188px;}
      
    .desc5-1 {width: 164px;}
    .desc5-2 {width: 246px;}
    
    /*advantages*/
    .advantages__item{
      width: 30%;
      max-width: none;
    }
    .advantages__title{
      margin: 37px 0 21px ;
    }
  
    /*technique*/
    .technique {
      width: 360px;
    }
    .technique__header {
      margin: 30px 0 47px;
    }
    .slider-nav .slick-list {
      margin: 0 !important;
    }
    .technique__content .slick-track {
      transform: translate3d(0, 0, 0) !important;
    }
    .technique__content .slider-nav .slick-slide {
      max-width: none;
      border: none;
      text-align: center;
      padding: 0;
    }
    .technique__content .slick-current {
      color: inherit;
    }
    .technique__content .slider-nav {
      width: 160px;
      margin: 0 auto;
    }
  
    /*job*/
    .job{
      min-height: 503px;
      width: 360px;
    }
   .job__header{
      margin: 50px 0 6px;
    }
    .job__item-header img{
      width: 70px;
      height: 70px;
    }
    .job__item-header::after {
      bottom: -26%;
      left: 37%;
    }
  
    /*faq*/
    .faq {
      position: relative;
      background-size: 100%;
      min-height: 0;
      padding-bottom: 70px;
      width: 360px;
    }
    .faq:before {
      content: '';
      display: block;
      width: 100%;
      height: 40%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, #ffffff 0%,    #ffffff 10%,    #ffffff 30%,    #ffffff 50%,
      rgba(255, 255, 255, 0.45) 100%);
    }
    .faq_header{
      margin: 45px 0 38px;
    }
    .faq__block{
      background: none;
      padding: 0;
      min-height: 0;
    }
    .faq__item_question {
      font-size: 16px;
      display: flex;
      align-items: center;
    }
    .faq__item_question .button{
      font-size: 20px;
    }
    .faq__item_answer {
      font-size: 14px;
      padding-left: 52px;
    }
    .faq__item_question:hover{
      color: #000;
    }  
    .faq__item:hover .plus, .faq__item:hover .minus  {
      background-color: #14C4CC;
    }
    .faq__item {
      margin-bottom: 28px;
    }
    .faq__button {
      margin-top: 0px;
    }
    .faq__button a {
      padding: 9px 0;
      width: 100%;
    }
    .plus, .minus {
      width: 36px;
      height: 36px;
      padding: 7px 9px;
    }
  
    /*workers*/
    .workers {
      min-height: 0;
      padding-bottom: 70px;
      width: 360px;
    }
    .workers__header {
      margin: 15px 0 38px;
    }
    .workers__items {
        display: block;
    }
    .worker_border{
      display: none;
    }
    .workers .slick-prev {
      left: 36% !important;
      top: 110% !important;
    }
    .workers .slick-next {
      right: 48% !important;
      top: 110% !important;
    }
  
    /*reviews*/
    .reviews {
      min-height: 0;
      padding-bottom: 55px;
      width: 360px;
    }
    .reviews__header {
      margin: 44px 0 31px;
    }
    .reviews__background_1{
      transform: scale(0.5);
      top: -22%;
      right: 200px;
    }
    .reviews__background_2{
      transform: scale(0.5);
      top: -33%;
      right: 100px;
    }
    .reviews__item {
      width: 100%;
    }
    .reviews .slick-prev, .reviews .slick-next {
      top: 110% !important;
    }
  
    /*examples*/
    .examples {
      min-height: 0px; 
      padding-bottom: 52px;
      width: 360px;
    }
    .examples__header{
      margin: 44px 0 29px;
    }
    .examples .slide {
        width: 100%;
    }
    .examples .slick-prev {
      top: 110% !important;
      left: 29% !important;
    }
    .examples .slick-next {
      top: 110% !important;
    }
 
    /*footer*/
    footer {
        display: block;
        width: 360px;
    }
    footer .header__logo img{
      width: 115px;
    }
    footer .contacts_phone {
      padding-bottom: 0px;
    }
}
  
@media (max-width: 576px) {
    /*header*/
    header{
      height: 54px;
      width: 360px;
    }
    .header__logo{
      margin-right: 0;
    }
    .header__logo img{
      width: 114px;
    }
    .header__wrapper{
      padding: 9px 0;
    }
    .header__burger{
      display: block;
    }
    .header__contacts {
      align-items: start;
    }
    .contacts_phone{
      padding-bottom: 0;
    }
    .wrapper-mobile{
      padding: 50px 16px 0;
      background-color: #F0F8F9;
      min-height: 555px;
    }
    .wrapper-mobile .container{
        max-width: 100% !important;
    }
    .wrapper-mobile .cost__wrapper {
      padding: 24px 12px;
    }
    .cost__wrapper-mobile{
      position: relative;
    }
  
    .wrapper-mobile .cost__title {
      margin-bottom: 9px;
    }
  
    .banner {
      overflow-x: initial;
    }
    .banner__girl{
      display: none;
    }
    .banner__girl-mobile {
      position: relative;
      display: flex;
      margin-top: 11px;
      align-items: flex-end;
      justify-content: flex-end;
      height: 295px;
    }
    .girl-mobile-img{
        width: 288px;
      /*width: 100%;
      padding: 28px 0px 0 34px;
      position: relative;*/
    }
    .girl-mobile-background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      margin: 0 -18px;
    }
    .girl-mobile-background_1{
      position: absolute;
      scale: 0.4;
      top: 115px;
      z-index: -1;
      left: 3px;
    }   
    .girl-mobile-background_2{
      position: absolute;
      top: 170px;
      left: 44px;
      z-index: -1;
    }
    .banner__background_1, .banner__background_2{
      display: none;
    }
  
    /*costs*/
    .costs {
      min-height: 0;
      padding-top: 45px;
      padding-bottom: 53px;
    }
    .costs .costs__items{
      flex-direction: column;
      gap: 10px 0px;
    }
    .costs .costs__item{
      width: 100%;
      padding: 0px 20px;
    }
    .costs .costs__item-header {
      height: 64px;
      padding-bottom: 0px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .costs .costs__item-header img{
      width: 24px;
    }
    .costs__item-header div {
      align-items: center;
      font-size: 16px;
      gap: 12px;
    }
    .costs__item-text {
      font-size: 14px;
      min-height: 65px;
      margin: 15px 0 15px;
    }
    .costs .costs__item:hover:after{
      top:0;
      bottom:0;
    }
    .costs .costs__item:hover:before{
      top:0;
      z-index: 0;
    }
    .costs__item-button {
      width: 167px;
      margin-bottom: 31px;
    }
    .costs__item-price{
      display: none;
    }
    .showCost{
      display: block;
    }
    .hideCost{
      display: none;
    }
    .transform{
      rotate: 180deg;
    }
    .costs-mobile{
      display: flex;
      align-items: center;
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 126px;
    }
    .costs-mobile img{
      margin-left: 14px;
    }
  
    /*advantages*/
    .advantages {
      min-height: 0;
      padding-bottom: 39px;
    }
    .advantages__background_1, .advantages__background_2{
      display: none;
    }
  
    /*description*/
    .description {
      min-height: 0;
      padding-bottom: 48px;
    }
    
    /*technique*/
    .technique::before {
      background: none
    }
    .technique__header {
      margin: 48px 0 47px;
    }
    .technique__content{
      flex-direction: column;
      margin-top: 36px;
    }
    .technique__content span {
      left: -19px;
    }
    #slider-for {
      width: 281px;
    }
    #slider-nav {
      width: 160px;
    }
    .technique__content .slider-for {
      background-position-x: 60%;
      background-position-y: 30%;
    }
    #slider-for .slick-list {
      margin-bottom: 20px !important;
    }
    .item-example-img{
      height: 143px;
    }
    .technique__item{
        padding: 30px 19px 30px 19px;
    }
    .technique__item-header {
      font-size: 14px;
    }
    .technique__item-header img {
      margin-right: 20px;
    }
    .technique__item-example {
      margin-top: 30px;
      padding: 0;
    }
    .technique__item-example img {
      padding: 0 !important;
      object-fit: contain;
      width: 50%;
    }
  
    /*job*/
    .job__header {
      margin: 50px 0 30px;
    }
    .job__item {
      max-width: 100%;
    }
  
    /*workers*/
    .workers .slick-prev {
      left: 30% !important;
    }
    .workers .slick-next {
      right: 48% !important;
    }
  
     /*reviews*/
     .reviews__background_1{
      right: 130px;
    }
    .reviews__background_2{
      right: 30px;
    }
    .reviews .slick-prev {
      left: 22% !important;
    }
  
     /*examples*/
    .examples .slick-prev {
      left: 30% !important;
    }
    .examples .slick-next {
      right: 48% !important;
    }
    .slide, .slide2 {  
      height: 350px;
      max-height: 400px;    
    }
    .slide figure, .slide2 figure{
      background-size: cover;
      background-position-y: center;
      background-position-x: 0px;
    }
    #line, #line2{
      background-size: cover;
      background-position-y: center;
      background-position-x: 0px;
    }
  
    /*footer*/
    footer .header__wrapper{
      display: grid;
      grid-template-areas:            
      "a b b"           
      "c c c"           
      "d d e";
      margin: 11px 0 14px;
    }
    footer .header__logo{
      order: 1;
      grid-area: a;
    }
    footer .header__messenger{
      order: 5;
      grid-area: e;
      display: block;
      margin-right: 0;
    }
    .footer__callback {
      grid-area: c;
      padding: 9px 0;
      border-radius: 7px;
      border: 2px solid #14C4CC;
      color: #0EB0B8;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-top: 26px;
      margin-bottom: 26px;
    }
    .footer__callback .contacts_call {
      border: none;
      padding: 0;
      font-size: 16px;
    }
    .footer__callback,
    .footer__callback .contacts_call {
      display: block;
    }
    footer .header__messenger a img {
      width: 35px;
      height: 35px;
    }
    .header__messenger a:first-child {
      margin-right: 14px;
    }
  
    footer .header__mode{
      order: 4;
      grid-area: d;
    }
    footer .header__contacts{
      order: 2;
      grid-area: b;   
       align-items: end;
    }
    footer .header__call{
      display: block;
      order: 3;
      grid-area: c;
      border-radius: 7px;
      border: 2px solid #14C4CC;
      text-align: center;
      padding: 10px ;
      width: 70%;
      margin: 26px auto 21px;
    }
    footer .header__call a{
      text-decoration: none;
      color:  #0EB0B8;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    footer .header__burger{
      display: none;
    }
}
  
@media (max-width: 424px) {
    /*workers*/
    .workers .slick-prev {
      left: 20% !important;
    }
    .workers .slick-next {
      right: 40% !important;
    }
  
    /*reviews*/
    .reviews__background_1{
      right: 30px;
    }
    .reviews__background_2{
      right: -70px;
    }
  
     /*examples*/
     .slide, .slide2 {  
      height: 279px;   
    }
    .examples .slick-prev {
      left: 20% !important;
    }
    .examples .slick-next {
      right: 40% !important;
    }
  
    .slide figure, .slide2 figure{
      background-size: cover;
      background-position-y: center;
      background-position-x: 0;
    }
  
    #line, #line2{
      background-size: cover;
      background-position-y: center;
      background-position-x: 0;
    }
  
    /*footer*/
    footer .mode_time {
      padding-right: 10px;
    }
    footer .mode_text {
      padding-left: 10px;
    }
    footer .header__call{
      width: 100%;
    }
    
    /*mobile-menu*/
    .menu__bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        /*opacity: 0;*/
        pointer-events: none;
        z-index: 999;
        overflow: auto;
        transform: translateX(-150%);
        transition: transform 0.3s ease;
    }
    .menu__bg.mobile-block { 
        /*opacity: 1;*/ 
        pointer-events: all;
        transition: transform 0.3s ease;
    }
    .mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        background: #fff;
        transform: translateX(-150%);
        transition: transform 0.3s ease;
    }

    .mobile-block {
      transform: translateX(0%);
      transition: transform 0.3s ease;
    }

    .mobile-none {      
      transform: translateX(-150%);
      transition: transform 0.3s ease;
    }

    .mobile-menu-header{
      background-color: #F0F8F9;
      padding: 21px 32px 23px;
      min-height: 225px;
    }

    .mobile-main{
      display: flex;
      justify-content: space-between;
    }

    .mobile-city{
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-right: -31px;
    }

    .mobile-schedule{
      color: #0EB0B8;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding-left: 28px;
      border-left: 1px solid #0EB0B8;
    }
    
    .burger-close {
      margin-right: -14px;
    }

    .mobile-phone {
      display: block;
      color: #000 !important;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-top: 15px;
    }

    .mobile-call{
      border-radius: 7px;
      border: 2px solid #14C4CC;
      padding: 8px 60px 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 25px auto;
      background: #FFF; 
    }

    .mobile-call a{
      color: #0EB0B8;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }

    .mobile-messenger{
      display: flex;
      align-items: center;
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .mobile-messenger span{
      margin-right: 11px;
    }
    .mobile-messenger img{
      width: 40px;
      height: 40px;
    }

    .mobile-messenger a{
      margin-right: 14px;
    }

    .mobile-menu ul li a{
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding-left: 26px;
    }

    .mobile-menu ul li{
      background: #FFF;
      height: 65px;
      border-bottom: 1px solid #EAEBEF;
      display: flex;
      align-items: center;
    }
}