/***** SL How it works Start Here *****/
.right-image-content.earning-collage-credit .content-img {
    max-width: 440px;
    margin-left: 35px;
}

.right-image-content.earning-collage-credit .content-img .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 126px;
    height: 126px;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.right-image-content.earning-collage-credit .content-img .play-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.left-image-content.guaranteed-credit-transfer a.site-link-blue {
    color: var(--blue);;
}

.left-image-content.guaranteed-credit-transfer .content-max {
    max-width: 445px;
}

.line-draw.left-style-18 {
    left: -210px;
}

/***** SL How it works END Here *****/