@charset "UTF-8";
/* CSS Document */
.wrapper.about{
    margin-bottom: 10rem;
}
.wrapper.about .inner{
    margin: 0 auto;
    width: min(70%,1400px);
    position: relative;
}
.wrapper.about .inner .bg{
    width: 48%;
    height: 85%;
    position: absolute;
    left: 5%;
    bottom: 0;
    background: url("../img/about/bg.jpg")center/cover no-repeat;
    z-index: -1;
}
.wrapper.about .inner .container{
    width: 72%;
    margin: 0 0 0 auto;
    padding-bottom: 10rem;
    padding-left: 5%;
}
.wrapper.about h3{
    font-size: 28px;
    padding-bottom: 5rem;
}
.wrapper.about .text p:first-child{
    padding-bottom: 4rem;
}
.about_image{
    width: 100%;
    height: min(50rem,600px);
    overflow: hidden;
}


@media print, screen and (max-width: 768px){
    .wrapper.about{
        margin-bottom: 12rem;
    }
    .wrapper.about .inner{
        width: min(100%,600px);
        padding: 0 6rem;
    }
    .wrapper.about .inner .container{
        width: 100%;
        padding-bottom: 10rem;
    }
    .wrapper.about h3{
        font-size: 19px;
        padding-bottom: 7rem
    }
    .wrapper.about h3 br{
        display: none;
    }
    .wrapper.about .inner .bg{
        width: 60%;
        height: 90%;
    }
    .about_image{
        height: min(50rem,400px);
    }
    
}