
a:hover div{
	opacity: 0.6;
}

.row {
	justify-content: center;
}

.banner2509_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 3rem;
}

.banner2509_container div{
	width: 48%;
}


.banner2509_container a:hover img{
	opacity: 0.6;
}

@media (max-width: 767.98px) {
    .banner2509_container div {
        width: 100%;
    }
	
	.banner2509_container div:first-child{
		margin-bottom: 2rem;
	}
}