section.course-section.custom-css-4 {
    margin: 50px 0;
}
.sec-content {
    text-align: center;
}
.sec-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #051939;
}
.course-wrpp {
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 10px;
}

figure.course-image img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    object-position: top;
}

.course-price {
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #f15b43;
}

.course-btn {
    text-align: right;
}

.course-btn a {
    display: inline-block;
    background: #051939;
    padding: 5px 14px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    border-radius: 50px;
    transition: .5s all;
    text-decoration: none !important;
}

.course-btn a:hover{
    background: #051939;
    color: #ffffff;
}
.course-title a{
    text-decoration: none !important;
}