#whyFiber .selo-15-anos img {
    max-width: 42%;
}

#whyFiber .list-group {
    padding-left: 35px;
}

#whyFiber .list-group-item {
    line-height: 26px;
}
#whyFiber .col-auto h3 {
 &.strong {
        font-family: var(--font-family-bold);
    }

    font-family: var(--font-family-primary);
    color: var(--color-primary);
}
#whyFiber ul{
    margin-top: 1rem;
}
.bestPools {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.bestPools img {
    flex: 1 1 auto;
    max-width: 420px;
    height: auto;
}

.bestPools .list-group {
    flex: 0 0 auto;
}

.bestPools .list-group .list-group-item {
    border: none;
    padding: 0;
    margin: 0;
    list-style-type: disc;
    display: list-item;
    line-height: 32px;
    margin-left: 20px;
}



@media only screen and (max-width: 1200px) {
    .bestPools {
        flex-direction: column; /* Alinha os elementos em coluna */
        align-items: flex-start; /* Alinha os itens ao início horizontalmente */
    }

    .bestPools img {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 480px) {
    
    .bestPools img {
        max-width: 80% !important;
    }
    .icc img {
        max-width: 45% !important;
        margin: inherit !important;
    }

    .icc h2{
        font-size: 20px !important;
    }
}
