
.info-block.ypfcom__modules-text-block .info-block__title {
    font-size: 32px ;
    line-height: 38px;
}

.form-check-label { 
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.form-check-label > *:first-child { 
    display: none;
}

.form-check-label > *:last-child::after { 
    content: "*";
    margin-inline-start: 10px;
}
