.wk-promo-strip{   
    margin-bottom: 60px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.8s;
    text-align: left;
	margin-top:-90px;
    opacity: 1;
}
.wk-promo-strip.scale{
    margin-top:0;
    opacity: 0;
}
.wk-promo-strip .promos{
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px -4px 35px 30px rgba(0, 0, 0, 0.19);
    border-radius: 30px;
    display: flex;
    padding: 0;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.wk-promo-strip .promos .promo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
	margin: 0 ;
	width: 50%;
	transition: .2s ease-in;
}
.wk-promo-strip .promos .promo-item:hover{
	background: #faf8f3;
}
.wk-promo-strip .promos .promo-item .promo-image img{
	max-width:inherit;
	border-radius:10px;
}
.promo-content{
    padding: 0 0 0px 40px;
}
.promo-content .eyebrow-txt{
    color: #7563A5;
    margin-bottom: 10px;
}
.promo-content h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    color: #180d36;
}
.promo-content h2 a {
    color: var(--wk-cta-color-opt2);
}
.promo-content h2 a:hover {
    text-decoration: underline;
}
@media (max-width: 1160px){
    .wk-promo-strip{
        margin-top: -60px;
		margin-bottom: 0;
    }
    .wk-promo-strip .promos {
        border-radius: 20px;
    }
    .promo-content {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 991px){
    .wk-promo-strip .container{
        padding: 0;
        max-width: 100%;
    }
    .wk-promo-strip{
        position: relative;
        top: 0;
        background-color: #fff;
        margin-bottom: 0 !important;
        margin-top: 0;
    }
    .wk-promo-strip .promos{
        flex-direction: column;
    }
    .wk-promo-strip .promos .promo-item{
        width: 100%;
        margin: 0;
        border-bottom: 2px solid #dedede;
        padding: 30px;
    }
    .wk-promo-strip .promos .promo-item:last-child{
        margin-bottom: 0;
        border-bottom: none;
    }

    .wk-promo-strip .promos .promo-item .promo-image {
        width: 20%;
    }
    .promo-content{
        width: 80%;
    }
    .wk-promo-strip .promos{
        border-radius: 0;
        box-shadow: none;
    }
    .promo-content .eyebrow-txt{
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.16em;
        margin-bottom: 3px;
    }
    .promo-content h2 {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 767px){
    .wk-promo-strip .promos .promo-item .promo-image img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 575px){
    .wk-promo-strip{
         margin-top: 0px;
    }
}