.red_title { text-align: center; margin: 0 0 20px; }
.red_title h4 { background: #ca1600; display: inline-block; font-weight: 500; color: var(--white); min-width: 290px; padding: 5px 15px; text-align: center; border-radius: 15px; margin: 0; }
a.red_btn { background: #ff3c1c; color: var(--white); border-color: #ff3c1c; }
a.red_btn:hover { background: #dccca7; color: var(--white); border-color: #ff3c1c; }
.redx_box { background: #d6d6d6; padding-bottom: 20px; overflow: hidden; }
.redx_box li, .redx_box p { color: #2a2622; }
@media (max-width:420px){
	.red_title { margin: 0 0 15px; }
	.red_title h4{ min-width: 100%; }
}