.why {
  margin-top: 5rem;
  padding: 3.25rem 0rem 5rem 0rem;
  background: #F6F9FC;
}
.why .title {
  color: #061020;
  text-align: center;
  font-family: "Semi";
  font-size: 2.375rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.why .contentWhy {
  display: flex;
}
.why .contentWhy .leftWhy {
  width: 28.375rem;
  display: flex;
}
.why .contentWhy .leftWhy .info {
  border-radius: 1rem;
  padding: 2rem 1.75rem 2.75rem 1.75rem;
  background: #051568;
  width: calc(100% - 9.375rem);
}
.why .contentWhy .leftWhy .info p {
  margin-bottom: 0px;
}
.why .contentWhy .leftWhy .info .text1 {
  color: #F97414;
  font-family: "Medium";
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.75rem;
}
.why .contentWhy .leftWhy .info .text1 img {
  top: -2px;
  left: 0px;
  position: absolute;
}
.why .contentWhy .leftWhy .info .text2 {
  color: #FFF;
  font-family: "Semi";
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.why .contentWhy .leftWhy .info .text3 {
  color: #BABABA;
  /* 16/Regular */
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.why .contentWhy .leftWhy .info .text4 {
  padding: 1.125rem 0rem;
  margin-bottom: 0px;
  margin-top: 1.5rem;
}
.why .contentWhy .leftWhy .info .text4 a {
  padding: 1.125rem 1.5rem;
  border-radius: 3.125rem;
  background: #F97414;
  color: #FFF;
  text-align: center;
  font-family: "Medium";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.why .contentWhy .leftWhy .info .text4 a:hover {
  background: #C85401;
}
.why .contentWhy .leftWhy .number {
  width: 9.375rem;
  padding-left: 0.75rem;
}
.why .contentWhy .leftWhy .number p {
  display: flex;
  transform: rotate(90deg);
  flex-direction: column;
  justify-content: center;
  color: rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: "Semi";
  font-size: 10.75rem;
  font-style: normal;
  line-height: normal;
  line-height: 90%;
}
.why .contentWhy .rightWhy {
  padding-left: 4.56rem;
  width: calc(100% - 28.375rem);
}
.why .contentWhy .rightWhy .inline-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
}
.why .contentWhy .rightWhy .inline-flex .itemWhy {
  border-radius: 1rem;
  border: 1px dashed #BABABA;
  padding: 1rem 1.25rem 1.75rem 1.25rem;
  position: relative;
  margin-bottom: 0.88rem;
}
.why .contentWhy .rightWhy .inline-flex .itemWhy p {
  color: #6D727C;
  text-align: center;
  font-family: "Medium";
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
}
.why .contentWhy .rightWhy .inline-flex .itemWhy span {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0.375rem;
  border-radius: 6.25rem;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.15);
}
.why .contentWhy .rightWhy .inline-flex-2 {
  margin-top: 1rem;
  padding: 0px 7.88rem;
}
.why .contentWhy .rightWhy .inline-flex-2 .itemWhy {
  border-radius: 1rem;
  border: 1px dashed #BABABA;
  padding: 1rem 1.25rem 1.75rem 1.25rem;
  position: relative;
  margin-bottom: 0.88rem;
}
.why .contentWhy .rightWhy .inline-flex-2 .itemWhy p {
  color: #6D727C;
  text-align: center;
  font-family: "Semi";
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
}
.why .contentWhy .rightWhy .inline-flex-2 .itemWhy span {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0.375rem;
  border-radius: 6.25rem;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.15);
}

@media screen and (max-width: 992px) {
  .why {
    margin-top: 2.5rem;
    padding: 2rem 0rem 3rem 0rem;
  }
  .why .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .why .contentWhy .leftWhy .info .text2 {
    font-size: 1.5rem;
  }
  .why .contentWhy .leftWhy .info .text4 a {
    font-size: 12px;
  }
  .why .contentWhy .leftWhy .number p {
    font-size: 7rem;
    line-height: 130%;
  }
  .why .contentWhy .rightWhy .inline-flex .itemWhy p {
    font-size: 14px;
  }
  .why .contentWhy .rightWhy .inline-flex-2 {
    padding: 0px 2rem;
  }
  .why .contentWhy .rightWhy .inline-flex-2 .itemWhy p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .why {
    background: unset;
    padding: 0px;
  }
  .why .contentWhy {
    display: block;
  }
  .why .contentWhy .leftWhy {
    width: 100%;
    display: block;
  }
  .why .contentWhy .leftWhy .info {
    width: 100%;
    padding: 2rem 1.5rem 2.75rem 1.5rem;
  }
  .why .contentWhy .leftWhy .number {
    display: none;
  }
  .why .contentWhy .rightWhy {
    margin-top: 1.25rem;
    width: 100%;
    padding-left: 0px;
  }
  .why .contentWhy .rightWhy .inline-flex {
    grid-gap: 0.5rem;
  }
}/*# sourceMappingURL=why.css.map */