.main-page-rewards-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0 40px 0;
    gap: 24px;
}
.main-page-rewards-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #24292F;
}
.main-page-rewards-block .owl-stage-outer {
    padding: 0 12px;
	margin: 0 -12px;
}
.main-page-rewards-block .owl-stage {
    padding: 16px 0;
}
.main-page-rewards-block .owl-theme .owl-nav {
    margin-top: 0;
}
.main-page-rewards-block .block-item {
    width: 100%;
    /* height: 252px; */

    /* Background/White */
}
.main-page-rewards-block .block-item__wrapper {
    width: 100%;
}
.main-page-rewards-block .block-item__wrapper .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 100%;
}
.main-page-rewards-img {
    border-radius: 8px;
    height: 254px;
    max-height: 254px;
    width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0px;
}
.main-page-rewards-link {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #5820F6;
}
.main-page-rewards-link:hover {
	text-decoration-line: none;
	color: #5820F6;
}
.main-page-rewards-link svg {
	width: 16px;
	fill: #5820F6;
	vertical-align: middle;
	margin-left: 8px;
}
.main-page-rewards-block .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
	object-position: left top;
	border-radius: 10px;
}
.main-page-rewards-item-title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #24292F;
}
.main-page-rewards-text-block {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #24292F;
    max-height: 75px;
    overflow-y: hidden;
}
.main-page-rewards-date {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #9EA0A3;
}
.main-page-rewards-block .owl-nav {
    position: absolute;
    right: 0;
    top: -68px;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i, .owl-carousel button.owl-dot {
    display: none;
}
.main-page-rewards-block .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}
.owl-carousel .owl-nav button.owl-next:before {
    content: '';
    background-image: url("/upload/mainpage/owl-nav-next.svg");
    width: 36px;
    height: 36px;
    display: block;
}
.owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    background-image: url("/upload/mainpage/owl-nav-prev.svg");
    width: 36px;
    height: 36px;
    display: block;
}
@media screen and (max-width: 1561px) {
	.main-page-rewards-block .block-item {
		width: 350px;
	}
}
@media screen and (max-width: 1440px) {
	.main-page-rewards-block .block-item {
		width: 300px;
	}
	.main-page-rewards-img {
		height: 230px;
	}
}
@media screen and (max-width: 991px) {
    .main-page-rewards-block {
        padding: 80px 20px;
        gap: 24px;
    }
    .main-page-rewards-block .block-item {
        width: 350px;
        height: 100%;
    }
    .main-page-rewards-block .block-item__wrapper .item {
        gap: 15px;
    }
    .main-page-rewards-text-block {
        font-size: 13px;
        line-height: 16px;
        max-height: 65px;
    }
}
@media screen and (max-width: 480px) {
	.main-page-rewards-block {
        padding: 20px 20px;
        gap: 24px;
    }
    .main-page-rewards-title {
        font-size: 24px;
        line-height: 32px;
    }
    .main-page-rewards-block .block-item {
        width: 322px;
    }
    .main-page-rewards-head-name {
        font-size: 14px;
        line-height: 18px;
    }
    .main-page-rewards-text-block {
        font-size: 13px;
        line-height: 16px;
        max-height: 50px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        width: 32px;
        height: 32px;
    }
	.main-page-rewards-block .owl-stage-outer {
		margin-right: -24px;
	}
	.main-page-rewards-item-title {
		font-size: 18px;
		line-height: 24px;
	}
}