.method-section {
    background-image: url(../images/bound.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.method-section ul {
    list-style: none;
}
.method-section ul li::before {
    content: "\2022";
    color: var(--yellow-color);
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
.method-inner {
    align-items: center;
}
.method-content {
    padding: 10px;
}
.card-list {
    margin-right: 0;
}
.card-item{
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    height:100%;
    min-height: 320px;
}
.card-item img {
    width: 120px;
    height: 120px;
}
.card-content {
    color: var(--primary-color);
    font-weight: 500;
}
.card1{
    background-image: url('../images/Mesa\ de\ trabajo\ 2.png');
}
.card2{
    background-image: url('../images/Mesa\ de\ trabajo\ 2\ copy.png');
}
.sub-des {
    margin-top: 24px;
}
.sub-des a {
    color: var(--white-color);
    font-size: 1.5rem;
    text-decoration: underline;
    line-height: 22.5px
}
.sub-des a:hover {
    color: var(--primary-hover);
}

@media screen and (max-width: 992px) {
    .card-content p {
        font-size: 1.5rem;
        text-shadow: none;
    }
}

@media screen and (max-width: 768px) {
    .method-content {
        padding: 0;
    }
}