.info-content-wrap h2:first-of-type {
    margin-top: 0;
}
.short_desc h2 {
    font-family: "Bebas Neue Pro", "Bebas Neue", sans-serif;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 2.1875rem;
    color: #034688;
    margin: 4rem 0 2rem;
}

.short_desc .main-content-wrap p {
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.short_desc .main-content-wrap p {
    font-size: 1.3125rem;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.3333;
}


.short_desc .in-page {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 3rem;
    padding: 60px 72px 90px;
    margin-bottom: 3rem;
}

.short_desc .in-page a {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.3333;
    font-weight: 400;
    display: inline-block;
    line-height: 1em;
    margin-bottom: 1em;
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
}
.short_desc .in-page a {
    color: #3194FD;
}