.hr{
   width: 100%;
}
.hr-items{
   display: flex;
   justify-content: space-between;
}
.hr-item{
   font-family: "Montserrat";
   color: #382b84;
   font-weight: 1000;
   font-size: 30px;
   margin-top: 120px;
}

.hr-texts{
   display: flex;
   justify-content: space-between;

   font-family: "Montserrat";
   color: #382b84;
   font-weight: 300;
   font-size: 20px;
   margin-top: 15px;
}
.hr-sym{
   font-family: Arial;
}