_package.scss 1.15 KB
.section-package-page {
  .service-text-table-wrapp {
    .btn_ {
      float: none;
      margin: 30px auto 0 auto;
    }
  }
}

.img-packages-page {
  background: #000;
  overflow: hidden;
  img {
    max-width: 100%;
    opacity: 0.5;
    @include Transition(0.3);
  }
}

.packages-page-col {
  text-align: center;
  margin-top: 40px;
}

.packages-page-link {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 555px;
  position: relative;
  &:hover {
    .img-packages-page {

      img {
        @include Transition(0.6);

        opacity: 0.7;
      }
    }
  }
}

.table-packages-wr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  table {
    width: 100%;
    height: 100%;
    color: #fff;
    tr {
      td {
        vertical-align: top;
        padding-top: 25px;
      }
      &:first-child {
        td {
          vertical-align: bottom;
          padding-bottom: 25px;
          padding-top: 0;
        }
      }
    }
  }
}

.packages-btn.btn_ {
  background: none !important;
  margin: 0 auto;
  float: none;
  width: 164px;
}

.title-packages {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}