.column {
    width:calc(50% - 16px);
    gap: 40px;
}
.perc-card {
    background-color: var(--mainFaded);
}
.perc-card-info {
    padding: 32px 24px;
}
.perc-card img {
    height: 400px;
}
.perc-quote {
    background-color: var(--mainFaded);
    padding: 64px ;
    align-items: center;
}
.perc-quote h4 {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 32px;
    font-weight: 400;
    font-family: "Playball", cursive;
}   