.fullswap {
  background-color: #F3F1EF;
  position: relative;
  margin: 60px 0;
}
.fullswap .image {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.fullswap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullswap .image.right img {
  object-position: right;
}
.fullswap .image.left img {
  object-position: left;
}
.fullswap .image.bottom img {
  object-position: bottom;
}
.fullswap .image.top img {
  object-position: top;
}
.fullswap .container {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 120px;
}
.fullswap .container .row {
  justify-content: flex-end;
}
.fullswap .container .row .col-md-6 {
  padding-left: 80px;
}
.fullswap .container .row .col-md-6 h2 {
  text-transform: none !important;
  margin-bottom: 32px !important;
}
.fullswap .container .row .col-md-6 h3 {
  text-transform: none !important;
}
.fullswap .container .row .col-md-6 p {
  margin-bottom: 1em;
}
.fullswap .container .row .col-md-6 p:last-of-type {
  margin-bottom: 0;
}
.fullswap .container .row .col-md-6 a:not(.button) {
  text-decoration: none;
  color: #50BD91;
  transition: 250ms ease;
}
.fullswap .container .row .col-md-6 a:not(.button):hover {
  color: #0B3048;
  text-decoration: underline;
}
.fullswap .container .row .col-md-6 .btn-wrp {
  margin-top: 28px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  padding-left: 48px;
}
.fullswap .bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2;
  background-color: white;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 1400px) {
  .fullswap .container .row .col-md-6 {
    padding-left: 50px;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .fullswap .image {
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .fullswap .container .row .col-md-6 {
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fullswap .image {
    width: 100%;
    height: 500px;
    top: auto;
    bottom: 0;
  }
  .fullswap .container {
    padding-bottom: 532px;
  }
  .fullswap .container .row .col-md-6 .btn-wrp {
    padding-left: 0;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .fullswap .image {
    display: none;
  }

  .fullswap .container {
    padding-bottom: 80px;
  }

  .fullswap {
    margin: 0;
  }

  .fullswap .container .row .col-md-6 h2 {
    text-align: center;
  }
}
