@media (max-width: 450px) {

.section-add {
    margin: 50px 0 50px 0;
    background-color: #F7F6F2;
}

.section-title h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
}

.strike {
		display: block;
		font-family:'Open Sans', sans-serif;
		font-size:14px;
		text-align: center;
		text-transform: uppercase;
		overflow: hidden;
		white-space: nowrap;

}

.strike > span {
		position: relative;
		display: inline-block;
}

.strike > span:before,
.strike > span:after {
		content: "";
		position: absolute;
		top: 50%;
		width: 35%;
		height:2px;
		background:#000;
}

.strike > span:before {
		right: 100%;
		margin-right: 15px;
}

.strike > span:after {
		left: 100%;
		margin-left: 15px;
}

.bottom_text_aboutus_sibhu p {
	font-family:Open Sans, sans-serif;
    font-size: 15px;
    line-height: 16px;
    color:#819472;
	margin:15px 0px 40px 0px;

}


.section-even {
    padding: 50px 0 50px 0;
    background-color: #e8e8dc;
}

ul.links_menu li {
    width:50%;
}


	}
