section {
  padding: 60px 0;
}

.icon-feature{
  font-family: "Font Awesome 5 Free" !important;
  color: #02b13f;
}

.index-intro-header {
  margin-bottom: 40px;
}

.index-intro-header h2 {
  font-weight: 700;
  color: #3c3c3c;
  font-size: 42px;
  line-height: 1.52;
  text-align: center;
  margin-bottom: 24px;
}

.index-intro-header h2 span {
  color: #02b13f;
  display: block;
}

.index-intro-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #3c3c3c;
  text-align: center;
}

.index-intro-main-item {
  margin-bottom: 40px;
}

.index-intro-main-item-img {
  margin-bottom: 40px;
}

.index-intro-main-item-img img {
  width: 100%;
}

.index-intro-main-item-text span {
  color: #939393;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.index-intro-main-item-text h3 {
  color: #3c3c3c;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 500;
}

.index-intro-main-item-text p {
  color: #3c3c3c;
  line-height: 1.5;
  font-size: 16px;
}

@media (min-width: 992px) {
  section {
    padding: 80px 0;
  }

  .index-intro-header {
    margin-bottom: 100px;
  }

  .index-intro-header h2 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px;
  }
  
  .index-intro-header p {
    color: #939393;
    font-size: 20px;
    line-height: normal;
  }

  .index-intro-main-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .index-intro-main-item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .index-intro-main-item:not(:last-child) {
    margin-bottom: 120px;
  }

  .index-intro-main-item-img {
    width: 46%;
  }

  .index-intro-main-item-text {
    width: 41%;
  }

  .index-intro-main-item-text h3 {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    color: #2d3748;
  }

  .index-intro-main-item-text h3 .icon {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-right: 28px;
  }

  .index-intro-main-item-text p {
    font-size: 18px;
    line-height: 1.56;
  }
}

.index-feature {
  background-color: #f9fbff;
  text-align: center;
}

.index-feature-header {
  margin-bottom: 40px;
}

.index-feature-header h2 {
  font-size: 42px;
  color: #3c3c3c;
  line-height: 1.52;
  font-weight: 700;
  margin-bottom: 24px;
}

.index-feature-header p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #3c3c3c;
}

.index-feature-main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 40px
}

.index-feature-main-item {
  padding: 20px 30px;
  border-radius: 12px;
  background-color: #fff;
}

.index-feature-main-item-img {
  display: flex;
  margin-bottom: 20px;
}

.index-feature-main-item-text {
  margin-bottom: 26px;
  text-align: left;
}

.index-feature-main-item-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #18191f;
  margin-bottom: 12px;
}

.index-feature-main-item-text p {
  font-size: 16px;
  line-height: 1.63;
  font-size: 16px;
  color: #18191f;
}

.index-feature-main-item a {
  display: flex;
  align-items: center;
  color: #02b13f;
  font-weight: 500;
  font-size: 16px;
}

.index-feature-main-item a:hover {
  color: #02b13f !important;
  opacity: 0.8;
}

.index-feature-main-item a img {
  display: block;
  margin-left: 8px;
  width: 20px;
}

@media (min-width: 992px) {
  .index-feature-main {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .index-feature-main-item-img {
    margin-bottom: 30px;
  }

  .index-feature-main-item-text {
    margin-bottom: 42px;
  }

  .index-feature-main-item-text p {
    font-size: 18px;
    line-height: 1.44;
  }

  .index-feature-main-item-text a {
    font-size: 18px;
  }
}

.index-company .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.index-company img {
  width: 100%;
}

.index-actions h2 {
  font-size: 42px;
  line-height: 1.52;
  color: #3c3c3c;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 992px) {
  .index-company .container {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 30px;
  }

  .index-actions h2 {
    font-size: 40px;
  }

  .index-actions-video {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
}

.index-users {
  background-color: #f9fbff;
}

.index-users h2 {
  color: #3c3c3c;
  font-size: 42px;
  line-height: 1.52;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.index-users-card {
  box-shadow: 0 3px 24px -3px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.index-users-card h3 {
  color: #2d3748;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 4px;
}

.index-users-card h4 {
  color: #02b13f;
  line-height: 1.78;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
  word-break: break-all;
}

.index-users-card p {
  line-height: 1.63;
  font-size: 16px;
  color: #18191f;
  margin-bottom: 14px;
}

.index-users-card span,
.index-users-card a {
  color: #939393;
  font-size: 16px;
}

.index-users-card a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .index-users-main {
    display: flex;
    justify-content: space-between;
  }

  .index-users-card-group {
    width: 30%;
  }
}

.index-interact h2 {
  font-size: 42px;
  line-height: 1.52;
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.index-interact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.index-interact-links a {
  width: 130px;
  display: block;
}

.index-interact-links a img {
  width: 100%;
}

.index-interact-links a:first-child {
  margin-bottom: 12px;
}

.index-interact-img img {
  width: 100%;
}

.transfer-notification {
  background: #EFF5BB;
  padding: 10px 0;
  text-align: center;
  padding: 10px 27px;
}

@media (min-width: 992px) {
  .index-interact h2 {
    margin-bottom: 40px;
  }

  .index-interact-links {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 80px;
  }

  .index-interact-links a {
    width: 162px;
  }

  .index-interact-links a:first-child {
    margin-right: 48px;
    margin-bottom: 0;
  }

  .index-interact-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .index-interact-img img {
    max-width: 622px;
  }
}
@media (min-width: 1200px) {
  .transfer-notification {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }
}