.different-from-portal-builders-area {
  background: #F6EEE6;
  padding: 178px 0 220px;
}
.different-from-portal-builders-container {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.different-from-portal-builders-header {
  text-align: center;
  width: 757px;
  max-width: 100%;
  margin: 0 auto 46px;
}
.different-from-portal-builders-header h2 {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #0A1B2B;
  margin: 0 0 11px;
}
.different-from-portal-builders-header p {
  font-family: 'Biotif';
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: rgba(0, 0, 0, .9);
  margin: 0;
}
.different-from-portal-builders-content-wrap {
  display: flex;
  gap: 0 25px;
  align-items: flex-start;
  align-items: stretch; 
}
.different-from-portal-builders-box {
  border: 1px solid rgba(223, 94, 63, 0.08);
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  padding: 60px 72px 52px;
  position: relative;
}
.different-from-portal-builders-box .icon {
  margin: 0 0 54px;
}
.different-from-portal-builders-box .icon img {
  height: 155px;
}
.different-from-portal-builders-box .content {
  text-align: center;
}
.different-from-portal-builders-box .content h3 {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, .92);
  margin: 0 0 16px;
}
.different-from-portal-builders-box .content p {
  font-family: 'Biotif';
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, .9);
}
.different-from-portal-builders-footer {
  text-align: center;
  margin: 57px 0 0;
}
.different-from-portal-builders-footer a {
  background: #FFBE63;
  font-family: Biotif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 11px 35px;
  text-decoration: none;
  color: #000000;
  border-radius: 10px;
  display: inline-flex;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  margin: 0 0 21px;
}
.different-from-portal-builders-footer a:hover {
  background: #F87252;
  color: #ffffff;
}
