.worries-sec {
    margin: 120px 0;
}

.worries__lead {
    padding: 80px 24px;
    background-color: #f7f7f7;
    text-align: center;
}

.worries__lead-txt {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
}

.worries-flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    max-width: 1000px;
    width: 100%;
    margin: 120px auto;
}

.worries__img {
    width: 50%;
}

.worries-txts {
    width: 45%;
}

.worries__heading {
    font-size: 20px;
    font-weight: 600;
}

.worries__txt-01 {
    margin-top: 16px;
}

.worries__txt-list {
    text-indent: -8px;
    padding-left: 8px;
}

.worries__txt {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    padding-top: 4px;
    letter-spacing: .1em;
}

.worries__txt-02 {
    margin-top: 12px;
}


.flow {
    background-color: #f7f7f7;
    padding: 120px 24px;
}


.flow-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
    max-width: 1000px;
    width: 100%;
    margin: 80px auto 0 auto;
}

.flow-item__img {
    width: 40%;
}
.flow-txts {
    width: 57%;
}

.flow__heading {
    font-size: 24px;
    font-weight: 600;

}
.flow__txt {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    
}

.flow-contact-sec {
    background-color: #ecd100;
}

.content__flow {
    transition: .2s;
}
.content__flow:hover {
    background-color: #fff;
}

.contact__lead {
    text-align: center;
    margin: -40px 0 32px 0;
    font-size: 14px;
}

@media screen and ( max-width : 1050px ) {
    .worries-flx {
        max-width: 820px;
        padding: 0 24px;
    }
}

@media screen and ( max-width : 820px ) {
    .worries__lead {
        padding: 56px 24px;
    }
    
    .worries__lead-txt {
        font-size: 18px;
    }
    
    .worries-flx {
        flex-flow: column;
        max-width: 568px;
        margin: 72px auto;
    }

    .worries__img {
        width: 100%;
    }
    
    .worries-txts {
        width: 100%;
        margin-top: 24px;
    }

    .worries__heading {
        font-size: 16px;
    }
    .worries__txt {
        font-size: 12px;
    }

    .flow-item {
        flex-flow: column;
        max-width: 520px;
        margin: 64px auto 0 auto;
    }
    .flow-item__img {
        width: 100%;
    }
    .flow-txts {
        width: 100%;
    }

    .flow__heading {
        margin-top: 20px;
        font-size: 16px;
    }
    .flow__txt {
        margin-top: 10px;
        font-size: 12px;
    }
}

@media screen and ( max-width: 620px ) {
    .worries__lead-txt {
        text-align: justify;
    }
    .worries__lead-txt > br {
        display: none;
    }

    .contact__lead {
        text-align: center;
        margin: -16px 0 32px 0;
        font-size: 14px;
    }

    .worries-sec {
        margin: 72px 0;
    }

    .flow {
        padding: 72px 24px;
    }
}