#ecw-agree-tools {
    background-color: #F9E8E1;
    padding-bottom: 3em;
    padding-top: 3em;
}

#ecw-agree-tools .ecw_agree_tools_title {
    padding: 2em;
    text-align: center;
    position: relative;
}

#ecw-agree-tools .ecw_agree_tools_title:before {
    content: "";
    display: block;
    width: 94%;
    height: 5px;
    background: #D0967E;
    left: 3%;
    top: 0;
    position: absolute;
    border-radius: 30px;
}

#ecw-agree-tools .ecw_agree_tools_title h1 {
    color: #683021;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #683021;
    stroke: #683021;
    font-family: 'myFirstFont' !important;
    margin: 0;
}

#ecw-agree-tools .ecw_agree_tools_div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
}

#ecw-agree-tools .ecw_agree_tools_div .ecw_agree_tools_content {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#ecw-agree-tools .ecw_agree_tools_div .ecw_agree_tools_inner {
    background-color: #FFFFFF;
    border-radius: 11px;
    box-shadow: 0 7px 3px -4px rgb(228 155 111 / 60%);
    color: #010101;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 15px;
    width: 450px;
    height: 179px;
}

#ecw-agree-tools .ecw_agree_tools_div .ecw_agree_tools_inner .ecw_agree_tools_content_div {
    margin-left: 15px;
}

#ecw-agree-tools .ecw_agree_tools_div .ecw_agree_tools_inner .ecw_tools_per_div {
    font-size: 50px;
    line-height: 50px;
    font-family: 'myFirstFont';
    -webkit-text-stroke-width: 1px;
    margin-left: 7px;
    font-weight: 600;
}

#ecw-agree-tools .ecw_agree_tools_div .ecw_agree_tools_inner .ecw_tools_text_div {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    #ecw-agree-tools .ecw_agree_tools_title h1 {
        font-size: 40px;
    }

    #ecw-agree-tools .ecw_agree_tools_div .ecw_agree_tools_content {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 425px) {
    #ecw-agree-tools .ecw_agree_tools_title h1 {
        font-size: 28px;
    }

    #ecw-agree-tools .ecw_agree_tools_div .ecw_agree_tools_inner {
        width: 364px;
    }
}


@media screen and (max-width: 320px) {
    #ecw-agree-tools .ecw_agree_tools_div .ecw_agree_tools_inner {
        width: 310px;
    }
}