

.card{
    border-radius:0;
    width: calc(800px + 100 * ((100vw - 2500px) / 1000)) ;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5) ;
    border-top-color: #F9E8C7 !important;
    padding-left: 0 !;
}

img5{
    width: 100% ;
}


.close1 {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .7;
}




.touch{
    color:#04A79C;
    cursor: pointer;
}

.plan{
    text-align: center !important;
    vertical-align: middle !important;
    font-size:calc(18px + 3 * ((100vw - 320px) / 680));
}





@media (max-width: 726px) {
    .card{
        width: unset;
    } 
}