.custom-item{flex:1 1 260px;max-width:100%;display:flex;flex-direction:column;justify-content:space-between;height:440px;border-radius:.5rem;border:1px solid #ddd;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;cursor:pointer;background-color:rgb(255,255,255)}.custom-item:hover{opacity:.7}.custom-item .img-custom-item{display:block;border:none;border-radius:0;box-shadow:none;width:100%;height:200px;object-fit:cover;cursor:pointer;border-bottom:8px solid rgb(81,197,63)}.custom-item>.custom-info{display:flex;flex-direction:column;height:100%;overflow:hidden}.custom-item>.custom-info>h4{margin:0;padding:.75rem;font-size:18px;line-height:28px;font-weight:700;font-family:'Hind',sans-serif;color:rgb(17,24,39);display:flex;flex:1;flex-shrink:0;max-height:120px}.custom-item>.custom-info>.bottom-info{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:120px;border-top:1px solid #ddd;box-shadow:0 2px 4px rgba(0,0,0,.06)}@media (min-width:1280px){.custom-item>.custom-info>.bottom-info{flex-direction:row;justify-content:space-between;align-items:flex-end}}.custom-item>.custom-info>.bottom-info>.duration-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:.5rem}@media (min-width:1280px){.custom-item>.custom-info>.bottom-info>.duration-container{width:50%}}.custom-item>.custom-info>.bottom-info>.duration-container>.duration{box-sizing:border-box;margin:0;padding:0;border:0;font-size:16px;line-height:24px;display:flex;color:rgb(17,24,39);hyphens:auto}.custom-item .custom-info>.bottom-info>.price-container{display:flex;justify-content:center;align-items:center;border-top:1px solid #ddd;width:100%;height:100%;padding:.5rem}@media (min-width:1280px){.custom-item .custom-info>.bottom-info>.price-container{flex-direction:column;border-top:0;border-left:1px solid #ddd;width:50%}}.custom-item .custom-info>.bottom-info>.price-container>.price{box-sizing:border-box;margin:0;padding:0;border:0;display:block;color:rgb(17,24,39);hyphens:auto;font-size:16px;line-height:32px}.custom-item .custom-info>.bottom-info>.price-container>span{margin-left:.5rem;color:rgb(123,198,77);font-size:24px;line-height:32px;font-weight:700}@media (min-width:1280px){.custom-item .custom-info>.bottom-info>.price-container>span{margin-left:0}}