.subtitle {
    font-family: "Gotham Medium";
    font-weight: normal;
    color: white;
    font-size: 1.1rem;
}

.text-white,
a.text-white,
a.text-white:visited,
a.text-white:hover,
a.text-white:focus,
a.text-white:active {
    color: white;
}

a.text-white {
    font-family: "Gotham Medium";
}

.text-yellow {
    font-family: "Gotham Light";
}
.break-word {
    word-break: break-all;
}

.font-1,
.font-2 {
    font-family: "Gotham Light";
}

.bg-not-available {
    position: relative;
    min-height: 100vh;
}

@media (max-width: 767px) {
    .content-heading-icon {
        flex-direction: row-reverse !important;
    }
    .content-heading-icon h2 {
        align-self: center;
    }
    .ion-alert-circled {
        font-size: 4rem !important;
    }
    .not-available .content-heading-icon h2 {
        margin: 0 !important;
    }
}