.personal {
    &__body {
        &--box {
            .selfie__box {
                max-width: 70rem;
                width: 100%;
                height: 38rem;
                border-radius: 31px;
                border: 1px solid #707070;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin: 7rem auto;
          

                img {
                    width: 14rem;
                    height: 14rem;
                    object-fit: contain;
                }
                 
        .selfie_text {
            font-weight: normal;
            font-size: 1.7rem;
            line-height: 3rem;
            text-align: center;
            color: #000;
            max-width: 60rem;
            width: 100%;
            margin: 0 auto;
            margin-top: 7rem;

        }

            }
            
        }
       

    }
}