.text-intro p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    text-indent: 2em;
}

.info-btns .md-blue {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 6px;
    width: 240px;
}

@media screen and (max-width: 750px) {

    .info-btns {
        display: flex;
        padding: 1rem 0.5rem;
        justify-content: space-around;
    }

    .info-btns .md-blue {

        width: 35%;
        font-size: 0.9rem;
    }
}