.wrapper
{
	padding-bottom: 90px;
}

.cell {
  display: flex;
  align-items: center; 
  justify-content: center; 
  height: 300px; 
  
}

.cell-element {
	max-width:300px;
} 

.divider
{
	position: relative;
	margin-top: 10px;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.img{
	width:300px;
	height:300px;    	
}

.textleft {
	text-align: left;
}

.textright {
    text-align: right;
}

.alignleft {
	float: left;
    margin-right: 2em;
    margin-left: 2em;
}

.alignright {
    float: right;
    margin-right: 2em;
    margin-left: 2em;
}

p {
  clear: both;
}