
.acid-section{
    position:relative;
    width:100%;
    min-height:520px;
    margin-inline:auto;
    overflow:hidden;
    isolation:isolate;
    background:#fff center/cover no-repeat;
}
.acid-overlay{
    position:absolute;
    inset:0;
    z-index:0;
    background:rgba(255,255,255,0);
}
.acid-inner{
    position:relative;
    z-index:1;
    min-height:inherit;
    padding:24px 26px;
    box-sizing:border-box;
}
.acid-content{
    width:100%;
    min-width:0;
}
.acid-logo,
.acid-decorative{
    display:block;
    width:90px;
    max-width:100%;
    height:auto;
    margin-bottom:14px;
}
.acid-title{
    margin-bottom:34px;
    color:#9a7171;
    font-size:58px;
    line-height:1.05;
    font-weight:400;
}
.acid-description{
    max-width:520px;
    color:#111;
    font-size:14px;
    line-height:1.25;
}
.acid-button-wrap{
    margin-top:24px;
}
.acid-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:11px 18px;
    border:1px solid #9a7171;
    border-radius:13px;
    color:#9a7171;
    background:transparent;
    text-decoration:none;
}
.acid-button-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.acid-button-icon svg{
    width:1em;
    height:1em;
    fill:currentColor;
}
.acid-bottom{
    margin-top:18px;
    text-align:right;
}
.acid-bottom-normal{
    color:#9a7171;
    font-size:64px;
    line-height:1;
}
.acid-bottom-accent{
    margin-left:10px;
    color:#9a7171;
    font-size:56px;
    line-height:1;
    font-style:italic;
}
@media(max-width:1024px){
    .acid-title{font-size:48px}
    .acid-bottom-normal{font-size:52px}
    .acid-bottom-accent{font-size:46px}
}
@media(max-width:767px){
    .acid-section{min-height:620px}
    .acid-inner{padding:22px 18px}
    .acid-title{
        margin-bottom:24px;
        font-size:40px;
    }
    .acid-description{
        max-width:100%;
        font-size:13px;
    }
    .acid-button{
        width:100%;
        box-sizing:border-box;
    }
    .acid-bottom{
        margin-top:34px;
        text-align:center!important;
    }
    .acid-bottom-normal,
    .acid-bottom-accent{
        display:block;
        margin-left:0;
    }
    .acid-bottom-normal{font-size:44px}
    .acid-bottom-accent{font-size:40px}
}
