.top-banner{margin-bottom:100px}

.travel-choices{display:flex;flex-wrap:wrap;gap:60px;align-items:stretch;margin-bottom:100px}
.travel-choices .choice-card{border-radius:12px;border:1px solid #C5C5C5;box-shadow:0 6px 6px #C9C9C9;width:calc(50% - 30px);
	padding:30px 25px;
	text-decoration:none;
	color:var(--primary-color);
}

.travel-choices .choice-card img.company-logo{max-width:120px}
.travel-choices .choice-card h2.choice-title{margin:20px 0;color:var(--priamry-color);font-size:24px}
.travel-choices .choice-card h2.choice-title > span{font-size:24px}
.travel-choices .choice-card h2.choice-title > small{display:block;font-size:.85rem}
.choice-card ul{padding-left:0;margin:0 0 30px;list-style:none}
.choice-card ul li{margin-bottom:5px;color:black;font-size:15px}

.choice-card button.more-link{border-radius:20px;background-color:var(--primary-color);color:white;text-align:center;padding:8px 10px;font-size:15px;border:0}

.travel-choices .choice-card:hover{box-shadow:0 8px 10px #C9C9C9}
@media screen and (max-width: 768px) {
	.travel-choices{gap:0}
	.travel-choices .choice-card{width:100%;margin-bottom:40px}
}