/* category-utp-block.css */
.category-utp-block h2{
    font-size: 25px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 40px;
    font-weight: bold;
    font-family: "RotondaC";
    padding-top: 40px;
}

.category-utp{
    color: #000000;
    letter-spacing: 0.4px;
    font-size: 18px;
    line-height: 150%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}

.category-utp:before{
    content: "";
    border: 2px solid #004288;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}