@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .onlydesktop img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

.fibralabel {
    font-family: 'Montserrat';
    font-size: 26px !important;
    color: black;
    font-weight: 700;
}
.megasCards {
    color: #F53663;
    font-family: 'Montserrat';
    font-size: 26px !important;
    font-weight: 700;
    line-height: 28px;
}
}