.about .content img {
    margin-top: 0 !important;
    max-width: 75% !important;
    margin-inline: auto;
}
.laptop {
    .display {
        width: 72% !important;
        top: 9% !important;
        left: 14% !important;
        video {
            background: #010301;
            box-shadow: 0 5px 5px 1px #010301;
        }
    }
}
main .smm {
    padding-block: 70px;
    .content {
        flex-direction: column !important;
        align-items: center;
        gap: 40px;
        margin-bottom: 0;
        > div {
            width: 100%;
        }
        .laptop {
            width: 100% !important;
            max-width: initial !important;
            img {
                background: #010301;
                border: none;
            }
        }
    }
    button {
        margin-inline: auto !important;
    }
}