*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.container-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container-banner img {
    width: 100%;
    height: auto;
    display: block;
}
  .container-banner {
    padding: 0;
    margin: 0;
  }  

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 0 20px; 
    width: 100%;
    box-sizing: border-box;
}

.banner-text h2 {
    color: white;
    font-size: 68px;
    font-weight: 700;
    font-family: sans-serif;
    margin: 0;
}


@media (max-width: 768px) {
    .banner-text h2 {
        font-size: 32px; 
    }
}
@media (max-width: 360px) {
    .banner-text h2 {
        font-size: 22px; 
    }
    .container-banner-i{
        width: 100%;
    }

}

.geo-presence {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
}
.location{
    display: flex;
    flex-direction: row;
    /* padding-left: 30%; */
   
    gap: 30px;
}
.our-network{
    padding-left: 18%;
    font-size: 30px;
    font-family: serif;
}
.presence {
    width: 100%;
    text-align: center;
}
.presence-row-div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
