.hr {
    grid-column-start: 1;
    grid-column-end: 7;
    font-size: 1.5625em;
    font-family: Onest;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    color: #404348;
    margin-top: 1.24em;
}

.result {
    grid-column-start: 1;
    grid-column-end: 7;
    font-size: 1.5625em;
    font-family: Onest;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    color: #0095DA;
    margin-top: 1.24em;
}

.career-content {
    grid-column-start: 1;
    grid-column-end: 9;
    font-size: 1.25em;
    font-family: Onest;
    font-weight: 200;
    font-style: normal;
    line-height: 1.3em;
    color: #404348;
    margin-top: 1.7em;
}

.career-img {
    height: 1.625em;
    margin-left: 1.25em;
}

.career-section-title {
    font-size: 0.875em;
    font-family: Onest;
    font-weight: 200;
    font-style: normal;
    line-height: 1em;
    color: #212529;
    align-self: center;
}

.career-section-title-container {
    grid-row: 1;
    grid-column-start: 10;
    grid-column-end: 13;
    display: flex;
    flex-direction: row;
    justify-self: flex-end;
    align-self: flex-end;
    padding: 0.375em 0;
}

.career-title {
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 10;
    font-size: 3.5em;
    font-family: AvrileSans-Condensed;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    color: #0095DA;
    margin-bottom: 0.375em;
}

.career-section {
    padding: 4.5625em 3.296703296703297% 4.625em;
    border-radius: 1.5625em;
    background: #F4FCFF;
    margin-top: 2.1875em;
    column-gap: 1.098901098901099%;
}

@media (max-width: 1024px) {
    .hr {
        grid-column-end: 13;
        font-size: 1.25em;
        line-height: 1.2em;
        margin-top: 0.8em;
    }

    .result {
        grid-column-end: 13;
        font-size: 1.25em;
        line-height: 1.1em;
        margin-top: 0.8em;
    }

    .career-content {
        grid-column-end: 13;
        font-size: 1.125em;
        line-height: 1.2em;
        margin-top: 1.777777777777778em;
    }

    .career-img {
        height: 1.5em;
        margin-left: 0;
    }

    .career-section-title {
        display: none;
    }

    .career-section-title-container {
        padding: 0.125em 0;
    }

    .career-title {
        font-size: 1.875em;
        margin-bottom: 0.2em;
    }

    .career-section {
        padding: 2.3125em 4.373177842565598% 2.5em;
        margin-top: 31.69398907103825vh;
    }
}