.car-image-cst{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-section .col-md-4{
    height: 360px !important;
}
.cta-section .card{
    width: 100%;
    padding: 48px;
    height: 100% !important;
}
.cta-section .card-title{
    font-family: 'TroisMilleRegular';
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #1E3E37;
}
.cta-section .card-text{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    color: #1E3E37;
	margin-bottom: 0;
}

.cta-section .col-md-4:nth-child(2), .cta-section .col-md-4:nth-child(5) {
    border: 2px solid #1E3E37;
    border-top: 0;
    border-bottom: 0;
}
.cta-section .col-md-4 .card {
    border-radius: 0 !important;
}
.cta-section {
    border-top: 2px solid #1E3E37;
}

.cta-section .card a{
    border: 1px solid #1E3E37;
    border-radius: 50px;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    background-color: transparent;
    padding: 10px 40px;
    color: #1E3E37;
	transition: all 0.3s ease;
	width: 100%;
    max-width: max-content;
	display: block;
}

.cta-section .card-body {
    padding: 0 !important;
}

.cta-section .card-title {
    max-width: 380px;
	margin-bottom: 8px;
}

.card a:hover{
	background-color: #A884FF;
	color: #fff;
	border: 0;
}
.cta-btn{
    margin-top: 24px !important;
}

@media only screen and (max-width: 991px) {
	.cta-section .card {
    	padding: 64px 20px !important;
	}
}
@media only screen and (max-width: 767px) {
	.cta-section .col-md-4 {
		height: auto !important;
	}
	.car-image-cst {
        height: 336px !important;
    }
	.cta-section .col-md-4:nth-child(2), .cta-section .col-md-4:nth-child(5) {
		border-top: 2px solid #1E3E37 !important;
		border-bottom: 2px solid #1E3E37 !important;
		border-left: 0;
		border-right: 0;
	}
	.cta-section .col-md-4:nth-child(4) {
		order: 2;
	}
	.cta-section .col-md-4:nth-child(1) {
		order: 1;
	}
	.cta-section .col-md-4:nth-child(3) {
		order: 5;
	}
	.cta-section .col-md-4:nth-child(5) {
		order: 3;
	}
	.cta-section .col-md-4:nth-child(2) {
		order: 5;
	}
	.cta-section .col-md-4:nth-child(6) {
		order: 6;
	}
	.cta-section .col-md-4:nth-child(5) {
    	border-bottom: 0 !important;
	}
	.cta-section .col-md-4:nth-child(2) {
		border-top: 0 !important;
	}
}