.gap{
visibility: hidden;
margin: 0 0 3rem !important;
}
.hr{
margin: 3.5vmin auto !important;
}
.hr.gap-small{
margin: 2vmin auto !important;
}
.hr.gap-medium{
margin: 5vmin auto !important;
}
.hr.gap-large{
margin: 10vmin auto !important;
}
.hr-short{
width: 50%;
width: clamp(200px, 75%, 50%);
margin: clamp(2rem, 3.5vmin, 7rem) auto !important;
}
.hr-short.gap-small{
margin: clamp(1rem, 2vmin, 3rem) auto !important;
}
.hr-short.gap-medium{
margin: clamp(3rem, 5vmin, 10rem) auto !important;
}
.hr-short.gap-large{
margin: clamp(4rem, 10vmin, 15rem) auto !important;
}
