.blue {background-color: #80d5c5;}
.brown {background-color: #c79469; }
.purple {background-color: #D3C1B3; }
.acc-text {
    display: block;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.5em;
    color: #53ab9b;
    font-family: 'Lora';
    font-style: italic;
}
.swiper-slide .bg-img {
	min-height: 60vh;
}
h4, h3 {margin-top: .6em;font-family: 'Lora';margin-bottom: .8em;}
h4 {font-size: 1.3em;}
@media only screen and (min-width: 768px) {
	.col-lg-6 input[type="submit"] , .col-md-6 input[type="submit"] {
		width: 100%;
		max-width: none;
		margin-bottom: 0;
	}
	.swiper-slide .bg-img {
		min-height: 60vh; height: 100%; 
	}
}