.slogan {
    height: 30vw;
    color: var(--dark-green);
}

.slogan * {
    font-size: 1.5vw;
    line-height: 2.5vw;
}

.slogan h1 {
    font-size: 3.6vw;
    font-weight: 800;
    line-height: 5vw;
}

.home-body * {
    color: var(--gray);
    font-size: 1.75vw;
}

.home-body h4, .card-title {
    font-weight: 700;
}

.section-title {
    color: var(--primary-green);
    font-size: 3vw;
    font-weight: 700;
    padding-bottom: 0.6rem;
    border-bottom: 3px solid;
    width: fit-content;
}

.card {
    width: 18vw;
    height: 18vw;
    min-height: 180px;
    min-width: 180px;
}

.card-icon {
    color: var(--primary-green);
    font-size: 2.8vw;
}

.card-text {
    font-size: 1vw;
}

@media (max-width: 768px) {
    .slogan-text {
        width: 50%;
        flex: 1 0 0%;
        margin-left: 2rem !important;
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 480px) {

    #homeCards .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #sobreNos .col-5 {
        margin: 0 !important;
    }

    #sobreNos .sobreNos-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}