.ausab-courses-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ausab-course-wrapper {
    width: 42%;
    margin-bottom: 15px;
}
.ausab-course-inner-wrapper {
    padding: 15px;
}

.ausab-course-wrapper img {
    object-fit: cover;
    width: 100%;

}
.ausab-course-wrapper h3 {
    margin-top: 15px;

}


.ausab-course-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.ausab-course-wrapper ul i{
    margin-right: 5px;
}

.ausab-read-more {
    text-align: center;
}
.ausab-read-more a {
    box-shadow: 0px 10px 20px 0px #00000033;
    display: block;
    padding: 0 20px;
    line-height: 36px;
    font-size: 13px;
    border-radius: 100px;
    text-transform:uppercase;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none!important;
}

.ausab-read-more a:hover {
    transition: 0.2s ease-in-out;

}

.ausab-price-wrapper {
    padding: 5px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
}
.ausab-price-wrapper p{
    padding: 0;
    margin: 0;
    font-weight: 600;
}

/* Media queries */

@media only screen and (max-width: 993px) {
    .ausab-course-wrapper {
        width: 100%;

    }
    .ausab-course-wrapper img {
        object-fit: cover;
        width: 100%;
        height: auto;
    }
    .ausab-course-wrapper h3 {

        min-height: 0px;
    }
}
