﻿
.carousel-1
{
	height:250px;
	object-fit:cover;
}


.carousel-2
{
    height: 260px;
    object-fit: cover;
    background-color: #d2d2d2;    
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
}

.carousel-2 img 
{
    width: 100%;
    object-fit: cover;
    height:260px;
}

.d-md-block h3
{
	font-size:44px;
	color:#FFFFFF;
}
