.introduction {
    margin-bottom: 30px;
}

.number-tip {
    background-color: var(--bluedefault);
    color: var(--white) !important;
    font-weight: bold !important;
    padding: 0.063rem 0.635rem;
    font-size: 20px !important;
    display: inline-block !important;
    margin-bottom: 10px;
}

.title-tip {
    font-size: 30px !important;
    font-weight: bold !important;
    color: var(--blackdefault) !important;
    margin-bottom: 20px;
    line-height: 36px !important;

}

.img-tip {
    margin-bottom: 20px;
}

.img-tip img {
    max-height: 460px;
    object-fit: cover;
    border-radius: 5px;
}

.text-tip i {
    display: block;
    margin-top: 30px;
}

@media screen and (max-width: 743px) {
    .title-tip {
        font-size: 26px !important;
    }
}


/* CONTAINER WEBSTORIE RECOMENDADO  */
.webstorie-recommended{
    background: #F1F1F1;
    max-width: 490px;
    margin: auto;
    height: 160px;
    border-radius: 80px 30px 30px 80px !important;
}
.webstorie-recommended a {
    gap: 30px;
}

.webstorie-recommended figure {
    height: 100px;
    width: 100px;
    margin: 0 !important;
}

.webstorie-recommended figure img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.webstorie-recommended a div{
    padding: 0 !important;
    max-width: 300px;
}
.webstorie-recommended a div h3 {
    font-size: 26px;
    line-height: 32px;
    width: 300px;
    margin-bottom: 14px !important;
    color: var(--blackdefault);
}
.webstorie-recommended a div span{
    color: #555555 !important;
    font-size: 18px;
}


@media screen and (max-width: 767px){
    .webstorie-recommended{
        background-color: transparent;
        background-image: url(https://www.opovo.com.br/reboot_portal/public/assets/img/bg-recomend-webstorie-mobile.webp);
        height: 290px;
        border-radius: initial !important;
        background-repeat: no-repeat;
        background-size: cover;
        width: 345px;
    }
    .webstorie-recommended a{
        gap: 0;
        justify-content: space-between !important;
        height: 100%;
        width: 345px;
        padding: 30px 0;
    }
}
