.inter-miami-global-section {
    position: relative;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.global-icon-content {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
}

.team-logo {
    margin-bottom: 2rem;
}

.team-logo img {
    width: 170px;
    height: auto;
}

.inter-miami-global-section h2 {
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.inter-miami-global-section p {
    color: #ffffff;
    margin: 0 auto;
    max-width: 900px;
}


@media (max-width: 768px) {
    .inter-miami-global-section {
        padding: 3rem 1rem;
        height: auto;
    }
    
    
    
    .inter-miami-global-section p br {
        display: none;
    }
    
    .team-logo img {
        width: 140px;
    }
}

@media (max-width: 480px) {
    
    .team-logo img {
        width: 120px;
    }
}