
.write-section {
    padding: 20px 0;
    margin: 20px;
}
.write-section > h2.title {
    color: #fff;
    background: url(./img/write/bg_mark.png) no-repeat;
    padding:10px 50px;
}

.write-section .text .text-tit {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.write-section .text .text-description {
    font-size: 16px;
    line-height: 35px;
}

p.with-padding.bg-danger {
	
	background-color:#3eaef0;
}