.image {
    position: relative;
    display: block;
}
.bg_full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat 50% 50%;
    overflow: hidden;
    background-size: cover;
}
.courses .image {
    padding-top: 116%;
}
.courses .image:before {
    content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
	z-index: 1;
	background-image: linear-gradient(180deg, #00000000 28.76%, #000000 100%);
}
.course_con {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 10px 10px 30px 10px;
}
.title_22 {
    font-family: Oswald;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}
.desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}
.course_con .title_22 {
    color: #FFFFFF;
}
.course_con .desc {
    color: #FFFFFF;
    max-width: 290px;
    margin: 10px auto 0;
}
.courses-container .swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.courses-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #00000080;
    opacity: 1;
    border-radius: 1px;
    margin: 0 2px !important;
    transition: 0.3s;
}
.courses-container .swiper-pagination-bullet-active {
    width: 45px;
    height: 6px;
    background: #A3CEF1;
    border-radius: 2px;
}