.section-box {
  padding-top: 70px;
}

.section-box-subtitle span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #28a2f0;
}

.section-box-title h2 {
  color: #000;
  font-weight: 400;
}

.section-box-text {
  padding-top: 33px;
  max-width: 720px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.section-box-box {
  padding-top: 41px;
  display: flex;
  gap: 100px;
}
.section-box-box-title {
  width: 33.333333%;
}
.section-box-box-title h3 {
  color: #000;
  font-weight: 400;
}

.section-box-box-all {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: space-between;
}

.section-box-box-single {
  width: calc(50% - 23px);
  display: flex;
  /* cursor: pointer; */
}

.section-box-box-single-image {
  max-width: 81px;
  height: auto;
  transition: scale 0.3s ease-in-out;
}

.section-box-box-single-image img {
  min-height: 71px;
}

.section-box-box-single:hover .section-box-box-single-image {
  scale: 0.9;
}

.section-box-box-single-text {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-transform: uppercase;
  align-items: end;
}

.button-section-center {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .section-box-box-title {
    width: 44%;
  }
  .section-box-box {
    gap: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .section-box-box-single-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .section-box-box {
    flex-direction: column;
    gap: 30px;
  }
  .section-box-box-title {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-box-box-all {
    gap: 30px;
  }
}

@media screen and (max-width: 628px) {
  .section-box-box-single {
    width: 100%;
  }
}
