.service-modern-architecture {
  padding-bottom: 200px;
  position: relative;
}
.service-modern-architecture:before {
  content: "";
  position: absolute;
  right: 131.951px;
  bottom: 166.819px;
  width: 983.306px;
  height: 320.349px;
  -webkit-transform: rotate(5.73deg);
          transform: rotate(5.73deg);
  border-radius: 23px;
  opacity: 0.7;
  background: var(--Violet-solid, #544EC9);
  -webkit-filter: blur(227px);
          filter: blur(227px);
  z-index: -1;
}
.service-modern-architecture .title-section {
  color: #6A7F7F;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.service-modern-architecture .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.service-modern-architecture .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 24px;
  background: var(--cards-bg, #E6F7FC);
  overflow: hidden;
}
.service-modern-architecture .items .item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  overflow: hidden;
  width: 100%;
}
.service-modern-architecture .items .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-modern-architecture .items .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px;
  gap: 12px;
}
.service-modern-architecture .items .item__title {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-modern-architecture .items .item__description {
  color: #5A5B5C;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .service-modern-architecture {
    padding-bottom: 80px;
  }
  .service-modern-architecture .items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .service-modern-architecture:before {
    width: 1110.282px;
    height: 300px;
    -webkit-transform: rotate(-103.044deg);
            transform: rotate(-103.044deg);
    right: -504.798px;
    bottom: 0;
    opacity: 0.24;
    background: var(--Violet-solid, #544EC9);
    -webkit-filter: blur(77px);
            filter: blur(77px);
  }
  .service-modern-architecture .title-section {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 24px;
  }
  .service-modern-architecture .items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service-modern-architecture .items .item__img {
    height: 80px;
  }
  .service-modern-architecture .items .item__content {
    padding: 24px;
    gap: 8px;
  }
  .service-modern-architecture .items .item__title {
    font-size: 16px;
  }
  .service-modern-architecture .items .item__description {
    font-size: 16px;
  }
}
