.sweet_help_section{
    padding: 30px;
    border-radius: 10px;
    background: var(--main-grad);
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sweet_help_section__title{
    font-family: var(--font-main);
    font-size: 44px;
}
.sweet_help_section-text{
    display: flex;
    background: white;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
}
.sweet_help_section__description{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sweet_help_contacts{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.cards_wrapper {
    flex: 1 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
