.wk-story-telling {
    background-color: var(--text-primary-color);
    color: var(--wk-cta-color-opt2);
    padding: 100px 0;
}
.wk-story-telling .section-desc {
    margin-bottom: 25px;
    width: 60%;
}
.wk-story-telling .story-card {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.wk-story-telling .story-card:last-child{
    margin-bottom: 0;
}
.wk-story-telling .stories{
    margin-top: 85px;
}
.wk-story-telling .story-card.swap {
    flex-direction: row-reverse;
}
.wk-story-telling .story-card .image-section {
    width: 40%;
}
.wk-story-telling .story-card .image-section img {
    border-radius: 30px;
}
.wk-story-telling .story-card .content-section {
    padding-left: 100px;
    width: 60%;
}
.wk-story-telling .story-card.swap .content-section {
    padding-left: 0;
    padding-right: 100px;
}
.wk-story-telling .story-card .content-section .title{
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 25px;
}
.wk-story-telling.full-potential .story-card .content-section .title{
	font-size:42px;
}
.wk-story-telling .story-card .content-section .title > p{
    margin-bottom: 0;
}

.wk-story-telling .story-card .content-section .desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}
.wk-story-telling .story-card .content-section .desc p:last-child{
    margin-bottom: 0;
}
.wk-story-telling .story-card .content-section .cta-links{
    
}
.wk-story-telling .container > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1160px){
    .wk-story-telling .section-desc{
        width: 90%;
    }
}
@media (max-width: 991px){
    .wk-story-telling{
        padding: 50px 0;
    }
    .wk-story-telling .section-desc{
        width: 100%;
    }
    .wk-story-telling .section-heading, 
    .wk-story-telling .section-desc {
        text-align: left;
    }
    .wk-story-telling .cta-box {
        margin-bottom: 50px;
    }
    .wk-story-telling .story-card {
        margin-bottom: 60px;
    }
    .wk-story-telling .story-card .image-section {
        width: 50%;
    }
    .wk-story-telling .story-card .content-section {
        padding-left: 30px;
        width: 50%;
    }
    .wk-story-telling .story-card .content-section .title{
        font-size: 28px;
        line-height: 125%;
    }
	.wk-story-telling.full-potential .story-card .content-section .title{
		font-size:28px;
	}
    .wk-story-telling .story-card .content-section .desc{
        width: 100%;
    }
}
@media (max-width: 767px){
.wk-story-telling .stories{
    margin-top: 50px;
}   
    .wk-story-telling .story-card{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .wk-story-telling .story-card.swap{
        flex-direction: column;
    }
    .wk-story-telling .story-card.swap .content-section{
        padding-right: 0;
    }
    .wk-story-telling .story-card .content-section .desc{
        margin-bottom: 0;
    }
    .wk-story-telling .story-card .image-section {
        width: 100%;
    }
    .wk-story-telling .story-card .content-section {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-top: 30px;
    }
    .wk-story-telling .story-card .content-section .title {
        margin-bottom: 15px;
    }
    .wk-story-telling .story-card .content-section .desc {
        width: 100%;
    }
}

@media (max-width: 480px){
    .wk-story-telling .cta-box .cbtn {
        margin-right: 0;
        margin-bottom: 15px;
        min-width: 250px;
    }
}


/* Story Telling Option 2 */
.wk-story-telling .stories.option2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.wk-story-telling .stories.option2 .story-card, 
.wk-story-telling .stories.option2 .story-card.swap {
    flex-direction: column;
    margin-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.wk-story-telling .stories.option2 .story-card:nth-child(1){
    padding-right: 6%;
}
.wk-story-telling .stories.option2 .story-card:nth-child(2){
    padding-left: 6%;
}

.wk-story-telling .stories.option2 .story-card .image-section, 
.wk-story-telling .stories.option2 .story-card.swap .image-section {
    width: 100%;
}

.wk-story-telling .stories.option2 .story-card .image-section > img{
    width: 100%; 
}

.wk-story-telling .stories.option2 .story-card .content-section {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}

@media (max-width: 1160px){
    .wk-story-telling .stories.option2 .story-card .content-section{
        padding-right: 0;
    }
    .wk-story-telling .stories.option2 .story-card .content-section .desc{
        width: 100%;
    }
}
@media (max-width: 767px){
    .wk-story-telling .stories.option2 .story-card{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    
    .wk-story-telling .stories.option2 .story-card:nth-child(2){
        margin-top: 70px;
    }

    .wk-story-telling .stories.option2 {
        flex-direction: column;
        margin-top: 50px;
    }
    .wk-story-telling .stories.option2 .story-card, 
    .wk-story-telling .stories.option2 .story-card.swap{
        width: 100%;
    }
    .wk-story-telling .stories.option2 .story-card .content-section{
        padding-right: 0;
    }
    .wk-story-telling .stories.option2 .story-card .content-section .desc{
        width: 100%;
    }

    .wk-story-telling .story-card .content-section .cta-links{
        margin-top: 15px;
    }
}