.title-wave .fb-three-links .wrapper .text {
  position: relative; }
  .title-wave .fb-three-links .wrapper .text:before {
    content: "";
    display: block;
    height: 37.5px;
    min-height: 37.5px;
    width: 144px;
    background-image: url("/img/wave-brown.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -37.5px;
    left: 0;
    pointer-events: none; }

.fb-three-links {
  background-color: transparent;
  position: relative; }
  .fb-three-links.reverse .wrapper {
    flex-direction: row-reverse; }
    .fb-three-links.reverse .wrapper .text {
      justify-content: flex-end; }
  .fb-three-links .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .fb-three-links .wrapper .text {
      flex-direction: column;
      width: 35%;
      display: flex;
      justify-content: center;
      padding-top: 35px;
      padding-right: 104px;
      position: relative; }
      .fb-three-links .wrapper .text:after {
        position: absolute;
        top: -40px;
        left: 313px;
        height: 185px;
        width: 261px;
        content: "";
        display: block;
        background-image: url("/img/mewa.png");
        background-size: 261px;
        background-repeat: no-repeat;
        z-index: 2;
        pointer-events: none; }
      .fb-three-links .wrapper .text .title {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .fb-three-links .wrapper .text .title .subtitle {
          width: 100%; }
          .fb-three-links .wrapper .text .title .subtitle p {
            font-size: 15rem;
            color: var(--element1-color);
            text-transform: uppercase;
            margin-bottom: 25px;
            font-weight: 500;
            letter-spacing: 1px; }
        .fb-three-links .wrapper .text .title h3 {
          font-size: 47rem;
          margin-top: 0;
          margin-bottom: 0;
          font-weight: 400;
          line-height: 110%; }
          .fb-three-links .wrapper .text .title h3 span {
            color: var(--element1-color); }
        .fb-three-links .wrapper .text .title .icon {
          min-width: 56px;
          width: 56px;
          height: 56px;
          margin-right: 15px; }
          .fb-three-links .wrapper .text .title .icon img {
            max-width: 100%;
            max-height: 100%; }
    .fb-three-links .wrapper .foto {
      padding-left: 28px;
      width: 65%;
      overflow: hidden;
      position: relative;
      display: flex; }
      .fb-three-links .wrapper .foto .link-title {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 10px;
        background-color: var(--transparent-color3);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 25px;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
        .fb-three-links .wrapper .foto .link-title h4 {
          font-size: 27rem;
          color: var(--secondary-text);
          font-weight: 500; }
      .fb-three-links .wrapper .foto .one-foto {
        width: 100%;
        margin-right: 11px;
        border-radius: 10px;
        position: relative;
        height: 408px;
        width: 33.3%;
        border-radius: 10px; }
        .fb-three-links .wrapper .foto .one-foto:last-child {
          margin-right: 0; }
        .fb-three-links .wrapper .foto .one-foto .image {
          height: 100%;
          margin-top: 0;
          margin-bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 10px;
          overflow: hidden; }
        .fb-three-links .wrapper .foto .one-foto img {
          width: 100%;
          object-fit: cover;
          border-radius: 10px;
          height: 100%;
          transition: 0.4s;
          -webkit-transition: 0.4s; }
        .fb-three-links .wrapper .foto .one-foto:hover img {
          height: 120%; }
        .fb-three-links .wrapper .foto .one-foto:hover .link-title {
          background-color: transparent; }

@media (max-width: 575.5px) {
  .title-wave .fb-three-links .wrapper .text:before {
    display: none; }

  .fb-three-links .wrapper .text:after {
    display: none; }

  .fb-three-links .buttons {
    margin-top: 10px; }
  .fb-three-links .wrapper {
    padding-top: 20px;
    padding-right: 0;
    flex-direction: column; }
    .fb-three-links .wrapper .text {
      padding-right: 0;
      padding-top: 0px;
      width: 100%;
      margin-bottom: 35px; }
      .fb-three-links .wrapper .text .title {
        max-width: 100%; }
        .fb-three-links .wrapper .text .title h3 {
          font-size: 35rem; }
    .fb-three-links .wrapper .foto {
      width: 100%;
      padding-left: 0;
      flex-wrap: wrap; }
      .fb-three-links .wrapper .foto .link-title {
        padding: 14px; }
        .fb-three-links .wrapper .foto .link-title h4 {
          font-size: 20rem; }
      .fb-three-links .wrapper .foto .one-foto {
        height: 107vw;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px !important; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .title-wave .fb-three-links .wrapper .text:before {
    display: none; }

  .fb-three-links .wrapper .text:after {
    left: auto;
    right: 0;
    height: 160px;
    width: 226px;
    background-size: 226px; }

  .fb-three-links .buttons {
    margin-top: 10px; }
  .fb-three-links .wrapper {
    padding-top: 20px;
    padding-right: 0;
    flex-direction: column; }
    .fb-three-links .wrapper .text {
      padding-right: 0;
      padding-top: 0px;
      width: 100%;
      margin-bottom: 35px; }
      .fb-three-links .wrapper .text .title {
        max-width: calc(100% - 232px); }
        .fb-three-links .wrapper .text .title h3 {
          font-size: 35rem; }
    .fb-three-links .wrapper .foto {
      width: 100%;
      padding-left: 0; }
      .fb-three-links .wrapper .foto .link-title {
        padding: 14px; }
        .fb-three-links .wrapper .foto .link-title h4 {
          font-size: 20rem; }
      .fb-three-links .wrapper .foto .one-foto {
        height: 48vw; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .title-wave .fb-three-links .wrapper .text:before {
    display: none; }

  .fb-three-links .wrapper .text:after {
    left: auto;
    right: 0;
    height: 160px;
    width: 226px;
    background-size: 226px; }

  .fb-three-links .buttons {
    margin-top: 10px; }
  .fb-three-links .wrapper {
    padding-top: 20px;
    padding-right: 0;
    flex-direction: column; }
    .fb-three-links .wrapper .text {
      padding-right: 0;
      padding-top: 0px;
      width: 100%;
      margin-bottom: 35px; }
      .fb-three-links .wrapper .text .title {
        max-width: calc(100% - 232px); }
        .fb-three-links .wrapper .text .title h3 {
          font-size: 35rem; }
    .fb-three-links .wrapper .foto {
      width: 100%;
      padding-left: 0; }
      .fb-three-links .wrapper .foto .link-title {
        padding: 14px; }
        .fb-three-links .wrapper .foto .link-title h4 {
          font-size: 23rem; }
      .fb-three-links .wrapper .foto .one-foto {
        height: 345px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .title-wave .fb-three-links .wrapper .text:before {
    top: -66.5px; }

  .fb-three-links .wrapper .text:after {
    left: 215px;
    height: 160px;
    width: 226px;
    background-size: 226px; }

  .fb-three-links .buttons {
    margin-top: 10px; }
  .fb-three-links .wrapper {
    padding-top: 20px;
    padding-right: 0; }
    .fb-three-links .wrapper .text {
      padding-right: 0;
      padding-top: 0px; }
      .fb-three-links .wrapper .text .title {
        max-width: 299px; }
        .fb-three-links .wrapper .text .title h3 {
          font-size: 35rem; }
    .fb-three-links .wrapper .foto .link-title {
      padding: 14px; }
      .fb-three-links .wrapper .foto .link-title h4 {
        font-size: 23rem; }
    .fb-three-links .wrapper .foto .one-foto {
      height: 338px; } }
@media (min-width: 1200px) and (max-width: 1329.5px) {
  .fb-three-links .wrapper {
    padding-top: 20px;
    padding-right: 0; }
    .fb-three-links .wrapper .text {
      padding-right: 0;
      padding-top: 20px; }
      .fb-three-links .wrapper .text:after {
        left: 269px; }
    .fb-three-links .wrapper .foto .one-foto {
      height: 395px; } }
@media (min-width: 1330px) and (max-width: 1579.5px) {
  .fb-three-links .wrapper .text {
    padding-right: 25px; }
  .fb-three-links .wrapper .title {
    max-width: 299px; } }
@media (min-width: 1580px) {
  .fb-three-links .wrapper .text:after {
    left: 403px; }
  .fb-three-links .wrapper .foto .one-foto {
    height: 484px; } }

/*# sourceMappingURL=fb_three_links.css.map */
