.swiper {
    width: 100% !important;
    margin-top: 20px;
    padding-bottom: 20px;
}
.course-heading{
    text-align: center;
    margin-bottom: 25px;
}
.learningResourcesBlock{
    width: 80%;
    margin: 1% auto 5%;
}
.matchHeight {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn-resource{
    text-align: center;
    margin-top: 80px;
}
.btn-resource .btn.btn-primary{
    padding: 15px 25px;
    font-size: 18px;
}

.courseList {
    margin-top: 30px;
    vertical-align: top;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -30px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -30px;
}
.swiper-button-next, .swiper-button-prev {
    color: #000000;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px;
}
.courseBlock {
    display: inline-block;
    background: #fff;
    padding: 0px;
    border-radius: 20px;
    width: calc(33% - 20px);
    vertical-align: top;
    position: relative;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.courseListFromAPI .courseImg {
    height: 170px;
}

.courseImg {
    border-radius: 19px 19px 0px 0px;
}

.courseListFromAPI .courseImg.courseMatchHeight img {
    border-radius: 19px 19px 0px 0px;
    height: 100%;
    width: 100%;
}

.courseListFromAPI .courseTitle {
    height: 300px;
}

.courseTitle {
    padding: 10px 20px 55px;
    width: 100% !important;
    max-width: 100%;
}

.courseListFromAPI .courseTitle h3 {
    color: #222;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.platformStamp {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 0px 6px;
    border-radius: 200px;
    font-weight: 800;
    height: 28px;
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    align-items: center;
    width: auto;
    justify-content: center;
}

.platformStamp img {
    height: 16px;
}

.courseListFromAPI .courseTitle .courseDescription {
    color: #222;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    line-height: 1.3em;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.courseBlock .btn-primary,
.getStartedBlock .btn-primary {
    font-size: 13px;
    padding: 10px;
    background: #0c214c;
    border-color: #0c214c;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.courseBlock .btn-primary:hover {
    background: #1d3972;
    border-color: #1d3972;
}
.courseBlock .btn-primary:hover{
    top: unset;
}

.courseBlock .fas {
    font-size: 20px;
    margin-right: 10px;
}

.fa-laptop::before {
    content: "\f109";
}
@media (max-width: 1024px) {
    .learningResourcesBlock {
        width: 90%;}
}
@media (max-width: 600px) {
    .learningResourcesBlock {
        width: 80%;}
        .btn-resource .btn.btn-primary{
            font-size: 14px;
    padding: 11px 25px;
        }
}