.brands-main {
	padding: 50px 10px 78px;
	background-color: #f8f8f8;
}

.brands-title {

}

.brands-container {
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-top: 50px;
}

.brands-list {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 50px 30px;
	background-color: white;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
}

.delete {
	position: absolute;
	right: 15px;
	top: 15px;
}

.delete button, .edit button {
	color: #e60606;
	font-size: 12px;
	cursor: pointer;
}

.edit {
	position: absolute;
	right: 45px;
	top: 15px;
}

.image-container {
	display: block;
	margin: auto;
	box-sizing: border-box;
	left: 0;
	top: 0;
	position: relative;
}

.brand-image {
	max-width: 250px;
	max-height: 100px;

}

.brand-intro {
	margin-bottom: 40px;
}

.brand-link {
	color: rgb(42, 146, 242);
	margin-top: 30px;
	display: block;
	font-size: 14px;
}

.brands-details {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 40px;
}

.brands-details p {
	margin-bottom: 10px;
}
