body{
    display: flex;
    flex-direction: column;
}

h2.section {font-size: 1.5rem !important;}

.bottom-black {background-color: #000;}

.ft-white{color: #fff;}

.ft-red{color: #7b0101;}

.bg-gray-1{background-color: #d8d6d6;}

.pd-md{padding: 1rem;}

.bold{font-weight: 700;}

hr.default{
    border-top: 2px solid #7b0101;
    width: 100%;
}