/* ABOUT */
#ds-ct-header {overflow:hidden;}
#ds-ct-header-a {position:relative;}
/* #ds-ct-header-a {display:flex; background:rgba(255,255,255,0.3)} */
#ds-ct-header-a-bg {position:absolute; z-index:0;  width:70%; height:140%; top:-40%; left:-15%; border-radius:0 100% 100% 80%;}
#ds-ct-header-a-left {position:relative; box-sizing:border-box; padding:5em 0 14em 0; z-index:0; width:60%;}
#ds-ct-header-a-right {position:absolute; right:0; top:0; z-index:0; max-width:50%}
#ds-ct-header-a-right img {display:block; max-width:100%; height:50%; }

/* #ds-ct-header-a>div>div {position:relative; } */
#ds-ct-header-a h1 {margin:0 0 1em 0; }
#ds-ct-header-a h1 strong {color:#fff;}

@media all and (min-width:1281px) and (max-width:1400px) {
	#ds-ct-header-a-bg {width:74%}
	#ds-ct-header-a-left {width:64%; padding-bottom:13em;}
	#ds-ct-header-a-right {max-width:49%}
}
@media all and (min-width:1161px) and (max-width:1280px) {
	#ds-ct-header-a-bg {width:78%}
	#ds-ct-header-a-left {width:68%; padding-bottom:12em;}
	#ds-ct-header-a-right {max-width:48%}
}
@media all and (min-width:1025px) and (max-width:1160px) {
	#ds-ct-header-a-bg {width:80%}
	#ds-ct-header-a-left {width:72%; padding-bottom:11em;}
	#ds-ct-header-a-right {max-width:47%}
}
@media all and (min-width:901px) and (max-width:1024px) {
	#ds-ct-header-a-bg {width:86%}
	#ds-ct-header-a-left {width:76%; padding-bottom:10em;}
	#ds-ct-header-a-right {max-width:46%}
}
@media all and (min-width:831px) and (max-width:900px) {
	#ds-ct-header-a-bg {width:90%}
	#ds-ct-header-a-left {width:80%; padding-bottom:9em;}
	#ds-ct-header-a-right {max-width:45%}
}
@media all and (min-width:769px) and (max-width:830px) {
	#ds-ct-header-a-bg {width:90%}
	#ds-ct-header-a-left {width:80%; padding-bottom:8em;}
	#ds-ct-header-a-right {max-width:44%}
}
@media all and (max-width:768px) { /* MOBILE */
	#ds-ct-header-a-bg {width:90%}
	#ds-ct-header-a-left {width:80%; padding-bottom:7em;}
	#ds-ct-header-a-right {max-width:43%}
}









#ds-ct-header-b {position:relative; z-index:2; margin-top:-8%; }
#ds-ct-header-b * {font-weight:800;}
#ds-ct-header-b >div {padding-bottom:5%;}
#ds-ct-header-b h2 {margin:0 0 1em 0; color:var(--color-black)}
#ds-ct-header-b ul {display:flex; gap:3%; text-align:center;}
#ds-ct-header-b ul * {display:block;}
#ds-ct-header-b ul img {border-radius:50%; overflow:hidden; margin:0 auto; display:block; width:9em;}
#ds-ct-header-b ul strong {color:#fff; font-size:1.4em; margin:0.5em 0;}

/* #ds-ct-header-a>div:before {content:""; display:block; position:absolute; background:red; top:0; left:0; height:35em; width:60%;} */

@media all and (max-width:768px) { /* MOBILE */
	#ds-ct-header-b ul {flex-wrap:wrap; justify-content:space-between; gap:1.5em 0;}
	#ds-ct-header-b ul>* {flex:0 0 48%;}
}
