  /* Section Styles */

  .mb-0 {
      margin-bottom: 0rem;
  }

  .justify-content-center {
      justify-content: center;
  }


  .bg-grey {
     background-color: #f4f4f4 !important;
  }

  .align-items-center {
      align-items: center;
  }


  .sub-text {
      text-align: center;
      font-size: 1.3rem;
      color: #666;
  }

  .global-red{
  color: #e34e27 !important
  }

  span.colortwo.uptitle img.img-fluid {
      width: 25rem;
  }

  span.colortwo.uptitle .innoconnect-logo {
      display: flex;
      justify-content: center;
  }

  span.colortwo.uptitle p {
      padding-top: 0.5rem;
  }

  span.colortwo.uptitle p span {
      color: #fff;
      font-size: 1.65rem;
  }
      .section {
        padding: 75px 0rem;
        background-color: #fff;
      }

      header#header-area {
        display: none;
      }

      .hero-section {
        height: 30vh;
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: #111c45;
      }

      span.colortwo.uptitle p span:nth-of-type(2) {
          padding: 0rem 1rem;
          opacity: 0.7;
      }

      .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
          135deg,
          #111c45 0%,
          #e34e27 25%,
          #efa524 50%,
          #111c45 75%,
          #e34e27 100%
        );
        background-size: 400% 400%;
        animation: gradientShift 8s ease infinite;
        opacity: 0.9;
      }

      @keyframes gradientShift {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }

      .hero-section .row {
        text-align: center;
        display: flex;
        justify-content: center;
      }

      .hero-section .row h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
      }

      .colorone {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
        font-weight: 700;
        background: linear-gradient(90deg, #efa524, #e34e27);
        background-size: 200% 200%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textGradient 3s ease infinite;
        letter-spacing: -0.02em;
      }

      .colortwo {
        font-size: clamp(1rem, 2.5vw, 1.5rem);
        font-weight: 600;
        color: #fff;
        opacity: 0.95;
        letter-spacing: 0.02em;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        line-height: 1rem;
      }

      @keyframes textGradient {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }

      /* Floating AI particles effect */

      .ai-particle {
        position: absolute;
        width: 4px;
        height: 4px;
        background: #efa524;
        border-radius: 50%;
        opacity: 0;
        animation: float 6s infinite;
        z-index: 0;
      }

      .ai-particle:nth-child(1) {
        left: 10%;
        animation-delay: 0s;
      }

      .ai-particle:nth-child(2) {
        left: 20%;
        animation-delay: 1s;
      }

      .ai-particle:nth-child(3) {
        left: 30%;
        animation-delay: 2s;
      }

      .ai-particle:nth-child(4) {
        left: 40%;
        animation-delay: 0.5s;
      }

      .ai-particle:nth-child(5) {
        left: 50%;
        animation-delay: 1.5s;
      }

      .ai-particle:nth-child(6) {
        left: 60%;
        animation-delay: 2.5s;
      }

      .ai-particle:nth-child(7) {
        left: 70%;
        animation-delay: 0.8s;
      }

      .ai-particle:nth-child(8) {
        left: 80%;
        animation-delay: 1.8s;
      }

      .ai-particle:nth-child(9) {
        left: 90%;
        animation-delay: 2.8s;
      }

      @keyframes float {
        0% {
          transform: translateY(100vh) scale(0);
          opacity: 0;
        }
        10% {
          opacity: 0.6;
        }
        90% {
          opacity: 0.6;
        }
        100% {
          transform: translateY(-100px) scale(1);
          opacity: 0;
        }
      }

      span.colortwo.uptitle {
        font-size: 2.2rem;
        line-height: normal;
      }

      @media (max-width: 768px) {
        .section.case-study img {
          padding-right: 0px !important;
         }
        .hero-section {
          height: 26vh;
        }
        .hero-section .row h1 {
          gap: 0.75rem;
        }
      }

      section.section.highlight-quater .row {
        margin-top: 1.5rem;
      }

     
      section.section.highlight-quater p {
        font-size: 1.25rem;
        color: #000;
      }

      .content-analyst-sec ul li:before {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-size: cover;
        left: -20px;
        top: 7px;
        width: 1rem;
        height: 1rem;
        background-image: url(https://www.innominds.com/hubfs/images/arrow-1.png);
      }

      .width-70 {
        max-width: 70%;
      }

      .width-30 {
        max-width: 30%;
      }

      .width-30 img.img-fluid {
        padding: 0rem;
        border-radius: 12px;
        background-color: #fff;
        border: 1px solid grey;
            box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
          rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
            width: 11rem;
      }

      .news-navigation {
        padding: 1rem 0rem;
        background-color: #fff;
      }

      .its-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .news-navigation img.img-fluid {
        width: 15rem;
      }

      .news-navigation p {
        font-size: 1.35rem;
        margin-bottom: 0rem;
        color: #000;
        font-weight: 600;
        margin-top: 0.35rem;
      }

      .duration {
        color: #efa524;
      }

      .content-analyst-sec img.img-fluid {
        margin-bottom: 1rem;
      }

      .img-fluid {
        max-width: 100%;
        height: auto;
        display: block;
      }

      .events-images img.img-fluid {
           box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
      }

      .blog-content img.img-fluid {
        border-radius: 12px;
        margin-bottom: 0.5rem;
      }

      section.second-section .row-band {
            background-color: #fff;
            border-radius: 15px;
            color: #000;
            padding: 1rem 1.5rem !important;
            box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
            flex-wrap: wrap;
            width: 100%;
            display: flex;
            align-items: center;
            margin: 0;
            gap: 0;
            box-sizing: border-box;
      }

      section.second-section .row-band p {
        color: #000;
        font-size: 1.1rem;
        text-align: left;
      }

      section.second-section .row-band p a {
        color: #000;
        font-weight: 600;
      }

      section h2 {
        color: #111c45;
        font-size: 2.2rem;
        margin-bottom: 0.8rem;
        margin-top: -5px;
        text-align: center;
      }

      .latets-trends {
        background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
      }

      /* Bootstrap Grid System */

      .row {
        display: flex;
        flex-wrap: wrap;
/*         margin-right: -15px;
        margin-left: -15px; */
      }

      .row::after {
        content: "";
        display: table;
        clear: both;
      }

      /* Column Base Styles */

      .col-md-4 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
      }

      /* Medium devices (tablets, 768px and up) */

      @media (min-width: 768px) {
        .col-md-4 {
          flex: 0 0 33.333333%;
          max-width: 33.333333%;
        }
      }

      .child-cards {
        text-align: left;
            box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
        background-color: #fff;
        border-radius: 15px;
        position: relative;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
            height: 100%;
        min-height: 270px;
      }

      .child-cards p {
        flex: 1;
        font-size: 1rem;
        margin-bottom: 1rem;
      }

      /* Button Styles */

      .button-ct.btn-cta {
        margin-top: auto;
      }

      .button {
        padding: 10px 20px;
        border-radius: 12px;
        color: #fff;
        background: #e34e27;
        border: 1.6px solid #e34e27;
        backdrop-filter: blur(8.046560287475586px);
        font-size: 1rem;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        position: relative;
        transition: 0.5s ease;
        overflow: hidden;
        z-index: 1;
      }

      .button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e34e27;
        z-index: -1;
        transform-origin: right;
        transition: transform 0.3s ease-in-out;
      }

      .button:hover {
        border: 1.6px solid #e34e27;
        background: transparent;
        color: #e34e27;
        transition: 0.5s ease;
      }

      .button:hover::before {
        transform: scaleX(0);
      }

      /* Additional Sections */

      section.section.yt-video {
        background: linear-gradient(
          135deg,
          #ffffff 0%,
          #e3f2fd 50%,
          #f3e5f5 100%
        );
      }

      .yt-child iframe {
        width: 100%;
        border-radius: 10px;
        height: 100%;
        min-height: 16rem;
      }

      .yt-child h3 {
        font-size: 1.15rem;
        margin-top: 0.5rem;
      }

      .content-analyst-sec p {
        font-size: 1.25rem;
        color: #000;
        text-align: left;
        font-weight: 400;
      }

      .content-analyst-sec ul {
        margin-left: -16px;
        margin-top: 0rem;
        margin-bottom: 0rem;
      }

      .content-analyst-sec {
        background-color: #fff;
        border-radius: 15px;
             box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
        color: #000;
        padding: 1rem 1.5rem;
      }

      .content-analyst-sec ul li {
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
        font-weight: 300;
        color: #000;
        text-align: left;
        list-style: none;
        position: relative;
      }

      .col-md-6,
      .col-md-60,
      .col-md-40 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
      }

      section.second-section.section {
        background: linear-gradient(-45deg, #a8edea, #fed6e3, #fbc2eb, #a6c1ee);
      }

      .first-case-study {
        background-color: #fff;
        border-radius: 15px;
            box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
        min-height: 26rem;
        padding: 1.5rem;
        position: relative;
        height: 100%;
      }

      .cta-cards {
        position: absolute;
        bottom: 22px;
      }

      .first-case-study p {
        color: #000;
        font-size: 1.15rem;
      }

      .first-case-study h4 {
        color: #000;
        font-size: 1.35rem;
      }

      .first-case-study ul li {
        color: #000;
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
      }

      .arrow-cta {
        color: #e34e27;
        display: inline-block;
        font-size: 1rem;
        font-weight: 700;
        position: relative;
      }

      .arrow-cta:before {
        animation: moveArrow 2s ease-in-out infinite alternate;
        background-image: url(https://staging.innominds.com/hubfs/images/arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        height: 2rem;
        position: absolute;
        right: -2rem;
        top: -3px;
        width: 2rem;
      }

      section.section.case-study h2,
      section.section.blog-study h2,
      section.section.passion-sec h2 {
        color: #efa524;
      }

      .blog-content p {
        min-height: 5rem;
      }

      .blog-content {
        background-color: #fff;
        border-radius: 15px;
         box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
        display: flex;
        flex-direction: column;
        margin-bottom: 1.5rem;
        padding: 1.5rem;
        position: relative;
        text-align: left;
      }

      section.section.events-section {
         background: linear-gradient(135deg, #f0e93b66 0%, #fed6e366 100%);
      }

      section.section.events-section .row {
        margin-bottom: 2rem;
           box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
        border-radius: 15px;
        padding: 25px 30px;
        align-items: center;
        background-color: #fff;
      }

      .blog-content p,
      .events-content p {
        font-size: 1.15rem;
        color: #000;
      }

      section.section.passion-sec .row {
            box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
          rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 1rem 1.5rem;
        border-radius: 12px;
      }


      section.section.letter-from-editor {
          background: linear-gradient(135deg, #a1ffce 0%, #faffd1 100%);
      }

      .letter-content {
          margin-top: 2rem;
          background-color: #ffffff8a;
          padding: 3rem;
          border-radius: 12px;
                  background: rgba(255, 255, 255, 0.21);
          border-radius: 16px;
              box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
          backdrop-filter: blur(17px);
          -webkit-backdrop-filter: blur(17px);
      }

      .letter-content a {
          color: #e34e27 !important;
          font-weight: 700;
      }

      .letter-content p {
          color: #000;
      }

      .newsletter-team {
          display: flex;
          gap: 10px;
          margin: 2rem 0rem;
        flex-wrap: wrap;
    justify-content: center;
      }

      .newsletter-team-cards {
          text-align: center;
        
          background-color: #fff;
          padding: 15px;
          border-radius: 12px;
          background: rgba(255, 255, 255, 0.21);
          border-radius: 16px;
              box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
          backdrop-filter: blur(17px);
          -webkit-backdrop-filter: blur(17px);
      }

      p.member-name {
          font-weight: 700;
          margin-bottom: 0;
          padding-top: 5px;
          font-size: 1rem;
      }

      .member-image img {
          border-radius: 12px;
      }


.section.strategic-partnership .row-sec {
    display: flex;
    flex-wrap: wrap;
      justify-content: center;
       box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
    padding: 1.25rem 0rem;
    background-color: #fff;
    border-radius: 12px;
      align-items: center;
    gap: 3rem;
}

section.second-letterfrom-editor.section h2 {
    margin-bottom: 1.5rem;
}

.strategic-partnership-content {
    display: grid;
    gap: 0.5rem;
}

.strategic-partnership-content p {
    color: #000;
}

.strategic-partnership-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.analyst-cards-parents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0;
      gap: 1rem;
}

.content-analyst-sec img.img-fluid {
    margin-bottom: 1rem;
    max-width: 12rem;
    min-height: 3rem;
}

.toightimage {
    padding: 0rem 15px;
    padding-left: 0px;
}



.second-letterfrom-editor .newsletter-team {
    gap: 0;
}

.second-letterfrom-editor .row-letter {
    display: flex;
    background-color: #fff;
    box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
    border-radius: 12px;
    padding: 3rem 2.5rem;
    gap: 5rem;
}

.second-letterfrom-editor .letter-content {
    background: unset;
    box-shadow: unset;
    padding: 0;
    margin-top: 0;
    border-radius: unset;
}
.second-letterfrom-editor .letter-content p:first-child {
    padding-bottom: 1.5rem;
}
.second-letterfrom-editor .letter-content p:last-child {
    padding-top: 1.5rem;
}
.second-letterfrom-editor .letter-content p {
    color: #000;
    font-size: 1.35rem;
}

.second-letterfrom-editor .newsletter-team {
    gap: 0;
        padding: 15px 15px;

    display: flex;
    margin: 0rem 0rem;
    flex-wrap: wrap;
    background: #8080803b;
    border-radius: 16px;
    box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
  justify-content: flex-start;
}


.second-letterfrom-editor .newsletter-team-cards {
    margin: 0px 0px;
    background-color: unset;
    background: unset;
    border-radius: unset;
    box-shadow: unset;
       padding: 10px 0px;
}

.second-letterfrom-editor .member-image img {
    border-radius: 12px;
    width: 8rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08) !important;
    padding: 4px;
}

.second-letterfrom-editor p.member-name {
    font-size: 0.9rem;
}

section.second-letterfrom-editor.section {
    background: linear-gradient(-45deg, #ffffff, #f0f4ff, #f5f9ff, #f1f6ff);
}

.strategic-partnership-content p {
    color: #000;
    font-size: 1.25rem;
}

.strategic-partnership .child-cards:before {
        background-image: unset;
}

.child-cards div img.img-fluid {
    margin-bottom: 0.8rem;
}

.strategic-partnership .child-cards {
    height: 100%;
}
      /* Medium devices (tablets, 768px and up) */

      @media (min-width: 768px) {
        .col-md-6 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .col-md-60 {
          flex: 0 0 60%;
          max-width: 60%;
        }
        .col-md-40 {
          flex: 0 0 40%;
          max-width: 40%;
        }
      }

      /* Mobile Responsive */

      @media (max-width: 767px) {
        
        .second-letterfrom-editor .row-letter {
            flex-direction: column;
        }
        .its-flex {
          flex-direction: column-reverse;
          gap: 1rem;
        }
        .events-images {
          margin: 1rem 0rem;
        }
        .first-case-study {
          min-height: 27rem;
          margin-bottom: 2rem;
        }
        .its-flex div {
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .child-cards {
          margin-bottom: 1rem;
        }
        section h2 {
          font-size: 1.8rem;
        }
      }

      @media (max-width: 767px) {
       
        
        .section.strategic-partnership .row-sec {
            flex-direction: column;
        }
        
        .width-70, .width-30 {
            max-width: 100%;
        }

        .news-navigation p span:nth-of-type(2) {
          display: none;
        }

        .news-navigation p {
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        .content-analyst-sec p,
        .content-analyst-sec ul li,
        section.second-section .row-band p,
        .first-case-study p,
        .first-case-study ul li,
        .blog-content p,
        .events-content p {
          font-size: 1rem;
        }
        .blog-content p,
        .first-case-study {
          min-height: 100%;
          margin-bottom: 2rem;
        }
        .custom_container .col-md-6 {
          margin-bottom: 1.5rem;
        }
        .first-case-study {
          margin-bottom: 2rem;
          min-height: 100%;
        }
        .yt-child.col-md-4 {
          margin-bottom: 1.5rem;
        }
        .first-case-study h4 {
          font-size: 1.2rem;
        }
        
       
        section.section.highlight-quater p {
            font-size: 1rem;
            padding: 0rem 2rem;
        }

        section.section.highlight-quater .row {
            margin-top: 1rem;
        }

        .letter-content {
            padding: 1rem;
        }

        .section.strategic-partnership .row-sec {
            padding: 1rem 1rem;
            gap: 1rem;
        }

        section.second-section .row-band {
            gap: 1rem;
        }

        section.section.events-section .row {
            padding: 2rem 1rem;
        }
        
        span.colortwo.uptitle img.img-fluid {
            width: 17rem;
        }

        span.colortwo.uptitle p span {
            font-size: 1.25rem;
        }

        span.colortwo.uptitle p {
            display: flex;
            flex-direction: column;
        }

        span.colortwo.uptitle p span:nth-child(2) {
            display: none;
        }
      }







/* Tablet */
@media (max-width: 800px) {
    .blog-content {
        min-height: 440px;
    }

    .first-case-study {
        min-height: 60rem !important;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .blog-content {
        min-height: 440px;
    }

    .first-case-study {
        min-height: 25rem !important;
    }
   .child-cards {
    height: unset;
   }
  p.sub-text {
    font-size: 26px !important;
}
  .first-case-study ul {
    padding-left: 12px;
}
}


@media (max-width:991px){

.case-study .justify-content-center > div{
    flex:0 0 100% !important;
    max-width:100% !important;
}
      .first-case-study {
        min-height: 26rem !important;
    }
  .blog-section .col-md-4{
    flex:0 0 100% !important;
    max-width:100% !important;
}

.blog-section .row{
    display:flex;
    flex-wrap:wrap;
}
.mbl-view h2 {
    font-size: 30px !important;
}

.mbl-view p {
    text-align: left !important;
}

}



.news-navigation p,
.news-navigation li,
.news-navigation strong,

.hero-section p,
.hero-section li,
.hero-section strong,

.highlight-quater p,
.highlight-quater li,
.highlight-quater strong,

.second-letterfrom-editor p,
.second-letterfrom-editor li,
.second-letterfrom-editor strong,

.strategic-partnership p,
.strategic-partnership li,
.strategic-partnership strong,

.latets-trends p,
.latets-trends li,
.latets-trends strong,

.analyts-sec p,
.analyts-sec li,
.analyts-sec strong,

.second-section p,
.second-section li,
.second-section strong,

.blog-section p,
.blog-section li,
.blog-section strong,

.case-study p,
.case-study li,
.case-study strong,

.learning-sec p,
.learning-sec li,
.learning-sec strong,

.passion-sec p,
.passion-sec li,
.passion-sec strong {
    line-height: 25.6px !important;
    color: #333333 !important;
    font-size: 16px !important;
}




.custom_container {
    padding: 0;
}

@media (max-width:768px){

    .newsletter-team-cards:last-child img{
        width:40% !important;
    }

}


@media (max-width:530px){

    .newsletter-team-cards:last-child img{
        width:100% !important;
    }
  .hero-section {
        height: 20vh;
    }

}



@media (min-width: 480px) and (max-width: 765px) {
    .child-cards {
        height: unset !important;
    }
  .parent-cards > .col-md-4 {
    padding: 0;
   }
  .section.case-study img {
    padding-right: 0px !important;
}
}




.inno-grid{
    display:grid;
    grid-template-columns:240px 1fr;
    grid-template-areas:
        "image content"
        "image author";
    column-gap:25px;
    row-gap:15px;
    align-items:start;
}

.inno-image{
    grid-area:image;
}

.inno-content{
    grid-area:content;
}

.inno-author{
    grid-area:author;
}

.inno-image img{
    width:220px;
    height:220px;
    object-fit:cover;
    object-position:center top;
    border:6px solid #f5f5f5;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.inno-author h3{
    margin:0px;
    font-size:20px;
    color:#222;
}

.inno-author p{
    margin:0;
    color:#E34D25;
    font-size:16px;
    font-weight:600;
}

/* Tablet & Mobile */
@media (max-width:991px){

.inno-grid{
    grid-template-columns:1fr;
    grid-template-areas:
        "content"
        "image"
        "author";
    row-gap:20px;
}

.inno-image{
    text-align:left !important;
}

.inno-image img{
    width:180px;
    height:180px;
}

.inno-author{
    text-align:left !important;
}

}



.imag-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 30px auto;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.logo-item:first-child img {
    width: 200px;
}

.logo-item:last-child img {
    width: 180px;
}

.logo-divider {
    width: 2px;
    height: 70px;
    background: #cfcfcf;
    flex-shrink: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .imag-parent {
        gap: 30px;
    }

    .logo-item:first-child img {
        width: 220px;
    }

    .logo-item:last-child img {
        width: 190px;
    }

    .logo-divider {
        height: 55px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .imag-parent {
        gap: 20px;
    }

    .logo-item:first-child img {
        width: 170px;
    }

    .logo-item:last-child img {
        width: 150px;
    }

    .logo-divider {
        height: 45px;
    }
}





.newsletter-wrapper{
    max-width:1200px !important;
    margin:40px auto !important;
    padding:0px !important;
}

.newsletter-row{
    display:flex !important;
    gap:0px !important;
    align-items:stretch !important;
}

/* Both columns */
.newsletter-left,
.newsletter-right{
    flex:1 !important;
    display:flex !important;
}

/* Left Content */
.letter-content{
    width:100% !important;
    background:#fff !important;
    border-radius:0px !important;
    padding:30px !important;
    display:flex !important;
    flex-direction:column !important;
}

.letter-content p{
    margin:0 0 18px !important;
    font-size:17px !important;
    line-height:1.8 !important;
    color:#444 !important;
}

.letter-content strong{
    color:#222 !important;
}

.letter-content a{
    color:#E34D25 !important;
    text-decoration:none !important;
    font-weight:600 !important;
}

/* Right Panel */
.newsletter-team{
    width:100% !important;
    background:#fff !important;
    border-radius:0px !important;
    padding:20px !important;
    display:flex !important;
    align-items:center !important;
}

.newsletter-grid{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:18px !important;
    width:100% !important;
}

.newsletter-card{
    text-align:center !important;
}

.member-image{
    border-radius:14px !important;
    overflow:hidden !important;
}

.member-image img{
    width:80% !important;
    aspect-ratio:1/1 !important;
    object-fit:cover !important;
    object-position:center top !important;
    display:block !important;
       margin: 0 auto;
}
.newsletter-team {
    background: #ddd !important;
}
.member-name{
    margin-top:10px !important;
    font-size:15px !important;
    font-weight:600 !important;
    color:#222 !important;
    line-height:1.4 !important;
    min-height:42px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
}

/* Tablet */
@media (max-width:991px){

    .newsletter-row{
        flex-direction:column !important;
    }

    .newsletter-left,
    .newsletter-right{
        width:100% !important;
        flex:unset !important;
    }

}

/* Mobile */
@media (max-width:767px){

    .newsletter-wrapper{
        padding:0 15px !important;
    }

    .newsletter-grid{
        gap:12px !important;
    }

    .member-name{
        font-size:14px !important;
    }

}