.everise-what-is-customer {
  padding-top: 290px;
  padding-bottom: 190px;
}
.everise-what-is-customer h2 {
  text-align: center;
  font-size: 64px;
  font-weight: var(--wp--custom--typography--font-weight--700);
  margin-bottom: 24px;
}

.everise-what-is-customer p {
  margin: 0;
  font-size: 20px;
  font-weight: var(--wp--custom--typography--font-weight--400);
  letter-spacing: 0.02em;
  line-height: 35px;
	color: rgba(0, 0, 0, 0.81);
  margin-bottom: 36px;
  text-align: center;
  max-width: 1087px;
  margin-left: auto;
  margin-right: auto;
}
.everise-what-is-customer .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.everise-what-is-customer a {
  background-color: #ff671d;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 15px;
  font-weight: var(--wp--custom--typography--font-weight--500);
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--wp--preset--font-family--paragraph);
  gap: 12px;
}
.everise-what-is-customer a:hover {
  color: #fff;
}
.everise-what-is-customer a i{
  vertical-align: middle;
  font-size: 12px;
}
.everise-what-is-customer a i::before{
  /*margin-left: 8px;*/
}
@media (max-width: 992px) {
  .everise-what-is-customer {
    align-items: flex-start;
    row-gap: 14px;
    padding-top: 95px;
  	padding-bottom: unset;
  }
  .everise-what-is-customer h2 {
    text-align: left;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 14px;
  }
  .everise-what-is-customer {
    row-gap: 24px;
    text-align: left;
    margin: 0 auto;
  }
  .everise-what-is-customer p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 24px;
    text-align: left;
    margin-bottom: 24px;
  }
  .everise-what-is-customer .btn-wrap {
    justify-content: flex-start;
    width: 100%;
  }

  .everise-what-is-customer a i {
    font-size: 10px;
  }

  .everise-what-is-customer a {
    background-color: #ff671d;
    padding: 17px 24px;
    font-weight: var(--wp--custom--typography--font-weight--500);
    font-size: 14px;
    color: var(--wp--preset--color--white);
    border-radius: 8px;
    letter-spacing: 0.04em;
    font-family: var(--wp--preset--font-family--paragraph);
	gap: 8px;
  }
}
