.cogbooks-course-coach-list-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    border: 2px solid #e2e7ed;
    border-radius: 6px;
    background: #fff;

    padding: 0.85rem;
    margin: 15px 0px;
}


.cogbooks-course-coach-list-heading {
    font-weight: 700;
    font-size: 24px;
    margin: 0.5em 0;
    margin-top: 50px;
}


.cogbooks-course-list-button {
    background-color: #003865;
    color: #fff;
    border-radius: 100px;
    padding: 10px 15px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
    margin-right: 0;
}

.cogbooks-course-list-button:hover {
    color: #fff;
    opacity: 0.8;
}