.cw2-wizard-level-block {
    display: flex;
    align-items: center;
}

.cw2-wizard-level-block.style-2 {
    align-items: flex-start;
}

.cw2-wizard-level-block.style-2 .image {
    flex-basis: 49%;
    max-width: 49%;
}

.cw2-wizard-level-block.style-2 .image.image-right + .info {
    padding-left: 0;
}

.cw2-wizard-level-block.style-2 .title h3 {
    font-size: 32px;
}

.cw2-wizard-level-block.style-2 .text ul {
    padding-left: 0;
}

.cw2-wizard-level-block.style-2 .text ul > li + li {
    margin-top: 7px;
}

.cw2-wizard-level-block.style-variant-2 .title {
    font-size: 18px;
}

.cw2-wizard-level-block.style-variant-2 .title h3 {
    font-size: 40px;
}

.cw2-wizard-level-block.style-variant-2 .buttons {
    margin-top: 17px;
}

.cw2-wizard-level-block.style-variant-2 .buttons a.btn {
    padding: 14px 48px;
    font-size: 22px;
}

.cw2-wizard-level-block.style-variant-2 .buttons a.btn:hover {
    color: #fdc743;
}

.cw2-wizard-level-block .image {
    flex: 0 0 33%;
    max-width: 33%;
    order: 5;
    align-self: flex-start;
}

.cw2-wizard-level-block .image.image-right {
    order: 15;
}

.cw2-wizard-level-block .image.image-right + .info {
    padding-left: 0;
}

.cw2-wizard-level-block .image .image-container {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.cw2-wizard-level-block .image .image-container:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.cw2-wizard-level-block .image img {
    display: block;
}

.cw2-wizard-level-block .info {
    flex: 1;
    order: 10;
    padding: 0 20px 0 25px;
}

.cw2-wizard-level-block .title {
    display: flex;
    align-items: center;
    margin: 0 0 13px;
    line-height: 1.0625;
    font-weight: 700;
}

.cw2-wizard-level-block .title .icon {
    flex: 0 0 64px;
    max-width: 64px;
    margin-right: 16px;
    color: #fdc743;
}

.cw2-wizard-level-block .title h3 {
    margin-bottom: 0;
    line-height: inherit;
}

.cw2-wizard-level-block .text {
    font-size: 20px;
    line-height: 1.6;
}

.cw2-wizard-level-block .text a {
    border-bottom: 2px solid #fdc743;
    text-decoration: none;
    transition: none;
}

.cw2-wizard-level-block .text a:not(.btn):hover {
    border-bottom: none;
}

.cw2-wizard-level-block .text p {
    margin-bottom: 0;
}

.cw2-wizard-level-block .text p + p {
    margin-top: 32px;
}

.cw2-wizard-level-block .text ul {
    list-style-type: none;
    margin: 10px 0 0;
    padding-left: 29px;
}

.cw2-wizard-level-block .text ul > li {
    position: relative;
    padding-left: 31px;
}

.cw2-wizard-level-block .text ul > li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fdc743;
}

.cw2-wizard-level-block .text ul > li + li {
    margin-top: 10px;
}

.cw2-wizard-level-block .buttons {
    margin-top: 20px;
}

.cw2-wizard-level-block .buttons a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #fdc743;
    transition: none;
}

.cw2-wizard-level-block .buttons a:not(.btn):hover {
    border-bottom: none;
}

.cw2-wizard-level-block .buttons a.transparent,
.cw2-wizard-level-block .buttons a.btn:hover {
    color: #071e3f;
}

.cw2-wizard-level-block .tp-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 27px;
    margin-left: 0;
    max-width: 272px;
}

.cw2-wizard-level-block .tp-widget-logo {
    flex: 0 0 calc(45% - 8px);
    margin-right: 8px;
}

.cw2-wizard-level-block .tp-widget-stars {
    flex: 0 0 55%;
}

.cw2-wizard-level-block .tp-widget-businessinfo {
    flex: 0 0 100%;
    text-align: center;
    font-size: 16px;
}

.cw2-wizard-level-block .tp-logo__text {
    fill: #000;
}

@media screen and (max-width: 767px) {
    .cw2-wizard-level-block {
        display: block;
    }

    .cw2-wizard-level-block .image {
        max-width: 360px;
        margin: 0 auto 30px;
    }

    .cw2-wizard-level-block .info {
        padding-left: 0;
        padding-right: 0;
    }
}
