.tip-card-landscape{align-items:center;display:flex;text-decoration:none;overflow:hidden;position:relative;background-color:white;border-radius:10px;width:309px;height:180px}.tip-card-image-container-landscape{flex-shrink:0;width:110px;height:180px;overflow:hidden}.tip-card-image-container-landscape img{width:100%;height:100%;object-fit:cover}.tip-card-infos-container-landscape{flex-shrink:0;width:199px;height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center}.tip-card-infos-container-landscape p{font-family:"lobster";font-size:25px;color:#094da4;text-align:center;width:160px;height:121px;overflow:hidden;text-overflow:ellipsis}.tip-card-landscape .tip-card-date-container{font-size:13px;font-weight:700;color:#f49811}.tip-card-landscape:hover .tip-card-image-container-landscape img{transition:transform .3s ease;transform:scale(1.1)}@media screen and (min-width:768px){.tip-card-landscape{width:699px;height:150px}.tip-card-image-container-landscape{width:260px;height:150px}.tip-card-image-container-landscape img{width:100%;height:100%}.tip-card-infos-container-landscape{display:flex;justify-content:center;align-items:center;width:439px;height:150px;padding:15px}.tip-card-infos-container-landscape p{width:360px;height:75px;text-align:center;padding-top:7px}}