  .eco-system-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 103px 50px;
    box-sizing: border-box;
    margin: auto;
    max-width: 1440px;
  }

.page-template-template-case-study .eco-system-text-content p {
  font-size: 24px;
  line-height: 1.5;
}

  .eco-system-text-content {
    flex: 1;
    min-width: 300px;
    margin-right: 100px;
    padding: 14px 0
  }

  .eco-system-text-content h3.eco-system-small-title {
    font-family: Archivo;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    color: rgba(25, 25, 25, 1);
    margin-bottom: 8px;
    /* text-transform: capitalize; */
  }

  .eco-system-text-content h2 {
    font-family: Archivo;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: rgba(25, 25, 25, 1);
  }

  .eco-system-text-content p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(25, 25, 25, 1);
    margin: 0;
  }
  .eco-system-image-content {
    position: relative;
    /* flex: 1; */
    width: 524px;
    height: 618px;
  }
  .eco-system-image-content img.eco-system-main-img {
    position: absolute;
    width: 399px;
    height: 507px;
    top: 0;
    left: 125px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  
  .eco-system-image-content img.eco-system-overlay-img {
    position: absolute;
    width: 291px;
    height: 290px;
    top: 328px;
    /* left: 100px; */
    object-fit: cover;
    border-radius: 30px;
  }

  @media (max-width: 1024px) {
    .eco-system-section {
      padding: 36px 16px 28px;
    }

	  .page-template-template-case-study .eco-system-text-content p {
  font-size: 16px;
  line-height: 1.5;
}
	  
    .eco-system-text-content {
      margin-right: 0;
      margin-bottom: 26px;
      padding:0px
    }
    .eco-system-text-content h3.eco-system-small-title {
        display: block;
        text-align: left;
		font-size:20px;
    }
    .eco-system-text-content h2 {
        font-family: Archivo;
        font-weight: 600;
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 10px;
        color: rgba(25, 25, 25, 1);
    }
    .eco-system-text-content p {
        font-family: Archivo;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0;
        color: rgba(25, 25, 25, 1);
        margin-bottom: 50px;
		margin-top:10px;
    }
    .eco-system-image-content {
        position: relative;
        /* flex: 1; */
        width: 372px;
        height: 424px;
        margin: 0 auto 0 
      }
      .eco-system-image-content img.eco-system-main-img {
        position: absolute;
        width: 256px;
        height: 317px;
        top: 0;
        left: 116px;
        right:18px;
        object-fit: cover;
        border-radius: 30px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      }
      
      .eco-system-image-content img.eco-system-overlay-img {
        position: absolute;
        width: 202px;
        height: 202px;
        top: 222px;
        /* left: 100px; */
        object-fit: cover;
        border-radius: 30px;
      }
    
  }
  @media (min-width: 768px) and (max-width: 1025px){
    .eco-system-section{
        padding: 36px 103px;
    }
  }
  @media (max-width: 439px){
    .eco-system-section{
        display:block
    }
    .eco-system-text-content{
        margin-right: 0px !important; 
    }
    .eco-system-text-content h3.eco-system-small-title {
        display: block;
        text-align: left;
    } 
    .eco-system-image-content {
        position: relative;
        /* flex: 1; */
        width: 347px;
        height: 424px;
        margin: 0 auto;
      }
    .eco-system-image-content img.eco-system-main-img {
        position: absolute;
        width: auto;
        height: 317px;
        top: 0;
        left: 97px;
        right:18px;
        object-fit: cover;
        border-radius: 30px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      }
  }