.attractions, .aboutStaff {
  padding: 40px 15px; }
  .attractions__header h2, .aboutStaff__header h2 {
    font-size: 30px;
    color: #2994BB;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 40px; }
  .attractions__content .attraction, .aboutStaff__content .attraction {
    border: 3px solid #DDD;
    padding: 50px 30px 30px;
    margin-bottom: 20px; }
    .attractions__content .attraction:nth-child(2) span, .aboutStaff__content .attraction:nth-child(2) span {
      background-position-y: -180px; }
    .attractions__content .attraction:nth-child(3) span, .aboutStaff__content .attraction:nth-child(3) span {
      background-position-y: -270px; }
    .attractions__content .attraction:nth-child(4) span, .aboutStaff__content .attraction:nth-child(4) span {
      background-position-y: -360px; }
    .attractions__content .attraction:nth-child(5) span, .aboutStaff__content .attraction:nth-child(5) span {
      background-position-y: 0; }
    .attractions__content .attraction:nth-child(6) span, .aboutStaff__content .attraction:nth-child(6) span {
      background-position-y: 0px; }
    .attractions__content .attraction span, .aboutStaff__content .attraction span {
      display: block;
      width: 180px;
      height: 90px;
      background-image: url("../images/bg_icons-style.png");
      background-repeat: no-repeat;
      background-position: 0 -90px;
      background-size: 190px auto;
      margin: 0 auto 20px; }
    .attractions__content .attraction h3, .aboutStaff__content .attraction h3 {
      font-size: 18px;
      color: #2994BB;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 10px; }
    .attractions__content .attraction p, .aboutStaff__content .attraction p {
      font-size: 14px;
      line-height: 1.8; }

.aboutStaff {
  background-image: url("../images/bg_grid.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 6px 6px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .aboutStaff {
      background-image: url("../images/bg_grid@2x.png"); } }
  .aboutStaff__content .staffData {
    margin-bottom: 50px; }
    .aboutStaff__content .staffData h3 {
      font-size: 27px;
      color: #2994BB;
      text-align: center;
      margin-bottom: 20px; }
      .aboutStaff__content .staffData h3 span {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 47px;
        height: 47px;
        font-size: 23px;
        color: #FFF;
        background-color: #2994BB;
        border-radius: 50%;
        padding-top: 12px;
        margin: 0 auto 10px; }
    .aboutStaff__content .staffData img {
      display: block;
      margin: 0 auto 20px; }
    .aboutStaff__content .staffData p {
      max-width: 345px;
      font-size: 14px;
      color: #241715;
      line-height: 1.8;
      margin: 0 auto; }

@media all and (min-width: 769px) {
  .attractions, .aboutStaff {
    padding: 60px 15px; }
    .attractions__header h2, .aboutStaff__header h2 {
      margin-bottom: 30px; }
    .attractions__content .attraction, .aboutStaff__content .attraction {
      max-width: 720px;
      padding: 30px;
      margin: 0 auto 20px; } }
