 .profile-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 50px 10%;
            background-color: #f9f9f9;
        }
        .profile-text {
            width: 60%;
        }
        .profile-text h2 {
            font-size: 32px;
            color: #000;
        }
        .profile-text p {
            font-size: 18px;
            color: #333;
            line-height: 1.5;
        }
        .profile-text .btn {
            display: inline-block;
            background-color: red;																																																																					
            color: white;
            padding: 10px 20px;
            margin-top: 15px;
            text-decoration: none;
            border-radius: 5px;
        }
        .profile-video {
            width: 30%;
        }
        .profile-video iframe {
            width: 100%;
            height: 350px;
            border-radius: 10px;
        }