*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #2c2b2b;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

body {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}

.header__title {
  margin: 0;
  font-weight: 700;
  font-size: 56px;
  line-height: 130%;
  text-align: center;
  color: #000;
}

.header__text {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
/* секция продающие посты телеграм  */
.selling-posts {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
}

.post-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   grid-auto-rows: minmax(300px, auto);
  /* grid-auto-flow: row dense; */
  /* grid-auto-rows: 350px; */
  justify-items: center;
  align-items: center;
  gap: 20px;
  /* overflow: hidden; */
}


.post {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.post h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.post a {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}





.social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social__title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.social__item {
  list-style: none;
}
.social__link {
  padding: 0 10px;
}
.social__img {
  width: 80px;
}

.portfolio-pochemyya {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f9f9f9;
}
.portfolio-pochemyya__title {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}

.portfolio-pochemyya__items {
  width: 300px;
  margin-right: 23px;
  font-size: 16px;
}

.portfolio-pochemyya__zag {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 30px;
}

.zanyatie__title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
}
.zanyatie__content {
  text-align: center;
}
.zanyatie__items {
  font-size: 33px;
}

.zanyatie__item {
  list-style: none;
}

.portfolio__new {
  padding-top: 80px;
  padding-bottom: 10px;
}

.portfolio__new-header {
  font-size: 46px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #000;
}

.portfolio-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100%);
}

.card {
  margin-bottom: 30px;
  padding: 5px;
  max-width: 250px;
  background-color: #fff;
}

.card p {
  font-size: 14px;
  /* line-height: 130%; */
  color: #000;
  margin: 0;
}

.card__img {
  margin-bottom: 20px;
}

.card__title {
  margin: 0;
  margin-bottom: 13px;
  /* font-weight: 600; */
  font-size: 18px;
  /* line-height: 130%; */
  color: #000;
}
.services__h2,
.services__h4 {
  color: #000;
  text-align: center;
}

.section__h2 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #000;
}

.services__h4 {
  margin: 0 auto;
  max-width: 172px;
  text-transform: uppercase;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
  margin-bottom: 60px;
}

.services__grid-item {
  padding: 59px 0;
  background-color: #f7f7f7;
  width: 250px;
}

.services__icon {
  margin: 0 auto 21px;
}

/* moyo */

.moyo {
    
  margin-top: 50px;
  
}
.test-h2 {
}
.moyo__h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%
}
.moyo__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
  margin-bottom: 60px;
}
.moyo__grid-item {
  max-width: 350px;
  text-align: center;
}
.moyo__img {
 
  justify-items: center;
}
.moyo__title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  }
.moyo__link {
      font-size: 12px;
      text-align: center;
}



/* it */
.it {
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%
}
.it__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
  margin-bottom: 60px;
}
.it__grid-item {
  background-image: url(/images/discript.png);
  /* background-color: #f7f7f7; */
  width: 350px;
}
 .it__h4 {
  margin: 0 auto;
  /* max-width: 172px; */
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 15px;
 }
 .it__a {
  font-size: 20px;
  color: #fff;
 }

/* финансы */
.fin {
  text-align: center;
  margin-top: 50px;
  
}
.fin__h4 {
  margin: 0 auto;
  max-width: 172px;
  text-transform: uppercase;
}
.fin__h2 {
  margin-bottom: 50px;
  text-transform: uppercase;
      text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
}

.fin__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
  margin-bottom: 60px;
  
}

.fin__grid-item {
  padding: 59px 0;
  background-color: #f7f7f7;
  width: 250px;
}

.fin__icon {
  margin: 0 auto 21px;
}
/* финансы */
@media (max-width: 375px) {
  .header {
    display: flex;
    flex-wrap: wrap;
  }
  .header__title {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #000;
  }
  .moyo__grid {
      grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
  }
  .it__grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
 
  }
  .services__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    justify-items: center;
  }

   .fin__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    justify-items: center;
  }

  .header__text {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
  }
  .modal-dialog {
    max-width: 220px;
    margin: 5px auto;
  }
  /* .social {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .social__title {
    font-size: 14px;
    text-align: center;
  }
  .social__item {
    list-style: none;
  }
  .social__link {
    padding: 0 5px;
  }
  .social__img {
    width: 17px;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
  
}

/* .header__button {
  background: #fff;
  border: none;
  color: #000;
  font-size: 18px;
  outline: none;

  border-radius: 3px;

  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
} */

/* .header__button:hover {
  background: #4545b5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} */

/* @media (max-width: 300px) {
  .social__img {
    width: 17px;
  }
  .modal-dialog {
    max-width: 220px;
    margin: 5px auto;
  }
} */
/*  
.modal {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -1000px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-y: scroll;
  padding: 60px 15px;
}

.modal_active {
  position: fixed;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal__content {
  width: 100%;
  max-width: 500px;
  padding: 50px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 5px 15px black;
  box-shadow: 0 5px 15px black;
  border-radius: 3px;
  position: relative;
}

.modal__close-button {
  background: #ff0000;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

.modal__close-button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal__title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.modal__description {
  font-size: 1.125rem;
}
*/
/* Модальное окно */
/* свойства модального окна по умолчанию */
.modal {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
}
/* при отображении модального окно */
.modal:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}


@media (min-width: 1200px) {
   .services__grid {
     grid-template-columns: repeat(4, 1fr);
    
   }
      .fin__grid {
     grid-template-columns: repeat(4, 1fr);
    
   }
  }


  @media (min-width: 800px) {
    
    
    .services__grid {
      grid-template-columns: repeat(2, 1fr);
      
    }
        .fin__grid {
      grid-template-columns: repeat(4, 1fr);
      
    }
  }

 


@media (min-width: 576px) {
  .modal-dialog {
    max-width: 350px;
    margin: 30px auto;
  }
     .moyo__grid {
      grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
  }
  
    .it__grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
 
  }
    .services__grid {
     
      grid-template-columns: repeat(1, 1fr);
      
    }
        .fin__grid {
     
      grid-template-columns: repeat(1, 1fr);
      
    }
  
}
/* свойства для блока, содержащего контент модального окна */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

     .moyo__grid {
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  }
    .it__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
 
  }
    .services__grid {
      grid-template-columns: repeat(2, 1fr);
      
    }
        .fin__grid {
      grid-template-columns: repeat(4, 1fr);
      
    }
}
/* свойства для заголовка модального окна */
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}
/* свойства для кнопки "Закрыть" */
.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
}

/* cart */
.container1 {
  display: flex;
  flex-wrap: wrap;
}

.container1 div {
  margin: 2px;
  background-color: silver;
  width: calc(25% - 5 * 2px);
  height: 30px;
}

/* почему я */

.pochemuya {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  height: 90vh;
  margin: 0 auto;

  align-items: center;

  text-align: center;
  margin-bottom: 25px;
}

.pochemuya__inner {
}
.pochemuya__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
.pochemuya__list {
  justify-content: space-between;
  list-style: none;
  font-size: 38px;
}
.pochemuya__list-item {
  position: relative;
  margin-bottom: 30px;
}
.pochemuya__list-item::before {
  content: "\f00c";
  position: absolute;
  font-weight: 900;
  font-family: FontAwesome;
  top: -4px;
  left: -49px;
  width: 40px;
  height: 40px;
  /* background-image: url(/images/check.svg); */
}

.footer {
  background-color: #8e9197;
  padding-top: 45px;
  padding-bottom: 30px;
  color: #fff;
}

.footer__row {
  padding: 20px 20px;
  text-align: center;
}

.footer__copyright {
  color: #fff;
}

.footer__copyright-name {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}

.footer__copyright p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.footer__copyright-icons p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.pochemuya__top {}

.pochemuya__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  gap: 20px 30px;
  margin-bottom: 60px;
}

.pochemuya__top-cart {
  width: 270px;
  height: 173px;
  text-align: center;
}

.pochemuya__top-link {}

.pochemuya__top-img {
  margin-bottom: 12px;
}

.pochemuya__top-statiya {}

.pochemuya__top-site {}

.ps {
  display: flex;
  justify-content: center;
}

.ps__text {
  padding: 20px 20px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.hyperpc {
  margin: 20px;
  font-family: Arial, sans-serif;
}

.blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block {
  width: 45%;
  margin: 10px;
  padding: 10px;
  border: none; /* убрал рамку */
  border-radius: 10px; /* добавил закругленные углы */
  background-color: lightblue; /* добавил фоновый цвет */
  text-align: center;
}

.block a {
  display: block;
  margin-top: 10px;
  color: blue;
  text-decoration: none;
}

@media (max-width: 600px) {
  .block {
    width: 90%;
  }
}
/* @media (max-width: 800px) and (min-width: 500px) {
  .container1 div {
    width: calc(50% - 3 * 2px);
  }
} */

/* @media (max-width: 1054px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -55px;
    width: 40px;
    height: 40;
    background-image: url(/images/check.svg);
  }
}

@media (max-width: 1053px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 374px;
    width: 40px;
    height: 40;
    background-image: url(/images/check.svg);
  }
}

@media (max-width: 1053px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 349px;
    width: 40px;
    height: 40;
    background-image: url(/images/check.svg);
  }
}

@media (max-width: 1053px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 324px;
    width: 40px;
    height: 40;
    background-image: url(/images/check.svg);
  }
}

@media (max-width: 1053px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 303px;
    width: 40px;
    height: 40;
    background-image: url(/images/check.svg);
  }
}

@media (max-width: 855px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 275px;
    width: 40px;
    height: 40;
    background-image: url(/images/check.svg);
  }
}

@media (max-width: 800px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 257px;
    width: 30px;
    height: 30px;
    background-image: url(/images/check.svg);
  }
}

@media (max-width: 793px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 241px;
    width: 25px;
    height: 25px;
    background-image: url(/images/check.svg);
  }
}

@media (max-width: 707px) {
  .pochemuya__list-item::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 220px;
    width: 25px;
    height: 25px;
    background-image: url(/images/check.svg);
  }
} */

@media (max-width: 1100px) {

  .post-container {
    grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  }
}

   .moyo__grid {
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  }

 .services__grid {
   
   grid-template-columns: repeat(2, 1fr);
   
 }
  .fin__grid {
   
   grid-template-columns: repeat(4, 1fr);
   justify-content: space-evenly;
 }


@media (max-width: 1105px) {

   .moyo__grid {
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  }

 
  .fin__grid {
   
   grid-template-columns: repeat(2, 1fr);
   justify-content: space-evenly;
 }

}
@media (max-width: 800px) {
 
  .fin__grid {
   
   grid-template-columns: repeat(2, 1fr);
   justify-content: space-evenly;
 }

}


@media (max-width: 712px) {

    .post-container {
    grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  justify-items: center;
  }

   .moyo__grid {
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  }

  .pochemuya__list-item {
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
  }
   .services__grid {
    grid-template-columns: repeat(2, 1fr);
       }
          .fin__grid {
    grid-template-columns: repeat(2, 1fr);
       }
}

@media (max-width: 610px) {

   .moyo__grid {
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  }

  .pochemuya__list-item {
    position: relative;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
    .fin__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
}

@media (max-width: 545px) {
  .pochemuya__list-item {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
  }

     .moyo__grid {
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  
    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
    .fin__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  
    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
}

@media (max-width: 500px) {
  .container1 div {
    width: calc(100% - 2 * 2px);
  }
  .social__img {
    width: 30px;
  }
     .moyo__grid {
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
    .fin__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
}

@media (max-width: 463px) {
  .pochemuya__list-item {
    position: relative;
    margin-bottom: 30px;
    font-size: 15px;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
    .fin__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    gap: 10px;
    justify-items: center;
    margin-bottom: 60px;
  }
}

@media (max-width: 325px) {
  .container1 div {
    width: calc(100% - 2 * 2px);
  }
  .social__img {
    width: 60px;
  }
  .modal {
    width: 300px;
  }
    .pochemuya__list-item {
      position: relative;
      margin-bottom: 30px;
      font-size: 14px;
    }
     .services__grid {
       grid-template-columns: repeat(1, 1fr);
     }
          .fin__grid {
       grid-template-columns: repeat(1, 1fr);
     }

        .moyo__grid {
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  }
}
