@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 630px) {
.obi {
	width: auto;
    height: 100px;
    margin: 0% auto;
    padding: 0% 0%;
    background-image: url("../img/palliativecare/obi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.column{
	background-color: #FFF6EF;
	padding: 10px 20px;
	border-radius: 10px;
}
.column .title{
	font-family: 'Fredericka the Great', cursive;
	text-align: center;
	font-size: 16px;
	letter-spacing: 4px;
	color: #e95a52;
}
.column h3{
	text-align: center;
	border-bottom: 3px double #333333;
	border-top: 3px double #333333;
	display: table;
	margin: 5px auto 10px;
	padding: 5px 10px;
	background-color: #ffffff;
	font-size: 18px;
}
.column img{
	margin: 0 0;
}
.column .before_after{
	width: 100%;
	margin: 10px 0 10px;
	padding: 20px 30px;
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.column .before_after div{
	width: 100%;
	margin: 10px 0 ;
	font-size: 12px;
	line-height: 1.8em;
	text-align: justify;
}

}







@media print, screen and (min-width: 631px) {
.obi {
	width:auto;
    height: 150px;
    margin: 0 auto;
    padding: 0px;
    min-width: 1000px;
    background-image: url("../img/palliativecare/obi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.column{
	background-color: #FFF6EF;
	padding: 20px 30px;
	border-radius: 10px;
}
.column .title{
	font-family: 'Fredericka the Great', cursive;
	text-align: center;
	font-size: 26px;
	letter-spacing: 5px;
	color: #e95a52;
	margin: 0 0 15px;
}
.column h3{
	text-align: center;
	border-bottom: 3px double #333333;
	border-top: 3px double #333333;
	display: table;
	margin: 10px auto 15px;
	padding: 5px 20px;
	background-color: #ffffff;
}
.column img{
	margin: 0 0;
}
.column .before_after{
	width: 100%;
	margin: 10px 0 10px;
	padding: 20px 20px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
}
.column .before_after div{
	width: 50%;
	margin: 0 10px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify;
}

}