.text-mtech-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0 0 0;
    background-color: white;
}

.text-mtech-3 .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    max-width: 1300px;
    width: 100%;
    gap: 2rem;
}

.text-mtech-3 .text-wrapper>h2 {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 600;
    color: #05083F;
}

.text-mtech-3 .text-wrapper .article {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.text-mtech-3 .text-wrapper .article>h3 {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #05083F;
}

.text-mtech-3 .text-wrapper .article .paragraphs {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.text-mtech-3 .text-wrapper .article .paragraphs>p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #9399AA;
}

@media (max-width: 1300px) {
    .text-mtech-3 {
        padding: 2rem 6rem 4rem;
    }

    .text-mtech-3 .text-wrapper {
        max-width: unset;
    }
}

@media (max-width: 700px) {
    .text-mtech-3 {
        padding: 3.5rem 1.25rem;
    }

    .text-mtech-3 .text-wrapper>h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .text-mtech-3 .text-wrapper .article {
        gap: 1.5rem;
    }

    .text-mtech-3 .text-wrapper .article>h3 {
        width: 80%;
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}