h5 {
    font-size: 1.25rem;
}


a.backtotop {
    left: auto;
    right: 1rem;
}

a.backtotop:hover {
    text-decoration: none !important;
}

.object-fit-cover>img {
    object-fit: cover !important;
    max-width: 100%;
    max-height: 100%;
}

.text-danger {
    color: #B02A37;
}

.text-success {
    color: #146C43;
}

a.btn-primary:hover {
	color: #6E5A3D !important;
}

.btn-block {
    display: block !important;
}

.az-button a p {
    margin: 0;
}

h2.accordion-header {
    padding-left: 0;
}

h2.accordion-header::before {
    display: none;
}

.main-container .az-section.p-0>div[class*=container] {
    padding: 0 !important;
}

.main-container .list-group .list-group-item {
    border-color: #D0C6B7;
    padding: 0;
}

.main-container .list-group .list-group-item a {
    padding: 0.25rem 0.5rem;
    background: #E8E2DA;
    display: block;
    color: #6E5A3D;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    text-decoration: none;
}

.main-container .list-group .list-group-item a:hover {
    background: #D0C6B7;
    color: #6E5A3D;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    text-decoration: none;
}

@media screen and (min-width: 1400px) {
	.split-xxl-2 {
		column-count: 2;
	}
	
	.split-xxl-3 {
		column-count: 3;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.split-xl-2 {
		column-count: 2;
	}
	
	.split-xl-3 {
		column-count: 3;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.split-lg-2 {
		column-count: 2;
	}
	
	.split-lg-3 {
		column-count: 3;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.split-md-2 {
		column-count: 2;
	}
	
	.split-md-3 {
		column-count: 3;
	}
}


@media screen and (min-width: 576px) and (max-width: 767px) {
	.split-sm-2 {
		column-count: 2;
	}
	
	.split-sm-3 {
		column-count: 3;
	}
}



@media screen and (max-width: 575px) {
	.split-2 {
		column-count: 2;
	}
	
	.split-3 {
		column-count: 3;
	}
}
