.text-diagmed-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 2rem 0;
}

.text-diagmed-1 h2 {
    color: red;
    font-weight: 400;
    margin-bottom: 0rem;
    font-size: 2rem;
    width: 90%;
    text-align: center;
}

.text-diagmed-1 h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
    font-weight: 400;
    width: 90%;
    text-align: center;
}

.text-diagmed-1 p {
    width: 32.875rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
}

@media (max-width: 43.75rem) {
    .text-diagmed-1 h2 {
        font-size: 1rem;
    }

    .text-diagmed-1 h1 {
        font-size: 2rem;
    }

    .text-diagmed-1 p {
        width: 90%;
    }
}
