.subscr-block {
	border-style: dashed !important;
	border: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    border-top: 1px solid #26A65B;
    border-bottom: 1px solid #26A65B;
	border-left: 1px solid #26A65B;
	border-right: 1px solid #26A65B;
} 

.subscr-lazydev {
	padding: 30px;
	background-color: #fbfbfb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.subscr-title {
	font-size: 18px;
	font-weight: 700;
}

.subscr-desc {
	opacity: 0.6;
	margin-top: 15px;
}

.subscr-left {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	min-width: 50px;
}

.subscr-right {
	width: 200px;
	margin-left: 30px;
	text-align: center;
}

.subscr-btn, .unsubscr-btn {
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 4px; 
	background-color: #EE4813;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	cursor: pointer;
}

.subscr-btn:hover {
	background: #FF9C00;
}

.unsubscr-btn:hover {
	background: #ED1B24;
}

.subscr-info span {
	color: #EE4813;
}

@media screen and (max-width: 590px) {
    .subscr-lazydev {
		text-align: center;
		display: block;
	}
    .subscr-right {
		width: 100%;
		margin: 15px 0 0 0;
	}
}