.support-head__container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.support-head__wrapper {
    width: 100%;
}

.support-head__title {
    margin-bottom: 56px;
}

.support-head__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 544px;
}

.support-head__content--first {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D2D7DF;
}

.support-head__content-text {
    color: var(--blue);
    font-size: 20px;
}

.support-head__img {
    max-width: 712px;
}

@media (max-width: 767px) {
    .support-head__container {
        flex-direction: column;
    }
    .support-head__img {
        margin-top: 40px;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .support-head__title {
        margin-bottom: 24px;
    }
    .support-head__content-text {
        font-size: 16px;
    }
    .support-head__content-span {
        font-size: 14px;
    }
}
