.main-header__top-left {
    display: flex;
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent text from wrapping */
}

.main-header__top-right {
    display: flex;
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent text from wrapping */
}


.carousel-item img {
    width: 100%;
    height: 400px; /* Adjust height as needed */
    object-fit: cover; /* Ensures the image covers the area */
}

.carousel-inner img {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

a {
    text-decoration: none;
}

.video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.video-container h2, .video-container h3 {
    text-align: center;
    margin-bottom: 50px;
}

.video-container iframe {
    margin-bottom: 50px;
}

.video-container p {
    margin-bottom: 50px;
}