.text-spaced{
    width: 60%;
}

.strong-text-width{
    width: 40%;
}

.flex-box{
    display:flex;
}

@media only screen and (max-width: 768px) {
    .strong-text-width{
        width: 100%;
    }

    .flex-box{
        display:flex;
        flex-direction: column;
    }
    .text-spaced{
        width: 100%;
    }
}