.absolutte-section-phone{
    background-color: #f8f9fa;
    overflow: hidden;
    min-width: 100% !important;

        .absolutte-phone-hand-mockup{
            position: relative;
            width: 80%;
            z-index: 1;
            margin-top: 8%;
            margin-left: auto;
            margin-right: auto;

                &::before{
                    content: "";
                    position: absolute;
                    top: 1.7%;
                    left: 29%;
                    width: 32.4%;
                    height: 2.5%;
                    background-color: #f5f5f5;
                    z-index: 6;
                    border-radius: 0 0 15px 15px;
                }

                .absolutte-phone-hand-mockup-hand{
                    width: 100%;
                    position: relative;
                    z-index: 1;
                }

                .absolutte-phone-hand-mockup-finger{
                    position: absolute;
                    left: 16.9%;
                    bottom: 45%;
                    width: 4%;
                    z-index: 5;
                }

                .absolutte-phone-screen{
                    background-position: center;
                    background-size: cover;
                    width: 57%;
                    height: 64.5%;
                    display: block;
                    position: absolute;
                    top: 1.7%;
                    left: 17%;
                    z-index: 3;
                    border-radius: 20px;
                }
        }

        .absolutte-diagonal-bottom{
            z-index: 2;
        }
}

// Small and up
@media (min-width: 576px) {

}

// Large and up
@media (min-width: 992px) {
    .absolutte-section-phone{
    
            .absolutte-phone-hand-mockup{
                margin-top: 0;
            }
    }
}