.oval-thought {
    background: #fff;
    border-radius: 180px / 140px; /*220px / 120px;*/
	border: 3px solid #FC6A03;
    color: #000;
    margin: 1em auto 80px;
    padding: 50px 40px;
    position: relative;
    text-align: left;
    width: 610px;
}
.oval_abs{
	 position: absolute;
	 bottom: 70px;
	 left:50%;
	 display:none;
	 /*right:0;
	 margin-bottom:30px;*/
	 /*background-color: rgba(255, 255, 255, 0.5);*/
	 background-color: #ddd;
}
.oval-thought p {
    font-size: 1.25em;
	color: #000;
}
.oval-thought::before {
    background: #FC6A03 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: -20px;
    content: "";
    height: 30px;
    left: 50px;
    position: absolute;
    width: 30px;
}
.oval-thought::after {
    background: #FC6A03 none repeat scroll 0 0;
    border-radius: 15px;
    bottom: -30px;
    content: "";
    height: 15px;
    left: 30px;
    position: absolute;
    width: 15px;
}
blockquote {
	border-left: 3px solid #FC6A03 !important;
}
@media (max-width: 1024px) {
	.oval_abs{
		left:5%;
	}
	.oval-thought::before {
		left: 250px;
		bottom: -40px;
	}
	.oval-thought::after {
		left: 270px;
		 bottom: -70px;
	}
}