.gold_minor_box { overflow: hidden; background: #533818; }
.gold_minor_box p:last-child { margin-bottom: 0; }
.gold_minor_hd { background: url(../img/gold-minor/gold_screen_bg.jpg); position: relative; }
.gold_minor_hd a { background: #ffd395; color: #000; position: absolute; right: 20px; top: 20px; font-size: 17px; display: inline-block; padding: 15px; border-radius: 7px; min-width: 162px; z-index: 99; }
.gold_minor_box h4 { display: inline-block; background: #ffc013; color: #000; padding: 10px 25px; margin: 40px 0 26px; border-radius: 45px; min-width: 320px; text-align: center; }
.gold_summary { background: #533818; box-shadow: inset 0 0 20px rgba(0, 0, 0, .5); padding: 0 0 40px; position: relative; }
.gold_summary:after, .gold_summary:before, .gold_tech:after, .gold_tech:before { content: ''; width: 100%; height: 5px; position: absolute; top: 0; left: 0; background-image: linear-gradient(to top, #18a0c3 5%, #d3f6ff 100%); }
.gold_summary:after, .gold_tech:after { top: auto; bottom: 0; }
.gold_screeshot { box-shadow: inset 0 0 20px rgba(0, 0, 0, .5); text-align: center; background: url(../img/gold-minor/gold_screen_bg.jpg) no-repeat; background-size: cover; padding: 5px 0; position: relative; }
.gold_screeshot figure { margin: 0; }
.gold_tech { box-shadow: inset 0 0 20px rgba(0, 0, 0, .5); padding: 10px 0 50px; position: relative; }
.gold_tech ul li:before { content: ''; background-image: url(../img/gold-minor/gold_icon.png); background-repeat: repeat-x; background-size: 100%; width: 36px; height: 36px; position: absolute; top: -10px; left: 0; }
.gold_tech ul { text-align: left; width: 100%; margin: 15px 0 0; }
.gold_tech ul li { display: inline-block; width: 48%; margin: 0 0 25px; padding-left: 50px; padding-right: 10px; text-align: left; position: relative; vertical-align: top; }
.gold_tech ul li:last-child { margin-bottom: 0; }
.gold_tech ul li:nth-child(2) { clear: both; }
.gold_screeshots_graph { box-shadow: inset 0 0 20px rgba(0, 0, 0, .5); text-align: center; background: url(../img/gold-minor/gold_screen_bg.jpg) no-repeat; background-size: cover; padding: 20px 0; position: relative; }
.gold_screeshots_graph .col-md-6:nth-child(2) { margin-top: 6rem; }

@media (max-width:880px){
	.gold_tech ul li { width: 100%; margin-bottom: 18px; }
	.gold_tech ul li:before { top: 0; }
}
@media (max-width:767px){
	.gold_screeshots_graph .col-md-6:nth-child(2) { margin-top: 2rem; }
	.gold_minor_hd a{ position: static; font-size: 15px; min-width: 136px; padding: 10px; }
	.gold_minor_hd {padding: 10px 0; }
	.gold_minor_box h4 { margin: 20px 0; }
}
@media (max-width:420px){
	.gold_minor_box h4 { min-width: 100%; }
	.gold_screeshots_graph .col-md-6:nth-child(2) { margin-top: 1rem; }
	.gold_screeshots_graph figure { margin-bottom: 0; }
}