.page-top-banner {
    background: url('../images/services/Audiology-Services.jpg');
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-apply {
    margin: 50px 0;
}

.details .flex {
    justify-content: space-between;
}

.details .col-md-7 a {
    color: #1A407E;
    font-weight: 600;
    font-size: 15px;
}

.details .flex a {
    color: #ccc;
    background: #1A407E;
    padding: 16px;
    margin: 0;
    margin: 0 4px;
}

.details .card {
    overflow: hidden;
}

.details .col-md-7 h3 {
    font-size: 18px;
}

.details .icon-flex {
    justify-content: flex-start;
    margin: 20px 0;
}

.details p {
    text-align: left;
    margin: 10px 0;
}

.details h2 {
    font-size: 20px;
    text-align: left;
}

.details h5 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

@media (max-width:720px) {
    section.details {
        padding: 10px;
    }

    .middle-apply {
        margin: 50px 0 0 0;
    }
}