.best-bet-card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border: 1px solid #cccccc;
	border-bottom: none;
	background-color: #ffffff;
	text-decoration: none;
	margin-top: 15px;
}

.best-bet-card::after {
	content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 3px;
    background: linear-gradient(to right, #792259 0%, #DB4433 100%);
}

.best-bet-card__figure {
    position: relative;
    width: 120px;
    margin: 0 15px 15px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 15px 0 0;
}

.best-bet-card__figure img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.best-bet-card--content {
	padding: 15px 10px;
}

.best-bet-card--content p {
	color: #666666;
	font-size: 0.875rem;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.best-bet-card {
		display: block;		
	}

	.best-bet-card__figure {
		width: 100%;
		height: 150px;
	}

	.best-bet-card__figure img {
		position: relative;
	}
}
    .info-box__item-label {
        font-weight: 700;
    }
    .course-search-card.course-search-card-funl {
        flex-direction: initial;
    }
    .best-bet-card__figure-funl {
        height: 120px;
    }
    .site-search-card__funl {
        color: #000;
        padding: 20px 0 0 0;
        display: block;
        font-size: 14px;
    }
    .info-box__item-label-funl {
        font-weight: bold;
    }
