﻿.close-btn,.custom-modal-trigger{cursor:pointer;align-items:center}
.custom-modal-trigger{border-radius:2.6rem;line-height:1}
.custom-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9999;justify-content:center;align-items:center}
.close-btn{position:absolute;top:15px;right:15px;z-index:9999;display:flex;justify-content:center;font-size:3rem}
.custom-modal-box{background:#f8f2ee;padding:20px;border-radius:8px;width:80%;position:relative;height:auto;overflow:auto;max-height:100%}

@media(min-width:992px)
{
    .wdg-modal-speech{margin-top:4.5rem}}
    .wdg-modal-pop{margin-top:4.5rem}
    .wdg-modal-pop figure img{margin:0 auto 1.5rem;border-radius:2.5rem;background:#c7e2eb}
    .wdg-modal-speech--layout-bod{text-align:left;align-items:center;justify-content:center}
    .wdg-modal-speech--layout-bod h2{color:var(--blue);font-size:2.4rem;font-weight:700;margin:0 0 1.5rem}
    .wdg-modal-speech--layout-bod .wdg-modal-speech__desc{width:100%;padding:0;margin:0;font:400 1.6rem/1.4 Inter,san-serifs;color:var(--grey)
}