@import '../base_style.css';

.carousel-caption.color-ds-spec {
    color: yellow;
    right: 7%;
    left: 7%;
}
.carousel-caption.color-ds-spec h3 {
    font-size: 2rem;
}

@media (min-width: 992px) {
	main.container .widgets-row {
		border-top: none;
		margin-top: -15px;
	}
	
}

@media (max-width: 992px) {
	.hours {
		margin: 15px;
	    margin-top: 30px;
		border-radius: 8px;
	}
}

@media (max-width: 576px) {
	.widgets-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.hours {
		margin-bottom: 25px;
	}
}