@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishregularwebfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishboldwebfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishblackwebfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.tell-us-layout {
  padding-block: 80px;
  width: 100%;
  min-height: 1296px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background-color: #FCF2DF; }
  .tell-us-layout__left-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 547px;
    height: 361px; }
  .tell-us-layout__right-image {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0; }
  .tell-us-layout .btn-gold {
    display: none; }
  .tell-us-layout .text-with-image-item {
    position: relative;
    min-height: 639px;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
    -ms-flex-align: center;
        align-items: center; }
    .tell-us-layout .text-with-image-item.right {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .tell-us-layout .text-with-image-item .arrow-image {
      position: absolute;
      left: 40%;
      top: 20px; }
      .tell-us-layout .text-with-image-item .arrow-image img {
        width: 133px;
        height: 151px;
        rotate: 425deg; }
      .tell-us-layout .text-with-image-item .arrow-image.right {
        left: 40%; }
        .tell-us-layout .text-with-image-item .arrow-image.right img {
          width: 133px;
          height: 151px;
          rotate: -60deg;
          transform: scaleX(-1); }
    .tell-us-layout .text-with-image-item .text-with-image-item__image {
      width: 460px;
      height: 639px;
      position: relative;
      z-index: 6; }
      .tell-us-layout .text-with-image-item .text-with-image-item__image img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: contain;
        z-index: 6; }
      .tell-us-layout .text-with-image-item .text-with-image-item__image .text-with-image-item__extra-image {
        position: absolute;
        width: 374px;
        height: 429px;
        object-fit: contain;
        z-index: 5; }
        .tell-us-layout .text-with-image-item .text-with-image-item__image .text-with-image-item__extra-image.bottom_left {
          bottom: 10px;
          left: -120px; }
        .tell-us-layout .text-with-image-item .text-with-image-item__image .text-with-image-item__extra-image.bottom_right {
          bottom: 10px;
          right: -120px; }
    .tell-us-layout .text-with-image-item .text-with-image-item__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 420px; }
      .tell-us-layout .text-with-image-item .text-with-image-item__content h1 {
        color: #00366a;
        text-align: center;
        font-family: "carish";
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        gap: 15px; }
      .tell-us-layout .text-with-image-item .text-with-image-item__content h2 {
        color: #00366a;
        text-align: center;
        font-family: "carish";
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; }
      .tell-us-layout .text-with-image-item .text-with-image-item__content h3 {
        color: #00366a;
        text-align: center;
        font-family: "carish";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; }
      .tell-us-layout .text-with-image-item .text-with-image-item__content p {
        color: #009fe3;
        text-align: center;
        font-size: 28px;
        font-family: "carish";
        font-weight: 400;
        line-height: 32px; }
  .tell-us-layout .blue-box {
    display: none; }
  @media screen and (max-width: 768px) {
    .tell-us-layout {
      min-height: unset;
      gap: 20px;
      z-index: 5;
      padding-block: 16px; }
      .tell-us-layout__right-image {
        display: none; }
      .tell-us-layout__left-image {
        display: none; }
      .tell-us-layout .btn-gold {
        display: none; }
      .tell-us-layout .experience-w_images_with_text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 30px; }
      .tell-us-layout .text-with-image-item {
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
        gap: 20px;
        min-height: unset;
        position: relative;
        z-index: 20; }
        .tell-us-layout .text-with-image-item .text-with-image-item__image {
          width: 200px;
          height: 277px; }
          .tell-us-layout .text-with-image-item .text-with-image-item__image .text-with-image-item__extra-image {
            height: 135px;
            width: auto; }
            .tell-us-layout .text-with-image-item .text-with-image-item__image .text-with-image-item__extra-image.bottom_left {
              bottom: 10px;
              left: -30px; }
            .tell-us-layout .text-with-image-item .text-with-image-item__image .text-with-image-item__extra-image.bottom_right {
              bottom: 10px;
              right: -30px; }
        .tell-us-layout .text-with-image-item .arrow-image {
          position: absolute;
          left: 0;
          top: -85px; }
          .tell-us-layout .text-with-image-item .arrow-image img {
            width: 65px;
            height: 75px;
            object-fit: contain;
            rotate: 340deg; }
          .tell-us-layout .text-with-image-item .arrow-image.right {
            display: none; }
        .tell-us-layout .text-with-image-item .text-with-image-item__content {
          width: 280px; }
          .tell-us-layout .text-with-image-item .text-with-image-item__content h3 {
            font-size: 31px;
            line-height: 26px; }
          .tell-us-layout .text-with-image-item .text-with-image-item__content p {
            font-size: 19px;
            line-height: 21px; }
      .tell-us-layout .blue-box {
        display: block;
        background-color: #00366a;
        width: 100%;
        height: 210px;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 1; } }
