/* General styling for the section */
/* Mobile landscape media query */
.icon-with-text {
  width: 100%;
  /* Responsive Styling */ }
  .icon-with-text .intro {
    text-align: center;
    margin-bottom: 40px; }
    .icon-with-text .intro h2 {
      color: #001480; }
  .icon-with-text .container {
    max-width: 1300px;
    margin: 0 auto; }
  @media (max-width: 1366px) {
    .icon-with-text .container {
      padding: 0 60px; } }
  .icon-with-text .slider-container {
    position: relative; }
    .icon-with-text .slider-container .slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .icon-with-text .slider-container .slider .slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        .icon-with-text .slider-container .slider .slide .slide-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          border: 2px solid #cacfd6;
          border-radius: 8px;
          background-color: #ffffff;
          overflow: hidden;
          margin: auto 10px; }
          .icon-with-text .slider-container .slider .slide .slide-wrap .image-wrapper {
            width: 40%;
            padding-right: 20px;
            height: 400px; }
            .icon-with-text .slider-container .slider .slide .slide-wrap .image-wrapper img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
          .icon-with-text .slider-container .slider .slide .slide-wrap .text-wrapper {
            width: 60%;
            padding: 20px; }
            .icon-with-text .slider-container .slider .slide .slide-wrap .text-wrapper h4 {
              margin-bottom: 10px;
              color: #001480;
              font-weight: 600;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              line-height: 1.1;
              max-height: calc(1.1em * 3); }
            .icon-with-text .slider-container .slider .slide .slide-wrap .text-wrapper p {
              font-size: 18px;
              color: #545859;
              margin-bottom: 20px;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              line-height: 1.2;
              max-height: calc(1.2em * 3); }
    @media (min-width: 768px) {
      .icon-with-text .slider-container .slider-prev-arrow,
      .icon-with-text .slider-container .slider-next-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: none;
        background: transparent;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
      .icon-with-text .slider-container .slider-prev-arrow {
        left: -50px; }
      .icon-with-text .slider-container .slider-next-arrow {
        right: -50px; } }
    .icon-with-text .slider-container .slider-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px;
      position: absolute;
      bottom: -30px;
      width: 100%; }
      @media (max-width: 1024px) {
        .icon-with-text .slider-container .slider-dots {
          display: none; } }
      .icon-with-text .slider-container .slider-dots li.slick-active button {
        background: #0084f2; }
      .icon-with-text .slider-container .slider-dots button {
        background: #97a0a8;
        border: none;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .icon-with-text .slider-container .slider-dots button:hover {
          background-color: #0084f2; }
  .icon-with-text .slick-dots li button:before {
    color: unset; }
  @media (max-width: 991px) {
    .icon-with-text .slider-container .slider .slide {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .icon-with-text .slider-container .slider .slide .slide-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        max-width: 490px;
        margin: auto; }
        .icon-with-text .slider-container .slider .slide .slide-wrap .image-wrapper {
          width: 100%;
          padding-right: 0;
          margin-bottom: 20px;
          height: 230px; }
          .icon-with-text .slider-container .slider .slide .slide-wrap .image-wrapper img {
            width: 100%;
            height: 100%; }
        .icon-with-text .slider-container .slider .slide .slide-wrap .text-wrapper {
          width: 100%; }
          .icon-with-text .slider-container .slider .slide .slide-wrap .text-wrapper h4 {
            font-size: 20px;
            text-align: left !important; }
          .icon-with-text .slider-container .slider .slide .slide-wrap .text-wrapper p {
            font-size: 14px;
            text-align: left !important; } }
  .icon-with-text .slider-prev-arrow,
  .icon-with-text .slider-next-arrow {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    font-size: 0; }
    .icon-with-text .slider-prev-arrow svg:hover path,
    .icon-with-text .slider-next-arrow svg:hover path {
      fill: #001480; }
    .icon-with-text .slider-prev-arrow svg path,
    .icon-with-text .slider-next-arrow svg path {
      fill: #545859;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .icon-with-text .slider-prev-arrow:hover,
  .icon-with-text .slider-next-arrow:hover {
    opacity: 1; }
  @media (max-width: 767px) {
    .icon-with-text .arrow-wrap {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 20px auto 0; }
      .icon-with-text .arrow-wrap .slider-prev-arrow,
      .icon-with-text .arrow-wrap .slider-next-arrow {
        margin: 0 5px;
        position: relative !important;
        border: none;
        background: transparent; }
    .icon-with-text .text-wrapper {
      text-align: center; }
      .icon-with-text .text-wrapper h4,
      .icon-with-text .text-wrapper p {
        text-align: center; }
    .icon-with-text .container {
      padding: 0 20px; }
    .icon-with-text .slide-wrap {
      margin: auto 10px !important; } }
  @media (max-width: 480px) {
    .icon-with-text .icon-with-text
.slider-container
.slider
.slide
.slide-wrap
.image-wrapper {
      height: 140px; } }
