.delivery {
	font    : 18px/36px 'San Francisco', sans-serif;
	color   : rgba(37, 37, 37, .8);
	padding : 50px;
}

.delivery__content {
	padding-top : 40px;
	max-width : 700px;
}

.delivery__content--info {
    color   : rgba(0, 0, 0, .6);
}

.delivery__content a {
	font-weight     : 500;
	color           : #7a3035;
	text-decoration : none;
	transition      : .3s opacity ease;
}

.delivery__content a:hover {
	opacity : .8;
}