/** CSS FOR MAIN TOPIC **/


.container {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	background-color: #f0f0f0;
	padding: 0 35px;
}

.box-control {
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
}



.image2 {
	width: 12%;
	float: left;
}

.image2 img {
	width: 100%;
	transition: .3s ease-in-out;
}



.content {
	width: 80%;
	float: left;
	padding: 0px 30px;
}
.content h1 {
	font-family: Josefin Sans !important;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}
.text-control {
	font-family: serif; 
	font-size: 20px;
	color: #b90000;
}
.content p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	font-family: open sans;
	line-height: 18px;
    font-style: italic;
}


/** PHONE **/
@media screen 
and (min-device-width: 300px) and (max-device-width: 800px) {

.content h1 {
    font-family: Josefin Sans !important;
    font-size: 60px;
    font-weight: 500;
    color: #0066cc;
}

.image2 {
	width: 20%;
	float: left;
}

.image2 img {
	width: 100%;
}

.text-control {
    font-family: open sans;
    font-size: 30px;
    font-weight: 400;
    color: #0066cc;
    line-height: 23px;
    font-style: italic;
}
.content {
    width: 70%;
    float: left;
    padding: 37px 30px;
}
.content p {
    font-size: 30px;
    font-weight: 400;
    font-family: open sans;
    color: #0066cc;
    line-height: 25px;
    font-style: italic;
}

}

@media screen and (max-width: 300px) {
 
.content {
    width: 100%;
    float: left;
    padding: 37px 30px;
}

}
