.m-heading { margin-top: 60px;}

.m-heading h1 {
    font-weight: 400;
    font-size: 52px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #005187;
}

.m-heading h2 {
    font-weight: 400;
    font-size: 40px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #002a3f;
    margin-bottom: 20px;
}
.m-heading p {
    width: 50%;
    margin-bottom: 40px;
}
.m-heading h2 + p {
    width: 50%;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .m-heading h2+p {
        width: 100%;
        margin-bottom: 20px;
    }
}