body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: auto;
    height: auto;
    min-width: 1070px;
    min-height: 100vh;
    margin: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    line-height: 100%;
    background-color: transparent;
    background: radial-gradient(
        1000px 965px at 50% -130px,
        rgba(157, 189, 45, 0.3) 0%,
        rgba(157, 189, 45, 0) 100%
    );
}
.container {
	margin: 60px auto 75px;
    padding: 0 12px 0 10px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
button {
    font-family: "Inter", sans-serif;
}
h1, h2 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 58px;
    color: #185242;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    color: #424F4B;
    margin-bottom: 5px;
}
p {
    margin: 0;
}
legend {
    font-weight: 400;
    font-size: 14px;
    color: #424F4B;
    line-height: 100%;
}
li, i {
    font-weight: 400;
    font-size: 14px;
    color: #424F4B;
    line-height: 100%;
}

