:root{
    --shadow:#000a;
    --brand:#01408D;
    --text:#fff;
  
}

.img-shadow{
    box-shadow: 2px 2px 10px #000a;
}
.img-round{
    box-shadow: 2px 2px 10px #000a;
    border-radius: 10px;

}
.list-item{
    list-style-type: disc;
}
.brand-title{
    background-color: var(--brand);
    /* height: 1.5vh; */
    clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0 100%);
    color: var(--text);
    width: fit-content;
    padding-top: 7px;
    padding-right: 10px;
   
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-style: italic;
}
