body{
    font-family: 'Gill Sans';font-size: 18px;color: #000000;
}
h1{font-weight: 500;}
.red{color: #E22117;}
.red:hover{color: #E22117;}
a{color: #000000;text-decoration: none;}
a:hover{color: #000000;text-decoration: none;}
.spacer5{height: 5px;}
.spacer10{height: 10px;}
.spacer15{height: 15px;}
.spacer20{height: 20px;}
.spacer25{height: 25px;}
.spacer30{height: 30px;}
.grey-bg{background-color: #d5d4d3;}
.light-bg{background-color: #f3f3f3;}
.pl-23{padding-left: 23px !important;}
.pl-7{padding-left: 7px !important;}
.btn-red{background-color: #E22117; color: #ffffff;}
.btn-red:hover{background-color: #E22117; color: #ffffff;}
.error{
    color: #c00;
}
@media all and (max-width: 992px){
    .pl-23{padding-left: unset !important;}
    .pl-7{padding-left: unset !important;}
    .mb-20{margin-bottom: 1rem;}
}
