@charset "UTF-8";


.inner-contents {

    .overview {
        /* margin-bottom: 14.8rem; */

        .title {
            margin-bottom: 6.8rem;

            @media screen and (max-width: 767px) {
                margin-bottom: 4.3rem;
            }
        }
    }

    &.left {

        .overview {
            margin-bottom: 16rem;

            @media screen and (max-width: 767px){
                margin-bottom: 8rem;
            }

            .text-area {
                margin-bottom: 6.7rem;

                @media screen and (max-width: 767px) {
                    margin-bottom: 4.3rem;
                }
            }

            .img {
                margin: 0 auto;
                width: 90rem;
                border-radius: 3rem;
                overflow: hidden;

                @media screen and (max-width: 767px) {
                    width: 100%;
                    border-radius: 1.15rem;
                }
            }
        }
    }



    &.right {
        .overview {
            margin-bottom: 14.4rem;

            @media screen and (max-width: 767px){
                margin-bottom: 8rem;
            }
        }
    }



}