.value_stamp{
    background-color: #000;
    box-shadow: unset;
    transform: unset;
    left: -2%;
    max-width: unset;
    width: 208px;
    padding: 8px 12px;
    border-radius: 32px;
}
.value_stamp p{
    color: #FFFFFF;
    font-size: 20px;
    text-shadow:
        0 0 20px rgba(255, 193, 7, 0.8),
        0 0 40px rgba(255, 193, 7, 0.6),
        0 0 60px rgba(255, 193, 7, 0.4),
        0 0 80px rgba(255, 193, 7, 0.2);
}
.value_stamp img{
    position: absolute;
    bottom: 33%;
    right: 2%;
    width: 230px;
    height: 90px;
    z-index: -1;
}
.stamp_validade{
    width: 232px;
    top: 54%;
}
.content_solo_banner .info{
    gap: 16px;
    max-width: 680px;
}
.content_solo_banner .body{
    padding: 40px;
    width: 1200px;
}
.content_solo_banner h1{
    font-size: 82px;
}
.content_solo_banner h2{
    font-size: 29px;
    width: 70%;
}