.row > div {
  margin-bottom: 30px;
}

.row > div:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .row-cols-md-3 > div:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .ft-bot .row > div:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .pt-left {
    width: 75%;
    margin-bottom: 0;
  }
  .pt-right {
    width: 25%;
    text-align: right;
  }
  .col:nth-child(3n) .act-item::after {
    display: none;
  }
  .info-img img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .ft-social {
    text-align: left;
  }
  .ft-credit {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .items-2 > div:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .items-3 > div:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .items-4 > div:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
  .items-5 > div:nth-last-child(-n + 5) {
    margin-bottom: 0;
  }
  .items-6 > div:nth-last-child(-n + 6) {
    margin-bottom: 0;
  }
  .row-cols-lg-6 > div:nth-last-child(-n + 6) {
    margin-bottom: 0;
  }
  .info-img img {
    max-width: 100%;
  }
  .ovel-logo {
    text-align: left;
  }
  .form-label {
    width: 25%;
  }
  .form-input {
    width: 75%;
  }
  .form-action-inline {
    justify-content: flex-end;
  }
  .form-btn {
    width: 180px;
  }
  .col:nth-child(3n) .act-item::after {
    display: block;
  }
}

@media (min-width: 1200px) {
}
