body {
    font-family: Montserrat, sans-serif !important;
}
.main_content {
    margin-bottom: 43px;
}
.title_content {
    text-align: center;
    display: block;
    margin: 101px auto 0;
    font-size: 45px;
    font-weight: bold;
    font-family: 'Montserrat';
    line-height: 67.5px;
    margin-bottom: 40px;
}
.main_content {
    width: 100%;
}
.tab_rewarded {
    width: fit-content;
    height: 35px;
    margin: auto;
    border-bottom: solid 1px #ccc;
}
.tab_rewarded li a{
    padding: 9px 30px;
}
.tab_rewarded li a {
    font-size: 18px;
    line-height: 21.94px;
    color: #333;
}
.tab_rewarded li:hover a {
    text-decoration: none;
}
.tab_rewarded li:hover a,
.tab_rewarded li.active a {
    border-bottom: solid 5px #61C1DA;
}
.tab-content {
    margin-top: 42px;
}
.items_rewarded {
    margin-bottom: 40px;
}
.items_rewarded_img {
    height: 360px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}
.slick-track .items_rewarded_img {
    height: 260px;
}
.items_rewarded img {
    margin-bottom: 24px;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}
.items_rewarded p {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.items_rewarded span {
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
    .title_content {
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 36px;
        line-height:48px;
    }
    .tab_rewarded {
        border-bottom: none;
    }
    .tab_rewarded li a{
        padding: 9px 17px;
    }
    .tab-content {
        padding: 0 15px;
    }
    .items_rewarded img {
        width: 100%;
        margin-bottom: 10px;
    }
    .items_rewarded {
        margin-bottom: 20px;
    }
    .items_rewarded p {
        font-size: 22px;
        line-height: 30px;
    }
    .items_rewarded span {
        font-size: 16px;
    }
    
    .slick-track .items_rewarded_img {
        height: 200px;
    }
}