.intro-image {
    margin-top: 20px;
}

.details table th, .details table td {
    border-bottom: 1px solid #707070;
    font-size: 14px;
    line-height: 20px;
}

.details table td {
    padding: 20px 15px 20px 10px;
}

.details table th p, .details table td p {
    margin-top: inherit;
}

@media (min-width: 768px) {
    .intro-image {
        margin-top: 60px;
    }

    .details table th, .details table td {
        font-size: 18px;
        line-height: 24px;
    }

    .details table td {
        padding-left: 20px;
    }
}