/* Start Home */
.home {
  background-image: url(../../../../images/merchant_sdk_image.jpg);
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.home h1 {
  font-size: 35px;
  line-height: 47px;
  color: var(--white);
}

.home p {
  max-width: 500px;
  color: var(--white);
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
}
/* End Home */

@media (max-width: 991px) {
  .home .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  .home p {
    max-width: 90%;
  }
  .home h3 {
    font-size: 16px;
  }
}
/* End Responsive */
