.future-trust {
      background-size: cover;
      width: 100%;
      height: 630px;
      color: white;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      text-align: center;
      margin-top: 112px;
    }

    .future-trust h1 {
      font-family: emoji;
      font-size: 48px;
      font-weight: bold;
      border-radius: 12px;
    }

    .future-text {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 2rem;
      width: 100%;
    }

    .blog-meta {
      font-size: 18px;
      color: #ddd;
    }

    .brand-description {
      line-height: 1.6; 
      font-size: 18px;
    }

    p.brand-descriptionone{
      font-size: 18px;
      text-align: justify;
    }

    .blogone-img img{
      max-width: 900px;
    }

    .quote-section {
      background-color: #ffffff;
      margin-bottom: 50px;
      text-align: center;
    }

    .quote-box {
      max-width: 800px;
      margin: 0 auto;
      position: relative;
      padding: 25px 20px;
      border-top: 4px solid #15385D;
      border-bottom: 4px solid #15385D;
    }

    .quote-icon {
      font-size: 40px;
      color: #15385D;
      position: absolute;
      top: -33px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      padding: 0px 6px;
    }

    .quote-text {
      font-size: 1.2rem;
      font-weight: 600;
      color: #004d4d;
    }

    .quote-author {
      margin-top: 20px;
      font-weight: bold;
      color: #004d4d;
      font-size: 0.9rem;
      text-transform: uppercase;
    }


    .section-wrapper {
      padding: 60px 20px;
      background-color: #15385D;
      color: #fff;
    }

    .info-card {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 22px;
      border-radius: 0px;
      height: 100%;
    }

    .info-card:hover{
      background-color: rgb(255 255 255 / 19%);
    }

    .info-card h3 {
      margin-bottom: 8px;
      color: #fff;
    }



    .subscribe-box{
      background-color: rgba(255, 255, 255, 0.05);
      /* background: #004d4d; */
      padding: 30px;
      border: 1px solid #71887E;
      border-radius: 0;
    }

    hr{
      border: 2px solid #193B60;
      margin: 2rem 0;
      display: block;
    }


    .nature {
      border: 1px solid #d2d2d2;
    }

    .nature-body {
      padding: 18px;
    }

    p.mt-2 {
      font-size: 18px;
    }
   
    .image-box img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    @media (max-width: 768px){

      p.brand-description {
          font-size: 14px;
          text-align: justify;
      }

      p.brand-descriptionone{
        font-size: 14px;
      }

      .future-trust {
          /* height: 300px; */
           width: 100%;
    height: auto;
    object-fit: contain;
      }

      .future-trust h1{
        font-size: 30px;
        border-radius: 0;
      }
      .future-trust h3{
        font-size: 18px;
        border-radius: 0;
      }

      .blog-meta{
        font-size: 16px;
      }

      .blogone-img img{
        width: 100%;
      }

      .subscribe-box{
        margin-top: 0;
        padding: 20px;
      }

      .section-wrapper{
        padding: 40px 0;
      }

      .quote-text{
        font-size: 14px;
      }

      p.quote-author {
        font-size: 14px;
      }

      p.mt-2 {
        font-size: 14px;
      }

   
    }




    @media (min-width: 768px) and (max-width: 1024px){
      .subscribe-box{
        margin-top: 0;
        padding: 20px;
      }

      .blogone-img img{
        width: 100%;
      }

    }