@charset "UTF-8";

#t_line+section>.content_wrapper{
	border: 3px double rgba(135, 108, 87, 0.3);
	padding: 30px 30px 40px;
	background: #fffaf6 !important;
	width: calc(100% - 30px);
}

@media screen and (max-width: 650px)
#t_line + section>.content_wrapper {
    padding: 30px 20px 40px;
}