.tproduct-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 50px 80px;
  }
  .tproduct-wrapper {
    display: flex;
    width: 100%;
    max-width: 1249px;
    flex-direction: column;
  }
  .timage-grid {
    gap: 20px;
    justify-content: space-between;
    display: flex;
  }
  .timage-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: calc(25% - 15px);
  }
  .tproduct-image {
    aspect-ratio: 1.0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
  }
  .tproduct-info {
    background-color: #008b51;
    border-top-right-radius: 26.88rem;
    border-bottom-right-radius: 26.88rem;
    display: flex;
    margin-top: 36px;
    width: 100%;
    flex-direction: column;
    align-items: start;
    color: #fff;
    letter-spacing: 0.38px;
    padding: 30px 38px;
    font: 400 19px Montserrat, sans-serif;
  }
  .ttproduct-title {
    font: 500 22px Montserrat, sans-serif;
    letter-spacing: 0.44px;
  }
  .product-description {
    line-height: 26px;
    align-self: stretch;
    margin-top: 34px;
  }
  .taction-wrapper {
    display: flex;
    margin-top: 33px;
    gap: 10px;
    line-height: 1;
  }
  .tdetails-link {
    text-decoration: underline;
    flex-grow: 1;
    margin: auto 0;
    color: #fff;
    font-size: 16px;
  }
  .tarrow-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
    margin-left: 12px;
  }
  .tunderlined {
    text-decoration: underline;
  }
  @media (max-width: 991px) {
    .tproduct-container {
      padding: 40px 20px;
    }
    .tproduct-wrapper {
      max-width: 100%;
    }
    .timage-grid {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
    .timage-column {
      width: 100%;
    }
    .tproduct-image {
      margin-top: 40px;
    }
    .tproduct-info {
      max-width: 100%;
      padding: 20px;
      border-radius: 0;
    }
  }
  @media (max-width: 640px) {
    .tproduct-image {
      width: 85%;
      margin: 20px;
      border-radius: 0;
    }
    
    .images_slider {
    overflow: hidden;    
        
    }
  }