.section-oportunities{
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-oportunity {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.oportunity-box-inner {
    perspective: 1px;
    width: 300px;
    height: 287px;
    cursor: pointer;
}

.oportunity-box-inner:hover #expandable-image {
    transform: scale(2.5);
    transition: transform 0.5s, left 0.5s, top 0.5s;
    transform: translate(0vh, 0vh) scale(2.5);
}

.initial-size {
    width: 300px;
    height: 287px;
}

  