/* Generated from page: whats-new-2627 */
.themify_builder_content-2018 .tb_hcpv800.module_row{padding-top:5%; padding-bottom:5%; background-color:rgba(38, 128, 61, 1);}
.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap p,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap blockquote,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap h1,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap h2,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap h3,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap h4,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap h5,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap h6,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap li,.themify_builder_content-2018 .tb_rh8z055.module-text .tb_text_wrap span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-2018 .tb_rh8z055.module-text{text-align:center; font-size:40px;}
.themify_builder_content-2018 .tb_m0x5293.module_row{padding-top:3%; padding-bottom:3%; background-color:rgba(212, 215, 199, 1); background-image:linear-gradient(96deg,rgb(227, 242, 253) 0%,rgb(252, 228, 236) 100%);}
.themify_builder_content-2018 .tb_68l3295.module_subrow{margin-top:30px;}
.themify_builder_content-2018 .tb_2l3c963.module_subrow{margin-top:30px;}
.themify_builder_content-2018 .tb_v534296.module_subrow{margin-top:30px;}
.themify_builder_content-2018 .tb_20xl297.module_subrow{margin-top:30px;}
/* Builder Custom CSS START */
.whats-new-section {
      
      padding: 0px 0px;
      position: relative;
      overflow: hidden;
      border-radius:14px;
    }

    

    .whats-new-container {
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }

    .whats-new-title {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #2c3e50;
      position: relative;
    }

    .whats-new-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 10px;
    }

    .news-card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding: 20px;

    }

    .news-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }

    .news-image {
      width: 100%;
      border-radius: 10px;
      height: 180px;
      object-fit: cover;
      margin-bottom: 15px;
object-position: top;
    }

    .news-title {
      font-size: 1.2rem;
      color: #1a237e;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .news-description {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.6;
    }

    @media (max-width: 600px) {
      .whats-new-title {
        font-size: 2rem;
      }
    }


.image-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
margin-bottom:15px;
    border-radius: 10px;
}

.image-wrap img {
    object-position: top;
    width: 100%;
height:auto;
    display: block;
}
/* Builder Custom CSS END */