
.image-text {
    background: rgba(245, 245, 247, .86) !important;
    width: 700px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    height: 450px;

    display: flex;
    flex-direction: column;
    align-content: center;
}

.image-text p {
    color: black;
}

.main-body {
    max-width: 1280px;
    margin: 0 auto;
}

iframe {
    margin: 0 5px;
}


.flight-duration {
    font-size: 0.8em; /* Adjust as needed */
    color: gray;
    margin-left: 10px; /* Add some spacing */
}