.option_guide{
    padding:2rem 10%;
    margin:2.5rem auto 3rem;
    background-color: #eff0f3;
    @media (min-width:769px) {
        margin: 3rem auto 1rem;
        padding: 2rem;
        max-width: 820px;
    }
}

.option_guide_btn{
    font-size:1.6rem;
    color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#566270 ;
    width: 178px;
    height: 40px;
    margin:0 auto 2rem;
}
.option_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    @media (min-width:769px) {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        gap: 0 40px;
    }
    li{
        max-width: 295px;
        @media (min-width:769px) {
            max-width: 370px;
        }
    }
}
.option_list::after{
        content:"";
        display: block;
        width:370px;
}
.option_title{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:3rem 0 1.4rem 0;

}
.aspect{
    width: 295px;
    @media (min-width:769px) {
        width: 370px;
    }
}
.option_img{
    object-fit: cover;
    width: 295px;
    height: 150px;
    @media (min-width:769px) {
        width: 370px;
    }
}
p{
    text-align: left;
    font-weight: 500;
    line-height: 1.7;
}

h4{
    font-size:1.6rem;
    color:#566270;
    margin:0;
    padding:5px 0

}

.separate_estimate{
    color: #B47A37;
    border:solid 1px #B47A37 ;
    padding: 0.5rem 0.8rem;
    background-color: #FFFFFF;
}
