.container-body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: contents;
    justify-content: center;
    text-align: center;
    text-align: center;
    display: grid;
    align-items: center;
}
.card{
    width: 500px;
}
.buy{
    color: rgb(243, 244, 241);
    background-color: greenyellow;
}
.bcontent {
    margin-top: 10px;
}
.card{
   text-align : center;
   position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-clip: border-box;
}
.row-no-gutters {
    
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;

}
.img col-sm-7{
    position: relative;
    width: 100%;

}
.card-body-1{
    display: grid;
    justify-content: center;
}
.card-img-top {
    margin-top: 40px;
    width: 100%;
} 
.header{
    text-align: center;
    color:#666;
    font-family:-apple-system;
    font-size:40px;
    font-weight:500;
    line-height:48px;
    margin:0px 0px 8px;
}

@media screen and ( max-width:600px ){
    .card {
     width: 300px;
    } 
    .card-body-1{
        display: grid;
        justify-content: end;
        padding: 0.25rem;
    }
    
  }
  
  @media (min-width: 900px) { 
    .card {
        width: 400px;
       } 
   
  }
    
  @media (min-width: 1000px) { 
    .card {
        width: 500px;
       } 
    
  } 
