.pdfs-download-wrapper {
  margin-bottom: 100px;
  
  @media screen and (max-width: 767px) {
    text-align: center;
  }

  .mountain-img-devider {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;

    &__img {
      width: 100vw;
    }
  }

  .pdf-icon {

    &__img {
      margin: 0 15px 0 0;
      height: 70px;
      float: left;
      @media screen and (max-width: 767px) {
        height: 50px;
        float: initial;
      }
    }

  }

}
.pdf-container{
  background-image: url("/wp-content/themes/pebbles/assets/images/mountains/devider.svg");
  min-height: 250px;
  background-repeat: repeat-x;
  padding-top: 40px;
  background-position: bottom;
  .pdf-col{
    margin-top: 30px;
    text-align: left;
    @media screen and (max-width: 767px) {
      text-align: center;
    }
    p {
      float: left;
      margin-top: 24px;
      @media screen and (max-width: 767px) {
        float: initial;
      }
      a{
        font-family: Raleway, sans-serif;
        font-size: 16px;
        color: #565656;
        line-height: 29px;
        font-weight: 400;
        text-decoration: none;
      }
    }
  }
  .container {
    .row {
      padding-bottom:40px;
    }
  }
}
