.about video {
            border: none;
            border-radius: 12px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
            background: #fff;
            transition: transform 0.4s ease;
            flex: 1;
            min-width: 600px;
            height: 500px;
        }
        
        .about video:hover {
            transform: scale(1.02);
        }

        .big-img{
            margin-left: -30px;
            transform: scale(0.5);
        }

