body{
	margin:0 !important;
}

.row{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	max-width:98%;
	margin:auto;
	justify-content:space-between;
}

.col-12{
	width:100%;
	margin-bottom:20px;
}

@media(min-width:577px){
	.col-sm-4{
		width:32%;
	}
}

img{
	width:100%;
}

a{
	text-decoration:none;
	display:block;
	color:#1E1E23;
	font-size:16px;
	font-weight:bold;
}

a:hover{
	opacity:0.8;
	transition:1s;
}

a span{
	font-size:14px;
	display:inline-block;
	padding-bottom:5px;
}

.text-box{
	padding:0 20px;
	display:inline-block;
	margin:10px 0 30px 0;
}

.text-box p{
	margin:0 !important;
}

.bg-white{
	background-color:#fff;
}

.box-shadow{
	box-shadow:4px 4px 10px grey;
}

.no-image{
	width:100%;
	aspect-ratio:16 / 9;
	background:#ececec;
}
