.plugin-1279-easy-process-section {
  padding: 60px 0;
  background: #fdf9eb;
}

.plugin-1279-section-title {
  font-size: 56px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 70px;
}

.plugin-1279-process-card {
  height: 100%;
  padding: 15px 10px;
  transition: .35s;
}

.plugin-1279-process-card:hover {
  transform: translateY(-6px);
}

.plugin-1279-step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7c221;
  color: #222222;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  box-shadow:
    0 10px 25px rgba(247, 194, 33, .25);
}

.plugin-1279-process-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 10px;
}

.plugin-1279-process-card p {
  font-size: 16px;
  line-height: 1.4;
  color: #555;
  margin: 0;
}

/* TABLET */
@media(max-width:991px) {
  .plugin-1279-easy-process-section {
    padding: 70px 0;
  }

  .plugin-1279-section-title {
    font-size: 42px;
    margin-bottom: 55px;
  }

  .plugin-1279-process-card h3 {
    font-size: 28px;
  }

  .plugin-1279-process-card p {
    font-size: 18px;
  }
}

/* MOBILE */
@media(max-width:767px) {
  .plugin-1279-easy-process-section {
    padding: 50px 0;
  }

  .plugin-1279-section-title {
    font-size: 34px;
    margin-bottom: 45px;
  }

  .plugin-1279-process-card {
    text-align: center;
    padding: 0;
  }

  .plugin-1279-step-number {
    margin:
      0 auto 25px;
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .plugin-1279-process-card h3 {
    font-size: 24px;
  }

  .plugin-1279-process-card p {
    font-size: 16px;
    max-width: 100%;
  }
}


.plugin-1280-cta-section {
  padding: 80px 0;
  background: #fff;
}

.plugin-1280-wrapper {
  overflow: hidden;
  border-radius: 28px;
  background: #222222;
  position: relative;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, .08);
}

.plugin-1280-content {
  padding:
    80px 70px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.plugin-1280-content h2 {
  font-size: 21px;
  line-height: 1.18 !important;
  font-weight: 800;
  margin-bottom: 36px;
  max-width: 700px;
  color: #fff;
  margin-top: 0;
}

.plugin-1280-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.plugin-1280-btn-primary,
.plugin-1280-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
}

.plugin-1280-btn-primary {
  background: #f7c221;
  color: #222;
}

.plugin-1280-btn-primary:hover {
  background: #ffd861;
  color: #222;
}

.plugin-1280-btn-secondary {
  background: #fff;
  color: #222;
}

.plugin-1280-btn-secondary:hover {
  background: #f5f5f5;
  color: #222;
}

/* IMAGE AREA */
.plugin-1280-image-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  clip-path:
    polygon(14% 0,
      100% 0,
      100% 100%,
      0 100%);
}

.plugin-1280-image-wrap::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 140px;
  background: #222222;
  transform:
    skewX(-16deg);
  z-index: 2;
}

.plugin-1280-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TABLET */
@media(max-width:991px) {
  .plugin-1280-content {
    padding:
      60px 40px;
    text-align: center;
  }

  .plugin-1280-content h2 {
    font-size: 42px;
    max-width: 100%;
  }

  .plugin-1280-buttons {
    justify-content: center;
  }

  .plugin-1280-image-wrap {
    clip-path: none;
  }

  .plugin-1280-image-wrap::before {
    display: none;
  }

  .plugin-1280-image {
    width: 100%;
    height: 100%;
  }
}

/* MOBILE */
@media(max-width:767px) {
  .plugin-1280-cta-section {
    padding: 50px 0;
  }

  .plugin-1280-wrapper {
    border-radius: 20px;
  }

  .plugin-1280-content {
    padding:
      40px 25px;
  }

  .plugin-1280-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .plugin-1280-buttons {
    flex-direction: column;
  }

  .plugin-1280-btn-primary,
  .plugin-1280-btn-secondary {
    width: 100%;
    font-size: 18px;
    padding: 16px;
  }

  .plugin-1280-image {
    width: 100%;
    height: auto;
  }
}
