.logo-link img {
  width: auto;
  height: 40px;
}

.right-bg-image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
  z-index: 0;
}

.left-bg-image {
  position: absolute;
  left: 0;
  top: 22%;
  max-width: 50%;
  z-index: 0;
}

.pricing-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 60px;
}

#contact-bg {
  background-image: url("../images/svg/contact_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
