.stats-title {
    font-size: 30px;
    font-weight: 700;
    color: #0a2b51;
}

.stats-subtitle {
    font-size: 20px;
    color: #444;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 200px 200px;
    gap: 0;
}

.stats-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.stats-text {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 1.3;
}

.bg-darkblue { background: #003a77; }
.bg-blue     { background: #00a8e1; }
.bg-orange   { background: #f26a2e; }
.bg-yellow   { background: #e5a623; }
.bg-lightgray { background: #f2f5f7; color: #0a2b51 !important; }

.stats-image {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
    background-size: cover;
    background-position: center;
}

.us-vmedia{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .stats-image {
        grid-column: 1 / span 2;
        grid-row: auto;
        height: 300px;
    }
}

.us-text{
    color: #636363;
}

.us-text-small{
  width: 148px;
  float: right;
  color: #6a6a6a;
}
.us-text-container{
  text-align: right;
}


.columna-grande {
  flex: 1;
}

.columna-pequena {
  display: flex;
  flex-direction: column;
}

.us-big-image{
    height: 500px;
}

.us-lt-image{
    height: 240px;
    width: 189px;
    object-fit: cover;
}

.us-vmaedia{
    height: 480px;
}
.contenedor{
  display: flex;
}

.us-media-mobile{
    display: none;
}

@media (max-width: 988px){
    .us-media-computers{
        display: none;
    }
    .us-media-mobile{
        display: block;
        object-fit: cover;
        object-position: right;
    }
    .mt-4-mobile{
        margin-top: 50px;
    }
}