#top_page .project .inner .top_border_block {
	max-width: 1060px;
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 110px;
    border: 2px solid #fe9900;
    background: #fff;
    border-radius: 30px;
    position: relative;
}

#top_page .project .inner .top_border_block h4 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold
}

#applicant .inner .top_border_block {
	max-width: 1060px;
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    border: 2px solid #fe9900;
    background: #fff;
    border-radius: 30px;
    position: relative;
}

#applicant .inner .top_border_block h5 {
    font-size: 23px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
  	color: #E74863 !important;
}

@media only screen and (max-width: 767px) {

	#top_page .project .inner .top_border_block {
		max-width: 500px;
	    padding: 10px 10px;
	    margin: 0 auto;
	    margin-top: 0;
	    margin-bottom: 110px;
	    border: 2px solid #fe9900;
	    background: #fff;
	    border-radius: 30px;
	    position: relative;
	}

	#top_page .project .inner .top_border_block h4 {
	    font-size: 15px;
	    margin-bottom: 10px;
	    font-weight: bold
	}

	#top_page .project .inner .top_border_block+h4 {
	    font-size: 14px
	}

	#applicant .inner .top_border_block {
		max-width: 500px;
	    padding: 20px 20px;
	    margin: 0 auto;
	    margin-top: 20px;
	    margin-bottom: 50px;
	    border: 2px solid #fe9900;
	    background: #fff;
	    border-radius: 30px;
	    position: relative;
	}

	#applicant .inner .top_border_block h5 {
	    font-size: 15px !important;
	    margin-bottom: 10px !important;
	    font-weight: bold !important;
	  	color: #E74863 !important;
	}
}