.image-surrounded-by-text-wrapper {
  overflow: hidden;
  --text-color: var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px; }
  .image-surrounded-by-text-wrapper .elements-wrapper {
    max-width: 1199.5px;
    display: flex; }
    .image-surrounded-by-text-wrapper .elements-wrapper .image-col {
      align-self: center; }
      .image-surrounded-by-text-wrapper .elements-wrapper .image-col figure {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        height: fit-content; }
      .image-surrounded-by-text-wrapper .elements-wrapper .image-col img {
        z-index: 1;
        width: auto;
        height: auto;
        max-height: 70svh; }
    .image-surrounded-by-text-wrapper .elements-wrapper .text-col {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper {
        margin: 20px 0;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        align-self: flex-end; }
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper .photo {
          box-sizing: content-box;
          display: flex;
          align-items: center;
          flex-direction: row; }
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper .text {
          width: 100%; }
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper .photo,
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper .text {
          width: 100%; }
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper figure {
          padding: 10px;
          box-sizing: content-box; }
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper figure,
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper img {
          min-width: 40px;
          max-width: 40px; }
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper h3,
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper p {
          width: 100%;
          color: var(--text-color); }
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper h3 {
          font-size: 18rem;
          font-weight: 900;
          text-transform: uppercase; }
        .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper p {
          font-size: 16rem;
          font-weight: 500; }
  .image-surrounded-by-text-wrapper .text-col:nth-child(1) .single-element-wraper {
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(224, 224, 224, 0.44) 100%); }
  .image-surrounded-by-text-wrapper .text-col:nth-child(3) .single-element-wraper {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(224, 224, 224, 0.44) 100%); }
  .image-surrounded-by-text-wrapper .text-col:nth-child(1) .single-element-wraper:nth-child(2),
  .image-surrounded-by-text-wrapper .text-col:nth-child(3) .single-element-wraper:nth-child(1),
  .image-surrounded-by-text-wrapper .text-col:nth-child(3) .single-element-wraper:nth-child(3) {
    align-self: flex-start; }

@media (max-width: 575.5px) {
  .image-surrounded-by-text-wrapper .single-element-wraper {
    width: 100%; }
  .image-surrounded-by-text-wrapper .image-col img {
    max-width: 50vw; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .image-surrounded-by-text-wrapper .single-element-wraper {
    width: 100%; }
  .image-surrounded-by-text-wrapper .image-col img {
    max-width: 50vw; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .image-surrounded-by-text-wrapper .elements-wrapper .text-col .single-element-wraper {
    width: 690px;
    margin: 20px auto;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(224, 224, 224, 0.44) 100%); }
  .image-surrounded-by-text-wrapper .image-col img {
    max-width: 50vw; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .image-surrounded-by-text-wrapper .single-element-wraper {
    width: 90%; }
  .image-surrounded-by-text-wrapper .text {
    margin-left: 60px;
    width: calc(100% - 60px) !important; }
  .image-surrounded-by-text-wrapper .text-col:nth-child(1) {
    transform: translateX(30px); }
  .image-surrounded-by-text-wrapper .text-col:nth-child(3) {
    transform: translateX(-30px); }
  .image-surrounded-by-text-wrapper .image-col img {
    max-width: 100%; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .image-surrounded-by-text-wrapper .single-element-wraper {
    width: 90%; }
  .image-surrounded-by-text-wrapper .text {
    margin-left: 60px;
    width: calc(100% - 60px) !important; }
  .image-surrounded-by-text-wrapper .text-col:nth-child(1) {
    transform: translateX(30px); }
  .image-surrounded-by-text-wrapper .text-col:nth-child(3) {
    transform: translateX(-30px); }
  .image-surrounded-by-text-wrapper .image-col img {
    max-width: 100%; } }
@media (min-width: 1580px) {
  .image-surrounded-by-text-wrapper .single-element-wraper {
    width: 90%; }
  .image-surrounded-by-text-wrapper .text {
    margin-left: 60px;
    width: calc(100% - 60px) !important; }
  .image-surrounded-by-text-wrapper .text-col:nth-child(1) {
    transform: translateX(30px); }
  .image-surrounded-by-text-wrapper .text-col:nth-child(3) {
    transform: translateX(-30px); }
  .image-surrounded-by-text-wrapper .image-col img {
    max-width: 100%; } }

/*# sourceMappingURL=image_surrounded_by_text.css.map */
