.acf-projects {
  margin: 60px 0;
  position: relative; }
  .acf-projects__title {
    text-align: center;
    color: #332683;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px; }
  .acf-projects__inner {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .acf-projects__wrapper {
    position: relative;
    margin: auto; }
    @media screen and (min-width: 992px) {
      .acf-projects__wrapper {
        width: 80%; } }
    @media screen and (min-width: 1480px) {
      .acf-projects__wrapper {
        width: 100%; } }
  .acf-projects .single {
    background: #F5F5F5;
    border-radius: 10px;
    height: auto;
    position: relative; }
    .acf-projects .single a {
      position: absolute;
      font-size: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .acf-projects .single__top {
      height: 250px;
      line-height: 0;
      overflow: hidden;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .acf-projects .single__top img {
        height: 100%;
        width: 100%;
        transform: scale(1);
        transition: .3s transform ease-in; }
    .acf-projects .single__bottom {
      padding: 30px 40px; }
      .acf-projects .single__bottom .title {
        color: #332683;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 15px; }
      .acf-projects .single__bottom p {
        color: #878787; }
    .acf-projects .single:hover {
      cursor: pointer; }
      .acf-projects .single:hover img {
        transform: scale(1.05); }
  .acf-projects .projects-archive-link {
    text-align: center;
    margin: 30px 0; }
    .acf-projects .projects-archive-link a {
      font-size: 14px;
      text-decoration: none;
      color: #878787;
      transition: .3s color ease-in; }
      .acf-projects .projects-archive-link a:hover {
        color: #332683; }
  .acf-projects .nav-button-mobile {
    display: flex;
    justify-content: center; }
    .acf-projects .nav-button-mobile div {
      margin: 20px; }
    @media screen and (min-width: 992px) {
      .acf-projects .nav-button-mobile {
        display: none; } }
  .acf-projects .nav-button-next,
  .acf-projects .nav-button-prev {
    width: 43px;
    height: 43px;
    background: #F8AD33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
    transition: .3s all ease-in; }
    .acf-projects .nav-button-next:hover,
    .acf-projects .nav-button-prev:hover {
      cursor: pointer;
      opacity: 1; }
    .acf-projects .nav-button-next:not(.mobile),
    .acf-projects .nav-button-prev:not(.mobile) {
      display: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (min-width: 992px) {
        .acf-projects .nav-button-next:not(.mobile),
        .acf-projects .nav-button-prev:not(.mobile) {
          display: flex; } }
  .acf-projects .nav-button-prev {
    left: -70px;
    transform: translateX(0);
    transition: .3s transform ease-in; }
    .acf-projects .nav-button-prev:after {
      content: unset !important; }
    .acf-projects .nav-button-prev:before {
      content: "";
      background: url(icon/arrow_left.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 17px;
      height: 11px;
      position: absolute; }
    .acf-projects .nav-button-prev:hover {
      transform: translate(-5px, -50%); }
  .acf-projects .nav-button-next {
    right: -70px;
    transform: translateX(0);
    transition: .3s transform ease-in; }
    .acf-projects .nav-button-next:after {
      content: unset !important; }
    .acf-projects .nav-button-next:before {
      content: "";
      background: url(icon/arrow_rigth.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 17px;
      height: 11px;
      position: absolute; }
    .acf-projects .nav-button-next:hover {
      transform: translate(5px, -50%); }
