/* service */
.service {
  padding: 30px 0;
}
.service-text-wrapper {
  font-family: Inter; /* Body */
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  color: #171a1fff; /* neutral-900 */
  text-align: center;
}
.service-text-wrapper2 {
  width: 360px;
  margin: 36px auto 0;
  font-family: Inter; /* Body */
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #6e7787ff;
}
.service-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-bottom-left {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 360px;
}
.img-wrapper1 {
  width: 335px;
  height: 300px;
  margin: 0 auto;
  background: #ffffffff; /* white */
  border-radius: 6px; /* border-l */
}
.img-wrapper2 {
  width: 323px;
  height: 358px;
  margin: 0 auto;
  background: transparent; /* white */
  border-radius: 6px; /* border-l */
}
.service-bottom-right {
  padding: 20px 0;
}

.service-items-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 0px;
  justify-items: center;
  padding: 0;
}
.service-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service-item-wrapper-left {
  width: 52px;
  height: 52px;
  /* padding: 10.5px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 24px;
  opacity: 1;
  border: none;
  border-radius: 26px;
  gap: 0px;
}
.service-item-wrapper-left .icon {
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 31px;
  height: 31px;
}
.service-item-wrapper-left.left1 {
  background: #c8f9ffff;
}
.service-item-wrapper-left.left1 .icon {
  background-color: #006d7cff;
}
.service-item-wrapper-left.left2 {
  background: #f5f2fdff;
}
.service-item-wrapper-left.left2 .icon {
  background-color: #8353e2ff;
}
.service-item-wrapper-left.left3 {
  background: #fdf2f2ff;
}
.service-item-wrapper-left.left3 .icon {
  background-color: #e05858ff;
}
.service-item-wrapper-left.left4 {
  background: #f1f4fdff;
}
.service-item-wrapper-left.left4 .icon {
  background-color: #4069e5ff;
}
.service-item-wrapper-right {
  width: 224px;
}
.service-item-wrapper-right-top {
  font-family: Inter; /* Body */
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #171a1fff; /* neutral-900 */
}
.service-item-wrapper-right-bottom {
  margin: 5px 0 0;
  font-family: Inter; /* Body */
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #6e7787ff; /* neutral-550 */
}
.service-bottom-right-button {
  width: 300px;
  height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  font-family: Inter;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffffff; /* white */
  background: #4069e5ff; /* tertiary1-500 */
  opacity: 1;
  border: none;
  border-radius: 4px; /* border-m */
}
/* Hover */
.service-bottom-right-button:hover {
  color: #ffffffff; /* white */
  background: #4069e5ff; /* tertiary1-500 */
}
/* Pressed */
.service-bottom-right-button:hover:active {
  color: #ffffffff; /* white */
  background: #4069e5ff; /* tertiary1-500 */
}
/* Disabled */
.service-bottom-right-button:disabled {
  opacity: 0.4;
}
.service-bottom-right-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffffff; /* white */
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .service-bottom-left {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-shrink: 0;
    width: 750px;
  }

  .service-items-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 0px;
    justify-items: center;
    width: 700px;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  /* service */
  .service {
    padding: 106px 125px 39px 142px;
  }
  .service-text-wrapper {
    font-family: Inter; /* Body */
    font-size: 48px;
    line-height: 68px;
    font-weight: 700;
    color: #171a1fff; /* neutral-900 */
    text-align: left;
  }
  .service-text-wrapper2 {
    width: 100%;
    margin-top: 36px 0 0;
    font-family: Inter; /* Body */
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #6e7787ff;
  }
  .service-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .service-bottom-left {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 489px;
    height: 399px;
  }
  .img-wrapper1 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 335px;
    height: 300px;
    margin: 0;
    background: #ffffffff; /* white */
    border-radius: 6px; /* border-l */
  }
  .img-wrapper2 {
    position: absolute;
    /* top: 90px; */
    top: 70px;
    /* left: 206px; */
    left: 186px;
    /* width: 283px; */
    width: 323px;
    /* height: 309px; */
    height: 358px;
    margin: 0;
    background: transparent; /* white */
    border-radius: 6px; /* border-l */
  }
  .service-bottom-right {
    padding: 203px 0 0 32px;
  }

  .service-items-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 62px 52px;
    width: auto;
    padding: 0 0 0 3px;
  }
  .service-item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .service-item-wrapper-left {
    width: 52px;
    height: 52px;
    /* padding: 10.5px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 24px;
    opacity: 1;
    border: none;
    border-radius: 26px;
    gap: 0px;
  }
  .service-item-wrapper-left .icon {
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 31px;
    height: 31px;
  }
  .service-item-wrapper-left.left1 {
    background: #c8f9ffff;
  }
  .service-item-wrapper-left.left1 .icon {
    background-color: #006d7cff;
  }
  .service-item-wrapper-left.left2 {
    background: #f5f2fdff;
  }
  .service-item-wrapper-left.left2 .icon {
    background-color: #8353e2ff;
  }
  .service-item-wrapper-left.left3 {
    background: #fdf2f2ff;
  }
  .service-item-wrapper-left.left3 .icon {
    background-color: #e05858ff;
  }
  .service-item-wrapper-left.left4 {
    background: #f1f4fdff;
  }
  .service-item-wrapper-left.left4 .icon {
    background-color: #4069e5ff;
  }
  .service-item-wrapper-right {
    width: 224px;
  }
  .service-item-wrapper-right-top {
    font-family: Inter; /* Body */
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #171a1fff; /* neutral-900 */
  }
  .service-item-wrapper-right-bottom {
    margin: 5px 0 0;
    font-family: Inter; /* Body */
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #6e7787ff; /* neutral-550 */
  }
  .service-bottom-right-button {
    width: 652px;
    height: 52px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 102px 0 0;
    font-family: Inter;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffffff; /* white */
    background: #4069e5ff; /* tertiary1-500 */
    opacity: 1;
    border: none;
    border-radius: 4px; /* border-m */
  }
  /* Hover */
  .service-bottom-right-button:hover {
    color: #ffffffff; /* white */
    background: #4069e5ff; /* tertiary1-500 */
  }
  /* Pressed */
  .service-bottom-right-button:hover:active {
    color: #ffffffff; /* white */
    background: #4069e5ff; /* tertiary1-500 */
  }
  /* Disabled */
  .service-bottom-right-button:disabled {
    opacity: 0.4;
  }
}
