.title-with-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #4e6a63;
  font-size: 14px;
  font-weight: 500;
  padding-right: 30px;
}
.intersect {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0%;
  background: url(../Images/Intersect.png) no-repeat center;
  background-size: 100% 100%;
}

.list-big {
  padding-top: 24px;
}
.list-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
}
.circle-blue {
  width: 64px;
  height: 64px;
  background-color: rgba(49, 84, 75, 0.1);
  border-radius: 50%;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.number-orange {
  color: #31544b;
  font-weight: 700;
  font-size: 24px;
}
.arrow-div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #4e6a63;
  font-size: 22px;
  font-weight: 500;
  padding: 14px;
  padding-left: 16px;
  background-color: #ffffff;
  margin-bottom: 12px;
}

.arrow-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 40px;
  width: 90%;
  font-size: 20px;
}
.four-cards-only {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 90px;
}

.one-card {
  width: 49%;
  margin-bottom: 20px;
  background-color: #ffffff;
  /* padding: 30px; */
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.text-padding {
  padding: 40px 100px 40px 0px;
  text-align: start;
}
.text-padding span {
  font-size: 18px;
}

.one-card .container-logo-and-number {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  width: 100%;
  background-color: #ffb548;
}

.one-card h3 {
  margin-right: 40px;
  z-index: 1;
  /* height: 84px;
  width: 80%; */
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #31544b;
  vertical-align: center;
  text-align: right;
  border-radius: 5px;
}

.logo-div span {
  font-size: 15px;
  line-height: 43.7px;
}
.logo-div {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  background: #31544b;
  color: white;
  border-radius: 100%;
  scale: 1.8;
  font-weight: 700;
  color: white;
  z-index: 2;
}

.one-card p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  vertical-align: center;
  text-align: right;
  padding-left: 50px;
  line-height: 30px;
}

@media screen and (max-width: 1025px) {
  .circle-blue {
    width: 50px;
    height: 50px;
    margin-right: 0px;
  }
  .number-orange {
    font-size: 20px;
  }
  .arrow-div {
    font-size: 18px;
  }
  .one-card {
    width: 49%;
  }
  .one-card h3 {
    padding-right: 120px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .title-with-arrow {
    font-size: 12px;
    padding-right: 20px;
  }

  .list-text {
    padding-bottom: 10px;
  }
  .intersect {
    width: 15px;
    height: 15px;
  }
  .arrow-div {
    padding: 10px;
    font-size: 12px;
  }

  .circle-blue {
    width: 40px;
    height: 40px;
    margin-right: 40px;
  }
  .circle-blue p {
    font-size: 13px;
    font-weight: 500;
  }

  .arrow-text {
    /* padding-right: 20px; */
    width: 100%;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-item.wide {
    grid-column: span 1;
    padding-left: 230px;
  }
  .grid-item.wide {
    padding-left: 0px;
  }
  .one-card {
    width: 100%;
  }
  .one-card h3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .padding-top {
    margin-top: 130px;
  }
  .text-padding {
    padding: 40px 20px 40px 0px;
    text-align: start;
  }
}

.number-english {
  display: none;
}

body[lang="en"] {
  .number-english {
    display: inline;
  }
  .logo-div {
    left: 40px;
  }
  .one-card h3 {
    margin-left: 40px;
    padding-right: 5px;
  }
  .arrow-text {
    padding-right: 0px;
    margin-right: 0px;
    padding-left: 10px;
    margin-left: 0px;
  }
  .text-padding {
    padding: 40px 0px 40px 20px;
    text-align: start;
  }
  @media screen and (max-width: 1025px) {
    .one-card h3 {
      padding-right: 0px;
      text-align: left;
    }
  }
  @media screen and (max-width: 780px) {
    .arrow-text {
      margin-left: 0px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo-div {
      left: 23px;

      scale: 1.7;
    }
    .one-card h3 {
      padding: 0px 5px 0px 5px;
    }
    .one-card .special-english {
      padding-left: 0px;
      padding-left: 80px;
    }
  }
}
