.image_block_container_wrappers {
    max-width: 40.625rem !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-bottom-right-radius: 0.3125rem;
}

.image_header_block_wrapper {
    max-width: 650px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 15px;
    line-height: normal !important;
}

.image_left_block_wrapper {
    max-width: 300px;
    width: 100%;
    max-height: 150px !important;
}

.image_left_block_wrapper img {
    width: 100%;
    object-fit: cover;
    margin: 0% !important;
    cursor: auto !important;
}

.image_header_title {
    border: none !important;
    color: #3f3f3f;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 15px !important;
    margin: 0% !important;
}

.edit_image_header_title{
    border: none !important;
    color: #3f3f3f;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 15px !important;
    margin: 0% !important;
    padding-top: 0px !important;
}

.image_header_title::before{
    display: none;
}

.image_header_desc,
.image_header_desc_r {
    font-size: 16px !important;
    color: #707070 !important;
    padding: 20px 0px 15px 15px;
    margin: 0% !important;
    font-family: system-ui;
}

.image_header_desc_r{
    padding-bottom: 0px !important;
}

.image_header_title,
.image_header_desc {
    background-color: #ffffff;
    font-family: system-ui !important;
}

.image_footer_block_wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    max-height: 56.5px;
}

.block_chain {
    box-sizing: border-box;
    flex-grow: 1;
}

.image_footer_block_wrapper p,
.image_footer_block_wrapper a {
    font-family: system-ui;
}

.image_footer_block_wrapper a:focus{
    outline: none !important;
}

.image_footer_block_wrapper p {
    padding: 15px;
    color: #707070 !important;
    margin: 0% !important;
    font-size: 16px !important;
}
.image_footer_block_wrapper .block_footer_arrow_r,
.image_footer_block_wrapper .block_footer_arrow {
    text-decoration: none;
    color: #5a9cfa !important;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px 15px 15px;
    font-size: 16px;
}

.block_footer_arrow_r::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #5a9cfa;
    border-right: 2px solid #5a9cfa;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    position: absolute;
    right: 20px;
    top: 20px;
}

.image_footer_block_wrapper .block_footer_arrow:hover{
    font-size: 16px !important;
}

.block_footer_arrow_link {
    position: relative !important;
}

.image_arrow {
    position: absolute;
    left: -5px;
    bottom: 3.2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cG9seWxpbmUgZmlsbD0ibm9uZSIgcG9pbnRzPSIzOCwyMyA2NSw1MCAzOCw3NyIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0iIzQ4OTZmYSI+PC9wb2x5bGluZT48L3N2Zz4=);
    background-color: transparent;
    border-radius: 50%;
    height: 20px;
}

.block_footer_arrow::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #5a9cfa;
    border-right: 2px solid #5a9cfa;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    position: absolute;
    right: 20px;
    top: 23px;
}

.image_mobile_container {
    background-color: #ffffff;
    display: none;
}

.image_left_block_wrapper > amp-img >img{
    top: -45px !important;
}

.image_mobile_container > amp-img {
    height: 50px;
}

@media screen and (max-width: 768px) {
    .image_header_title {
        font-size: 24px !important;
    }
    .image_footer_block_wrapper .block_footer_arrow,
    .image_footer_block_wrapper p,
    .image_header_desc_r {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 660px) {
    .image_block_container_wrappers {
        margin: 0 auto;
        max-width: 300px !important;
        max-height: 250px;
        border-bottom-right-radius: 0;
        border: none;
    }
    .image_header_block_wrapper {
        flex-direction: column;
        padding: 0%;
        border: 1px solid #e5e5e5;
        border-top: none;
    }
    .image_header_title {
        font-size: 18px !important;
        font-weight: bold !important;
        padding: 5px 0px 0px 10px !important;
    }
    .image_header_desc {
        padding: 5px 10px 8px 10px;
        font-size: 12px !important;
    }
    .image_footer_block_wrapper {
        display: none;
    }
    .image_mobile_container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 5px 0px 10px;
    }
    .image_mobile {
        max-width: 50px !important;
        margin: 0 !important;
    }
    .image_right_block_wrapper .image_header_desc_r {
        display: none;
    }
    .image_mobile_link {
        text-decoration: none;
    }
    .image_footer_block_wrapper .block_footer_arrow_r {
        display: block;
    }
    .mobile_link_arrow {
        max-width: 50px;
        height: 50px;
        width: 100%;
        background-color: #222222;
        border-radius: 50%;
        box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
        text-shadow: 1px 1px 0 rgb(255 255 255 / 10%);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cG9seWxpbmUgZmlsbD0ibm9uZSIgcG9pbnRzPSI0MiwzMiA2MCw1MCA0Miw2OCIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0icmdiYSgyNTUsMjU1LDI1NSwxKSI+PC9wb2x5bGluZT48L3N2Zz4=);
    }
    .block_footer_arrow::after{
        display: none;
    }
}
