.budget-types {
    column-gap: 32px;
    margin-bottom: 130px;
}


/* .budget-question {
    width: 571px;
}

.budget-cards {
    width: 576px;
} */

.budget-question>h1 {
    color: black;
    font-size: 56px;
    font-family: 'Playfair Display', serif;
    line-height: 72px;
    font-weight: 400;
    margin-bottom: 40px;
}

.budget-question>p {
    color: black;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 58px;
}

.budget-card {
    width: 576px;
    height: 203px;
    border: 1px solid #E1E4E7;
    margin-bottom: 32px;
}

.budget-card:hover {
    border: 1px solid #E5007E;
}

.budget-card>p {
    font-size: 30px;
    color: black;
    font-weight: 400;
    line-height: 44px;
    width: 50%;
}

.budget-card>img {
    margin-right: 40px;
}

@media (max-width: 1200px) {
    .change-img {
        display: none;
    }
    .change-text-budget {
        text-align: center;
    }
    .intermediate {
        text-align: center;
    }
}

@media (max-width: 720px) {
    .budget-card {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .budget-question {
        padding: 0px 35px;
    }
    .budget-question>h1 {
        font-size: 44px;
    }
    .budget-question>p {
        font-size: 26px;
    }
    .budget-card {
        width: 95%;
        height: 150px;
    }
    .budget-card>img {
        width: 125px;
        height: 125px;
        margin-right: 30px;
    }
    .budget-card>p {
        font-size: 22px;
    }
}