.corona-widget {
    background-color: #000d39;
    position: relative;
    padding: 24px 16px;
    font-family: Roboto, Arial, sans-serif, -apple-system;
    overflow: hidden
}
.corona-widget .corona-widget__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    pointer-events: none
}
.corona-widget .corona-widget__main {
    position: relative;
    z-index: 2
}
.corona-widget .corona-widget__title {
    font-family: Roboto Condensed, Roboto, sans-serif, -apple-system;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: bold;
}
.corona-widget .corona-widget__info {
    margin-bottom: 24px
}
.corona-widget .corona-widget__info-el div {
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #ed5e42
}
.corona-widget .corona-widget__info-el span {
    display: block;
    color: hsla(0, 0%, 100%, .6);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500
}
.corona-widget .corona-widget__info-el:not(:last-of-type) {
    margin-bottom: 16px
}
.corona-widget .corona-widget__btn {
    display: block;
    text-align: center;
    max-width: 175px;
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    background-color: transparent;
    text-decoration: none;
}

.corona-widget .corona-widget__btn:visited {
    color: #fff;
    text-decoration: none;
}
.corona-widget .corona-widget__btn:hover {
    background-color: #fff;
    color: #000d39
}
@media (min-width: 468px) {
    .corona-widget .corona-widget__img {
        right: 0;
        left: auto
    }
}
@media (min-width: 768px) {
    .corona-widget {
        padding: 24px 32px
    }
    .corona-widget .corona-widget__img {
        right: 0;
        left: auto;
        height: auto;
        max-width: 100%
    }
    .corona-widget .corona-widget__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .corona-widget .corona-widget__title {
        width: 100%
    }
    .corona-widget .corona-widget__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }
    .corona-widget .corona-widget__info-el:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 48px
    }
}