.section.main article .sticky_bottom_cta {
    width: 99.7%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #7c7c7c;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    z-index: 99999;
}
.section.main article .sticky_bottom_cta img {
    width: 112px;
    height: auto;
    padding: 5px;
}
.section.main article .sticky_bottom_cta .btn_section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px;
}
.section.main article .sticky_bottom_cta h4 {
    color: #50738f !important;
    font-weight: 600;
    margin: 0 50px;
}
.section.main article .sticky_bottom_cta a {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    color: #fff !important;
    background-color: #f36523;
    border: 1px solid rgba(255, 255, 255, 0);
    text-decoration: none !important;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border-radius: 25px;
    cursor: pointer;
}
article img {
    width: 100%;
    height: auto;
    max-width: 100% !important;
    overflow: hidden !important;
}
@media only screen and (max-width: 1024px) {
    .section.main article .sticky_bottom_cta {
        width: 97%;
    }
}
.section.main article .sticky_bottom_cta {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
    .section.main article .sticky_bottom_cta .btn_section {
        flex-direction: column;
        align-items: flex-start;
        margin: 15px;
    }

    .section.main article .sticky_bottom_cta h4 {
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .section.main article .sticky_bottom_cta a {
        font-size: 16px;
    }

    .section.main article .sticky_bottom_cta img {
        width: 150px;
    }
}