.logo {
	min-width: 250px;
	max-width: 600px;
	width: 25%;
}

.rounded-box {
	background-color: #fefefe;
    border-radius: 20px;
    padding: 20px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
	
.rounded-box + .rounded-box {
     margin-left: 20px;
}

img.img-fluid {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}