@import "../scss/variables";

.qb-class-card {

    padding: 30px 15px;
    background-color: #fff;
    border: solid 1px rgba(25, 34, 48, 0.1);
    border-radius: 4px;
    margin-bottom: 15px;

    .sec-class-detial {

        display: flex;

        .right-content {
            margin-left: 20px;

            >h5,
            >h6 {
                font-family: "Gotham Narrow A", "Gotham Narrow B";
                font-weight: bold;
            }

            >h6:first-of-type {
                opacity: .5;
            }

            >h6:last-of-type {
                color: $sky
            }

            >p {
                font-size: 16px;
            }
        }
    }

    .sec-buttons {

        display: flex;
        flex-direction: column;
        align-items: center;

    }
}