.business-travelers-section {
    margin-top: 3rem;
    margin-bottom: 4rem;
    text-align: center;
}

.business-image-container {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.business-image {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 0;
}

.business-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.business-text {
    font-size: 20px;
    line-height: 1.6;
    color: black;
    margin-bottom: 2rem;
    text-align: center;
}

.business-cta {
    text-align: center;
    margin-top: 2rem;
}

.learn-more-btn {
    background-color: black;
    color: white !important;
    border: none;
    padding: 20px 40px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0;
    transition: background-color 0.3s ease;
    font-family: sans-serif;
    text-decoration: none;
    display: inline-block;
}

.learn-more-btn:visited {
    color: white;
}

.learn-more-btn:hover {
    background-color: #333;
    text-decoration: none;
} 