@charset "UTF-8";
/* CSS Document */

.rightsection {
	float: none;
	height: 530px;
	background-color: rgba(247,22,26,0.69);
}

@media (max-width: 587px){
.rightsection {
	height: 400px;
	width: 90%;
	overflow-y: scroll;
}
}

@media (max-width:1200px) and (min-width:588px){
.rightsection {
	height: 600px;
}
}
