

.container {
  display: grid;
  gap: 20px;
  grid-template-columns: 280px 280px 280px 280px;
  margin-left: 95px;
}

.container > div {
 
  background-color: white;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  height: 200px;
  border-left-style: ridge;
  border-left-width: 10px;

}
.flag-resize{
  justify-content: center;
  width:110px;
  height: 100px;
  margin-top: -20px;
}
.travel-date{
  font-size: 16px;
  color: gray;
  padding: 8px;
  margin-top: 10px;
}
.country-name{
  font-size: 25px;
  margin-top: -15px;
}
.icon-resize{
  width:120px;
  height: 120px;
  margin-top: -120px;
  margin-left:80px;
  margin-bottom: 30px;
}


