
.section_seo_hidden {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.seo_tags_btn {
    margin-top: 15px;
}

.seo_tags_button {
    text-decoration: none;
    font-size: 16px;
    padding-left: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
    margin-top: 10px;
    color: #EF6128;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.section_seo_tags {
    margin-top: 20px;
}

.seo_block_list {
    list-style-type: disc;
    padding-left: 30px;
}

.seo_block_p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-with-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
}

.modal-with-btn-content {
    width: 100%;
    max-width: 566px;
    padding: 40px 16px 64px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.modal-with-btn-content-title {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 19px;
}

.modal-with-btn-content-description {
    margin-bottom: 55px;
    font-size: 26px;
    font-weight: 500;
}

.modal-with-btn-content-btn {
    border:none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #F08046;
    height: 60px;
    color:#ffffff;
    font-weight: bold;
    font-size: 36px;
    width: 100%;
    max-width: 502px;
}

.modal-with-btn-content-btn:hover{
    color:white;
    text-decoration: none;
    cursor:pointer;
}

@media (max-width: 480px) {
    .modal-with-btn-content {
        padding-bottom: 26px;
        padding-top: 26px;
        border: solid 1px #EF6128;
        border-radius: 12px;
    }

    .modal-with-btn-content-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .modal-with-btn-content-description {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 24px;
    }

    .modal-with-btn-content-btn {
        font-size: 24px;
        height: 48px;
        width: 100%;
        max-width: 100%;
    }
}