._tourism_grid .card {
   height: 49%;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: bottom;
   border: unset;
   display: flex;
   justify-content: space-around;
   align-items: flex-start;
   flex-direction: column;
   padding-left: 8%;
   border-radius: 20px;
 }

 ._tourism_grid .card.right-card {
    height: 72vh;
    justify-content: flex-start;
    padding-top: 53px;
 }

 ._tourism_grid ._explore_tours {
    display: flex;
    justify-content: space-between;
    border: 1px solid #fbd587;
    background-color: #fefaf1;
    align-items: center;
    padding: 14px;
    border-radius: 10px;
 }