.heading_title {
    font-size: 45px;
    font-weight: 400;
}

section p {
    font-size: 13px;
    font-weight: 400;
}

.heading_title {
    font-size: 45px;
    font-weight: 400;
    color: var(--color6);
    border-bottom: 1px solid var(--color6);
    margin-bottom: 20px;
}

.heading_title_2 {
    font-size: 45px;
    font-weight: 400;
    color: var(--color9);
    margin-bottom: 20px;
}

.container {
    max-width: var(--gMaxWidth);
    margin: 0 auto;
}

.grid-2 {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.grid-2 > * {
    flex: 1 1 0;
    min-width: 0;
}

.grid-2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    .grid-2 {
        display: flex;
        flex-direction: column;
    }

    .heading_title {
        font-size: 32px;
        font-weight: 400;
    }

    .heading_title_2 {
        font-size: 32px;
    }
}

.section-intro {
    padding: 60px 20px 20px 20px;
}

.section-details {
    padding: 20px 20px 60px 20px;
    background-color: var(--color8);
}

.accent {
    color: var(--color1);
}

.section-intro p + p {
    margin-top: 12px;
}

.images {
    display: grid;
    gap: 16px;
}

.images img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.section-details .richtext {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.section-details h3 {
    font-size: 28px;
    margin-bottom: 12px;
}

.section-details p {
    margin: 10px 0;
    line-height: 1.6;
}

.section-details ul {
    padding-left: 18px;
    margin: 10px 0 20px 0;
    list-style: disc;
}

.section-details li {
    margin: 6px 0;
}
