.banner_section{padding-top: 20px;margin-bottom: 30px;}
.banner_section img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.youtube-reel iframe {
  width: 100%;
  max-width: 360px;
  height: 350px;
  border: none;
  border-radius: 14px;
  overflow: hidden;
}
.mobile_show{display: none;}
@media(max-width:767px){
  .mobile_show{display: block;}
  .desktop_show{display: none;}
  .youtube-reel iframe {height: 250px;}
  .banner_section{margin-bottom: 20px;}
}


.button_group{
    text-align: center;
    padding: 36px 0;
}
.button_group a{
    background: #3c107b;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    text-transform: uppercase;
    display:inline-block;
}
.button_group a:hover{
   background:#3b0d4c;
}