body {
    font-family: 'ICPangeaText', sans-serif;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    max-width: 1920px;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
}

main {
    flex: 1;
    width: 100%;
}

h2 {
    color: #0B0427;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    /* 92.593% */
}

@media (max-width: 768px) {
    h2 {
        font-size: 28px;
        line-height: 50px;
        padding-right: 20px;
    }
}


.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.semi-bold {
    font-weight: 600;
}


.shadow {
    box-shadow: 0 445px 125px 0 rgba(27, 22, 90, 0.00), 0 285px 114px 0 rgba(27, 22, 90, 0.01), 0 160px 96px 0 rgba(27, 22, 90, 0.05), 0 71px 71px 0 rgba(27, 22, 90, 0.09), 0 18px 39px 0 rgba(27, 22, 90, 0.10);
}

@media (max-width: 768px) {
    .mobile-col {
        flex-direction: column !important;
    }
}
