

.Packages-section{
    height: max-content;
    padding: 40px 0;
}

.Package-inner{
    width: 1245px;
    margin: 20px auto;
    background-color: white;
    border-radius: 16px;
    padding: 30px ;
    filter: drop-shadow(5px 6px 5px rgba(100, 100, 100, 0.1));
}

/* .Package-tabs-con{
    background-color: rgb(216, 216, 216);
} */



 

.Pack-btn{
    padding: 15px;
background-color: rgb(243 229 198);
/* border-bottom: 3px solid #e2c287; */
margin: 10px 0 ;
  font-weight: 700;
  border-radius: 12px;
}

.Pack-btn:hover{
    background-color: #b29c72;
    cursor: pointer;
    color: white;
}



.Pack-content{
    display: flex;
   height: 420px;
    overflow: hidden;
    justify-content: space-around;
      transition: ease-in-out 0.9s;
        background-color: #eae5dd;
}

.expand{
    height: 0;
    overflow: hidden;
}


.pack-sec {
    /* background-color: antiquewhite; */
    padding: 20px;
    font-size: 14px;
    border-radius: 15px;
}

.pack-se.benefits{
   width: 70%;
}

.pack-sec p{
    font-size: 16px;
    line-height: 1.9em;
}


.pack-sec .head-title{
  border-bottom: 1px solid;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-weight: 700;
}




@media screen and (max-width: 480px) {

.Package-inner {
    width: 100%;}


    .CurrentSponsors-con .inner {
    width: 100%;
}


.Sponsors-list {
    width: 100%;
    overflow: scroll;
}


.Pack-content{
    display: flex;
    height: max-content;
    height: max-content;
    overflow: scroll;
    flex-wrap: wrap-reverse;
   }


   .pack-sec{
    width: 100%;
   }


   .pack-sec.Name{
    display: none;
   }

}
