.blog-body-wrapper-MG {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f7fa;
    color: #2c3e50;
    line-height: 1.8;
    padding: 20px 0;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .page-wrapper-MG {
    width: 93%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
  
  .banner-section-MG {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 5; /* maintains a nice wide ratio, adjusts with screen */
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  
  .banner-section-MG img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
  }
  
  .blog-content-MG {
    padding: 0 10px;
  }
  
  .topic-tag-MG {
    font-size: calc(16px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    background: #e67e22;
    display: block;
    width: fit-content;
    margin: 0 auto 25px auto;
    padding: 8px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }
  
  .main-heading-MG {
    font-size: calc(27px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    margin-bottom: 25px;
    color: #34495e;
    text-align: center;
    letter-spacing: normal;
    line-height: 1.5;
  }
  
  .description-MG {
    font-size: calc(18px +(20 - 16)*((100vw - 300px) /(1920 - 300)));
    margin-bottom: 35px;
    color: #444;
    text-align: justify;
    letter-spacing: normal;
    line-height: 1.5;
  }
  
  .section-MG {
    margin-bottom: 45px;
  }
  
  .section-heading-MG {
    font-size: calc(20px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 18px;
    border-left: 5px solid #40c6d6;
    padding-left: 12px;
    letter-spacing: normal;
    line-height: 1.5;
  }
  
  .section-MG p {
    font-size: calc(18px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #444;
    text-align: justify;
    letter-spacing: normal;
  }
  
  .custom-list-MG {
    margin-left: 20px;
    padding-left: 10px;
  }
  
  .custom-list-MG li {
    margin-bottom: 12px;
    font-size: calc(18px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: normal;
  }
  
  .conclusion-MG {
    background: #f0f4f8;
    padding: 24px;
    border-radius: 10px;
  }
  a.techsevinadobe, .techsevinadobe {
    color: #40c6d6;
}
  
  @media only screen and (max-width: 767px) {
    .page-wrapper-MG{
      padding: 5px;
    }
    .description-MG{
      text-align: center;
    }
    .section-MG p{
      text-align: center;
    }
  }