.section {
    border-radius: 10px;
    box-shadow: -1px 1px 5px 1px #837a7a;
    margin-bottom: 10px;
    padding: 30px;
    width: 50%;
    margin-left: 18%;
    /* align-content: center; */
    background-color: #e1f1ff;
	}

	@media screen and (max-width: 600px) {
    .section{
	border-radius: 10px!important;
    box-shadow: 0;
    margin-bottom: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    padding: 30px!important;
	background-color:white!important;

    }
}
@media screen and (max-width: 993px) {
	.section{
	border-radius: 10px!important;
    box-shadow: 0;
    margin-bottom: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    padding: 30px!important;
	background-color:white!important;
    }
}
@media screen and (max-width: 1117px) {
	.section{
	border-radius: 10px!important;
    box-shadow: 0;
    margin-bottom: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    padding: 30px!important;
	background-color:white!important;
    }

}