.foto-block-icons {
  position: relative; }
  .foto-block-icons.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block-icons.reverse .wrapper .text {
      justify-content: flex-end; }
  .foto-block-icons .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .foto-block-icons .wrapper .content {
      width: 100%;
      border: 3px solid #009fe3;
      border-radius: 28px;
      padding: 50px 35px;
      position: relative; }
      .foto-block-icons .wrapper .content .quote {
        position: absolute;
        top: -40px;
        right: 40px; }
        .foto-block-icons .wrapper .content .quote img {
          width: 133px;
          height: auto; }
      .foto-block-icons .wrapper .content p, .foto-block-icons .wrapper .content ul li, .foto-block-icons .wrapper .content ol li, .foto-block-icons .wrapper .content h1, .foto-block-icons .wrapper .content h2, .foto-block-icons .wrapper .content h3, .foto-block-icons .wrapper .content h4 {
        color: var(--secondary-title);
        font-size: 28rem;
        font-weight: 600;
        margin: 0; }
    .foto-block-icons .wrapper .buttons {
      padding-left: 40px; }
      .foto-block-icons .wrapper .buttons .btn {
        font-size: 30rem; }
    .foto-block-icons .wrapper .title {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-bottom: 50px; }
      .foto-block-icons .wrapper .title h3 {
        margin: 0;
        font-size: 48rem;
        color: var(--secondary-title);
        font-weight: 600;
        text-align: center;
        text-transform: uppercase; }
    .foto-block-icons .wrapper .text-inner {
      max-width: 100%;
      width: 642px; }
    .foto-block-icons .wrapper .text {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end;
      z-index: 2;
      padding-top: 112px; }
    .foto-block-icons .wrapper .foto-bg {
      width: 100%;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.33) 0%, rgba(39, 112, 246, 0.3) 51%, #2770f6 67%);
      position: absolute;
      height: 100%;
      left: 0;
      z-index: 1; }
    .foto-block-icons .wrapper .foto {
      position: absolute;
      overflow: hidden;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #2a71f7; }
      .foto-block-icons .wrapper .foto .image {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .foto-block-icons .wrapper .foto img {
        height: inherit;
        width: 70%;
        object-fit: cover;
        position: absolute; }
    .foto-block-icons .wrapper .foto-icon img {
      max-width: 372px;
      max-height: 372px; }
    .foto-block-icons .wrapper .icons {
      margin-top: 65px; }

@media (max-width: 575.5px) {
  .foto-block-icons .wrapper .foto-bg {
    background: #2770f6; }
  .foto-block-icons .wrapper .text {
    padding-top: 35px; }
  .foto-block-icons .wrapper .title {
    margin-bottom: 30px; }
    .foto-block-icons .wrapper .title h3 {
      font-size: 30rem; }
  .foto-block-icons .wrapper .foto {
    display: none; }
  .foto-block-icons .wrapper .text-inner {
    width: 375px; }
  .foto-block-icons .wrapper .content {
    padding: 15px 10px;
    border-radius: 17px; }
    .foto-block-icons .wrapper .content .quote {
      top: -25px;
      right: 15px; }
      .foto-block-icons .wrapper .content .quote img {
        width: 50px; }
    .foto-block-icons .wrapper .content p, .foto-block-icons .wrapper .content ul li, .foto-block-icons .wrapper .content ol li, .foto-block-icons .wrapper .content h1, .foto-block-icons .wrapper .content h2, .foto-block-icons .wrapper .content h3, .foto-block-icons .wrapper .content h4 {
      font-size: 19rem; }
  .foto-block-icons .wrapper .buttons {
    margin-top: 10px;
    padding-left: 0; }
    .foto-block-icons .wrapper .buttons .btn {
      font-size: 21rem;
      min-width: 175px; }
  .foto-block-icons .wrapper .foto-icon img {
    max-width: 140px;
    max-height: 140px; }
  .foto-block-icons .wrapper .icons {
    margin-top: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .foto-block-icons .wrapper .text {
    padding-top: 35px; }
  .foto-block-icons .wrapper .title {
    margin-bottom: 30px; }
    .foto-block-icons .wrapper .title h3 {
      font-size: 30rem; }
  .foto-block-icons .wrapper .text-inner {
    width: 375px; }
  .foto-block-icons .wrapper .content {
    padding: 16px 20px;
    border-radius: 17px; }
    .foto-block-icons .wrapper .content .quote {
      top: -25px;
      right: 23px; }
      .foto-block-icons .wrapper .content .quote img {
        width: 72px; }
    .foto-block-icons .wrapper .content p, .foto-block-icons .wrapper .content ul li, .foto-block-icons .wrapper .content ol li, .foto-block-icons .wrapper .content h1, .foto-block-icons .wrapper .content h2, .foto-block-icons .wrapper .content h3, .foto-block-icons .wrapper .content h4 {
      font-size: 19rem; }
  .foto-block-icons .wrapper .buttons {
    margin-top: 10px;
    justify-content: flex-start; }
    .foto-block-icons .wrapper .buttons .btn {
      font-size: 21rem;
      min-width: 175px; }
  .foto-block-icons .wrapper .foto-icon img {
    max-width: 140px;
    max-height: 140px; }
  .foto-block-icons .wrapper .icons {
    margin-top: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .foto-block-icons .wrapper .text {
    padding-top: 35px; }
  .foto-block-icons .wrapper .title {
    margin-bottom: 30px; }
    .foto-block-icons .wrapper .title h3 {
      font-size: 30rem; }
  .foto-block-icons .wrapper .text-inner {
    width: 375px; }
  .foto-block-icons .wrapper .content {
    padding: 16px 20px;
    border-radius: 17px; }
    .foto-block-icons .wrapper .content .quote {
      top: -25px;
      right: 23px; }
      .foto-block-icons .wrapper .content .quote img {
        width: 72px; }
    .foto-block-icons .wrapper .content p, .foto-block-icons .wrapper .content ul li, .foto-block-icons .wrapper .content ol li, .foto-block-icons .wrapper .content h1, .foto-block-icons .wrapper .content h2, .foto-block-icons .wrapper .content h3, .foto-block-icons .wrapper .content h4 {
      font-size: 19rem; }
  .foto-block-icons .wrapper .buttons {
    margin-top: 10px;
    justify-content: flex-start; }
    .foto-block-icons .wrapper .buttons .btn {
      font-size: 21rem;
      min-width: 175px; }
  .foto-block-icons .wrapper .foto-icon img {
    max-width: 200px;
    max-height: 200px; }
  .foto-block-icons .wrapper .icons {
    margin-top: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .foto-block-icons .wrapper .text {
    padding-top: 45px; }
  .foto-block-icons .wrapper .title h3 {
    font-size: 35rem; }
  .foto-block-icons .wrapper .text-inner {
    width: 456px; }
  .foto-block-icons .wrapper .content {
    padding: 31px 20px; }
    .foto-block-icons .wrapper .content .quote {
      top: -32px; }
      .foto-block-icons .wrapper .content .quote img {
        width: 102px; }
    .foto-block-icons .wrapper .content p, .foto-block-icons .wrapper .content ul li, .foto-block-icons .wrapper .content ol li, .foto-block-icons .wrapper .content h1, .foto-block-icons .wrapper .content h2, .foto-block-icons .wrapper .content h3, .foto-block-icons .wrapper .content h4 {
      font-size: 21rem; }
  .foto-block-icons .wrapper .buttons .btn {
    font-size: 22rem;
    min-width: 225px; }
  .foto-block-icons .wrapper .foto-icon img {
    max-width: 280px;
    max-height: 280px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .foto-block-icons .wrapper .text {
    padding-top: 65px; }
  .foto-block-icons .wrapper .title h3 {
    font-size: 40rem; }
  .foto-block-icons .wrapper .text-inner {
    width: 456px; }
  .foto-block-icons .wrapper .content {
    padding: 31px 20px; }
    .foto-block-icons .wrapper .content .quote {
      top: -32px; }
      .foto-block-icons .wrapper .content .quote img {
        width: 102px; }
    .foto-block-icons .wrapper .content p, .foto-block-icons .wrapper .content ul li, .foto-block-icons .wrapper .content ol li, .foto-block-icons .wrapper .content h1, .foto-block-icons .wrapper .content h2, .foto-block-icons .wrapper .content h3, .foto-block-icons .wrapper .content h4 {
      font-size: 21rem; }
  .foto-block-icons .wrapper .buttons .btn {
    font-size: 22rem;
    min-width: 225px; }
  .foto-block-icons .wrapper .foto-icon img {
    max-width: 280px;
    max-height: 280px; } }
@media (min-width: 1580px) {
  .foto-block-icons .wrapper .foto-icon img {
    max-width: 330px;
    max-height: 330px; }
  .foto-block-icons .wrapper .buttons .btn {
    font-size: 20rem; }
  .foto-block-icons .wrapper .content {
    padding: 37px 35px; }
    .foto-block-icons .wrapper .content h1, .foto-block-icons .wrapper .content h2, .foto-block-icons .wrapper .content h3, .foto-block-icons .wrapper .content h4 {
      font-size: 20rem; }
    .foto-block-icons .wrapper .content p, .foto-block-icons .wrapper .content ol li, .foto-block-icons .wrapper .content ul li {
      font-size: 22rem; }
    .foto-block-icons .wrapper .content .quote {
      top: -33px; }
      .foto-block-icons .wrapper .content .quote img {
        width: 110px; }
  .foto-block-icons .wrapper .tect-inner {
    width: 565px; }
  .foto-block-icons .wrapper .title h3 {
    font-size: 30rem; } }

/*# sourceMappingURL=foto_block_icons.css.map */
