@use "../../../../../styles/abstracts/variables" as * ;

.testi {
    h1{
        font-weight: 500;
        color: $col-white;
        font-size: .9rem;
        opacity: .9;
    }
    p{
        font-size: .82rem; 
        opacity: .85;
        padding-top: .4rem;
        font-weight: 400 !important;
        line-height: 1.7;
    }

    &--grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 20px;
    }
}