@import url("https://fonts.dubuplus.com/css?family=Montserrat");
.ceo .bg {    
    height: 360px; background:url(/app/dubu_sourcecode/docs/imgs/1625620036_image.png) no-repeat center; background-size: 100%;}
.ceo h3 {
    background: #fff;
    display: block;
    padding: 50px;
    font-size: 34px;
    letter-spacing: -1.5px;
    text-align: center;
    color: #000;
    margin: -130px auto 0;
    width: 80%;
    line-height: 1.4;
}
.ceo h3 span {display:block; font-weight:300; letter-spacing: -1.5px;}
.ceo h3:before{content:'WELCOME TO SAMWON'; font-family:'Montserrat'; color:#2e3192; letter-spacing: 10px; font-weight:bold; margin: 0 auto 12px; display:block; font-size:18px;}
.ceo h3:after {content:''; background:#ccc;margin: 40px auto 0; display:block; width:50px;height:1px;}
.ceo p {font-size:17px; color:#000; font-weight:300; letter-spacing: -0.6px; width:72%; margin:0 auto; text-align:justify; line-height:1.7;}
.ceo p.name {margin-top:50px; text-align:right;}
.ceo p.name span {font-size:24px; color:#000; font-weight:600; margin-left:5px; letter-spacing: 5px;}

@media screen and (min-width:992px) and (max-width:1199px){
    .ceo h3 {font-size: 32px;}
}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
    .ceo .bg {background:url(/app/dubu_sourcecode/docs/imgs/1625620036_image.png) no-repeat center; background-size: cover;}
    .ceo h3 {width:100%; }
    .ceo p{width:84%;}
}

/* mobile */
@media screen and (max-width:767px){       
    .ceo .bg{height:200px; background-size:cover;}
    .ceo {padding: 10px}
    .ceo p { font-size: 14px;}
    .ceo h3 { font-size: 20px; padding:30px 0; margin: 0; width: 100%;}
    .ceo h3:before {font-size:12px; letter-spacing: 5px;}
    .ceo h3:after { margin: 30px auto 0;}    
    .ceo p{width:100%;}
    .ceo span, .ceo p.name span { font-size: 20px;}
}
    