.stories-header{
    background: #58CC02;
    
}
.stories-header .stories-header-content{
    max-width: 1118px;
    margin: auto;
    padding: 0px 15px;
}
.stories-header .header-content{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-top: 90px;
	padding-bottom: 90px;
}
.stories-header .stories-header-right{
    max-width: 200px;
    width: 31%;
    text-align: center;
	position: relative;
}
.stories-header .stories-header-right img{
    width: 100%;
    height: auto;
	position: absolute;
    bottom: -50px;
    right: 0;
}
.stories-header .stories-header-left{
    max-width: 750px;
    width: 69%;
}
.stories-header .header-left-content{
	max-width: 630px;
}
.stories-header .header-left-content h6{
    font-size: 15px;
    color: #ffffffa6;
    font-family: 'promtsemibold';
}
.stories-header .header-left-content h1{
    margin: 20px 0px;
    font-size: 40px;
    color: var(--color-white);
    font-family: 'promtsemibold';
}
.stories-header .header-left-content h3{
    margin: 0;
    color: #ffffffa6;
    font-size: 20px;
    font-family: 'promtmedium';
	line-height: 25px;
}
.stories-header .header-left-content .view-more{
    margin-top: 45px;
}
.stories-header .header-left-content .view-more a{
    display: block;
    font-size: 15px;
    color: var(--color-white);
    text-transform: uppercase;
    font-family: 'promtsemibold';
    border: 1px solid var(--color-white);
    width: 125px;
    height: 41px;
    border-radius: 10px;
    text-align: center;
    line-height: 41px;
}
.stories-header .header-left-content .view-more a:hover{
    text-decoration: none;
}
.stories-content{
    max-width: 1118px;
    margin: auto;
    padding: 80px 15px 50px;
}
.stories-content .stories-list{
    display: flex;
    flex-direction: row;
    width: calc(100% + 30px);
    margin-left: -15px;
    flex-wrap: wrap;
}
.stories-content .stories-list .stories-item{
    margin: 0 15px 30px;
    background: #47D7FF;
    border-radius: 10px;
    width: calc(33.333333% - 30px);
}
.stories-content .stories-list .stories-item.stories-vocabulary{
    background: #47D7FF;
}
.stories-content .stories-list .stories-item.stories-grammar{
    background: #00D182;
}
.stories-content .stories-list .stories-item.stories-pronunciation{
    background: #FFC800;
}
.stories-content .stories-list .stories-item.stories-natural{
    background: #8EE000;
}
.stories-content .stories-list .stories-item.stories-music{
    background: #CE82FF;
}
.stories-content .stories-list .stories-item.stories-writing{
    background: #709EFF;
}
.stories-content .stories-list .stories-item a{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 20px;
    position: relative;
    height: 345px;
}
.stories-content .stories-list .stories-item h6{
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffffa6;
    font-family: 'promtsemibold';
}
.stories-content .stories-list .stories-item span{
    display: block;
    width: 69px;
    height: 23px;
    position: absolute;
    right: 20px;
    background: #0000000d;
    top: 20px;
    text-align: center;
    line-height: 23px;
    font-size: 10px;
    color: #ffffffa6;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'promtsemibold';
    overflow: hidden;
}
.stories-content .stories-list .stories-item h2{
    margin: 0;
    font-size: 28px;
    margin-top: 20px;
    color: var(--color-white);
    font-family: 'promtsemibold';
    line-height: 33px;
}
.stories-content .stories-list .stories-item h3{
    margin: 15px 0px 0px;
    color: #ffffffa6;
    font-size: 13px;
    font-family: 'promtmedium';
    line-height: 18px;
}
.stories-content .stories-list .stories-item img{
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-height: 60px;
}



@media(min-width: 768px){
    .stories-content .stories-list .stories-item{
        margin: 0 15px 30px;
        background: #47D7FF;
        border-radius: 6px;
        width: calc(50% - 30px);
    }
    .stories-content {

        padding: 30px 15px 30px;
    }
}
@media(min-width: 991px){
    .stories-content .stories-list .stories-item{
        margin: 0 15px 30px;
        background: #47D7FF;
        border-radius: 10px;
        width: calc(33.333333% - 30px);
    }
    .stories-content {

        padding: 50px 15px 50px;
    }
}

@media(max-width: 767px){
    .stories-content .stories-list .stories-item{
        margin: 0 15px 30px;
        background: #47D7FF;
        border-radius: 10px;
        width: calc(100% - 30px);
    }
    .stories-header .header-content{
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .stories-header .stories-header-right{
        margin: auto;
        width: 100%;
        max-width: 150px;
    }
	.stories-header .stories-header-right img{
		position: relative;
		bottom: unset;
	}
    .stories-header .stories-header-left{
        margin-top: 20px;
        width: 100%;
    }
    .stories-content {

        padding: 30px 15px 30px;
    }
}