.process .p-wrapper {
  background: #FFFBFB;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0392156863);
  overflow: hidden;
  position: relative;
  padding: 60px 20px;
}
.process .p-wrapper .section-title p {
  font-weight: 400;
}
.process .p-wrapper .p-text a {
  font-weight: 500;
  color: #F64E6E;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.process .p-wrapper .p-image img {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .process .p-wrapper .p-text {
    max-width: 497px;
  }
}
@media screen and (min-width: 992px) {
  .process .p-wrapper {
    padding: 40px 0 40px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .process .p-wrapper {
    padding: 0px 0 0px 80px;
  }
}