
/*tablet 768*/ 
@media(max-width: 850px){
  /*body{
      background:blue;
  }*/
  .main-nav__item {
    display: none;
    margin: 0 1rem;
  }
  .plan__list {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  
  .plan {
    background: #851A02;
    text-align: center;
    display:block;
    width: 100%;
  }
  .key-feature {
    display: block;
    width: 100%;
  }
  
  .key-feature__image{
    width: 40%;
    height: 40%;
    border-radius: 50%;
    margin: auto;
  }
  
  .social-img img{
    width: 40%;
    height: 40%;
    border-radius: 50%;
  }
  .package__badge {
    position: absolute;
    top: 8%;
    right: 0%;
    margin: 1.2rem;
    font-size: 0.7rem;
    color: white;
    background: #9D261D;
    padding: 0.5rem;
}
  
}