.how-can-we-help-area {
  overflow: hidden;
  padding: 103px 0 156px;
  background-image: url(/template/85b5ce5e/images/how-can-help-bg-white.png);
  background-size: 3095px 2021px;
  background-repeat: no-repeat;
  background-position: -367px -192px;
}
.how-can-we-help-container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.how-can-we-help-title {
  text-align: center;
  margin: 0 0 91px;
}
.how-can-we-help-title h2 {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 66px;
  line-height: 78px;
  letter-spacing: -0.01em;
  color: #0A1B2B;
  margin: 0 0 7px;
}
.how-can-we-help-title p {
  font-family: 'Biotif';
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #000000;
}
.how-can-we-help-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 141px;
}
.how-can-we-help-box-wrap .how-can-we-help-box {
  flex: 1;
  border-radius: 20px;
  padding: 27px 43px 82px 72px;
  display: flex;
  gap: 46px;
  background: #cccccc;
}
.how-can-we-help-box-wrap .how-can-we-help-box:nth-child(1) {
  background: #FFB190;
}
.how-can-we-help-box-wrap .how-can-we-help-box:nth-child(2) {
  background: #FFCA75;
}
.how-can-we-help-box-wrap .how-can-we-help-box .icon {
    height: 93px;
    width: 93px;
    min-width: 93px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.03);
    margin: 42px 0 0;
}
.how-can-we-help-box-wrap .how-can-we-help-box .icon img {
  max-width: 100%;
}
.how-can-we-help-box-wrap .how-can-we-help-box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.how-can-we-help-box-wrap .how-can-we-help-box .content .info {
  text-align: right;
  font-family: 'Biotif';
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  margin: 0 0 8px auto;
}
.how-can-we-help-box-wrap .how-can-we-help-box .content .title {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0 0 13px;
}
.how-can-we-help-box-wrap .how-can-we-help-box .content .text {
  font-family: 'Biotif';
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 0;
}
.how-can-we-help-box-wrap .how-can-we-help-box .content .link {
  min-width: 230px;
  height: 45px;
  background: #000000;
  border-radius: 10px;
  padding: 12px 30px;
  font-family: 'Biotif';
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-top: auto;
}
.how-can-we-help-box-wrap .how-can-we-help-box .content .link:hover {
  background: #F87252;
}
.still-need-help {
  text-align: center;
}
.still-need-help .title {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: -0.01em;
  color: #0A1B2B;
  margin: 0 0 23px;
}
.still-need-help .link {
  background: #FFBE63;
  font-family: Biotif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  color: #000000;
  border-radius: 10px;
  max-width: 250px;
  display: inline-flex;
  transition: 0.5s;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 0 21px;
}
.still-need-help .link:hover {
  background: #F87252;
  color: #ffffff;
}
.still-need-help .text {
  font-family: 'Biotif';
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
.still-need-help .email-link {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #F87252;
  margin: 0;
  transition: 0.5s;
  text-decoration: none;
  display: inline-flex;
}
.still-need-help .email-link:hover {
  color: #FFBE63;
}
