@font-face {
  font-family: 'GothamRoundedMedium';
  src: url('font/gotham/Gotham-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.gotham-font {
  font-family: 'GothamRoundedMedium', sans-serif;
}

body {
    font-family: "Albert Sans", sans-serif;
}

.step-active {
    background-color: #DF553B;
    color: white;
}

.container {
    width: 100%;
    max-width: 1300px !important;
    margin: 0 auto !important;
}

.final-result h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 500;
}

.final-result h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
}

.final-result h4 {
    font-size: 18px;
    color: #212121;
    font-weight: 500;
}

.final-result h5 {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
}

.final-result li {
    list-style-type: disc;
    margin-left: 24px;
    padding-left: 5px;
}

.final-result table li {
    list-style-type: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.final-result table,
.final-result th,
.final-result td {
    border: 1px solid;
    padding: 12px 10px;
}