hgroup {
    margin-bottom: 20px
}

hgroup h1 {
    color: #145397;
    margin-bottom: 0
}

hgroup p {
    font-size: 2.125rem;
    color: #3e4e57
}

hgroup ~ p {
    font-size: 1.25rem;
    color: #4b707e;
    width: min(860px, 95%);
    margin-bottom: 10px
}

hgroup ~ p:last-of-type {
    margin-bottom: 0
}

@media (max-width: 479px) {
    hgroup p {
        font-size: 1.5rem
    }
}

h2, h3 {
    font-size: 2.125rem;
    color: #3e4e57;
    margin-bottom: 20px
}

.benefit-list {
    margin: 60px 0 100px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.benefit-list > li {
    flex: 1;
    padding: 20px;
    border-radius: 40px;
    border: 1px solid #cfd3d7;
    background-color: #fafafa
}

.benefit-list h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfd3d7
}

.benefit-list p, .benefit-list ul li {
    font-size: 1.25rem;
    line-height: 160%;
    color: #4b707e
}

.benefit-list ul li {
    list-style: disc inside;
    margin-bottom: 5px
}

.benefit-list ul li:last-of-type {
    margin-bottom: 0
}

.why-list {
    list-style: disc inside
}

.why-list li {
    text-indent: 1em;
    padding-bottom: 10px;
    font-size: 1.25rem;
    line-height: 160%;
    color: #4b707e
}

.btn-light {
    margin: 60px auto 100px
}

@media (max-width: 1023px) {
    .benefit-list {
        flex-direction: column;
        gap: 20px;
        margin: 30px 0 50px 0
    }

    .btn-light {
        margin: 30px auto 50px;
        color: #4b707e;
        background-color: rgba(52, 191, 189, .1)
    }
}
