.experience__text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #464646;
    margin: 0.5rem 0 1.5rem 0;
}

@media screen and (min-width: 1440px) {
    .experience__text {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.1875rem;
        color: #464646;
        margin: 0.5rem 0 0.5rem 0;
    }
}

