@font-face {
    font-family: 'corpid_e1s_scd_regular', sans-serif;
    src: url('../fonts/CorpidE1sSCd-Regular.eot');
    src: url('../fonts/CorpidE1sSCd-Regular.eot?#iefix') format('embedded-opentype'),
    url('../CorpidE1sSCd-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.wrapper {
    max-width: 1104px;
    padding: 0;
    margin: 0 auto;
}
.response {
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 60px auto;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.response_no-btn {
    justify-content: flex-start;
}
.response_no-btn {
    height: auto;
}

 .response__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    height: 100%;
    padding: 0 30px;
}
.response_no-btn .response__desc {
    margin: 30px 0;
}
.response__logo {
    background-color: #fff;
    width: 180px;
    margin: -20px auto 0;
}
.response__logo-pic {
    vertical-align: bottom;
    max-width: 100%;
    height: 50px;
}
.response__image {
    width: 90px;
    height: auto;
    margin: 0 auto;
}
.response__image-pic {
    width: 100%;
    height: 100%;
}
.response__text {
    font-family: 'corpid_e1s_scd_regular', sans-serif;
    font-weight: normal;
    line-height: 1.3em;
    margin: 24px 10px 24px;
    font-size: 25px;
    max-width: 100%;
}
.response__btn, .response__btn:hover {
    font-family: 'corpid_e1s_scd_regular', sans-serif;
    color: #fff;
    background-color: #00b1ac;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 18px;
    text-align: center;
    padding: 0px 20px;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.response__btn-small, .response__btn-small:hover {
    padding: 0px 40px;
}
.response__btn-icon {
    vertical-align: bottom;
    max-width: 100%;
    height: 30px;
    margin-right: 10px;
}
.response__button {
    margin: 0 auto -23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
.response__text-alert {
    font-size: 40px;
}
@media (max-width: 1200px) {
    .wrapper {
        padding: 0 40px;
    }
}
@media (max-width: 480px) {
    .response {
        min-height: 430px;
    }
    .response__text {
        font-size: 20px;
    }
    .wrapper {
        padding: 0 20px;
    }
    .response__btn, .response__btn:hover {
        font-size: 16px;
    }
    .response_no-btn {
        height: auto;
    }
}
@media (max-width: 400px) {
    .response__button {
        margin: 0 auto -62px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
    }
    .oneBtn {
        width: 239.61px;
        position: absolute;
        left: -120px;
        bottom: 38px;
    }
    .response__btn,
    .response__btn:hover {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 395px) {
    .response__btn, .response__btn:hover {
        font-size: 14px;
    }
    .response__text {
        font-size: 16px;
    }
    .response__image {
        width: 65px;

    }
}