.st-guide-cta{display:flex;flex-direction:row;align-items:flex-start;gap:40px}.st-guide-cta__content{border-left:2px solid #707070;flex:1 0 50%;padding-top:.5em;padding-left:1em;padding-right:10%;position:relative}.st-guide-cta__content::before{content:"";position:absolute;background:linear-gradient(to bottom,rgba(0,0,0,0) 40%,black 40%);height:70%;z-index:2;width:4px;left:-3px;bottom:0}.st-guide-cta .st-guide-cta__guides{flex:1 0 50%;display:flex;flex-direction:column;row-gap:20px}.st-guide-cta .st-guide-cta__guide{background-color:#000;padding:15px 20px;border-radius:3px;border-right:6px solid #de0167;box-shadow:0px 2px 30px -15px #ddd}.st-guide-cta .item-title{display:flex;flex-direction:row}.st-guide-cta .item-arrows{flex:0 0 auto;padding-right:10px;color:#aaa}.st-guide-cta .st-guide-cta__guide h5{margin:0;text-transform:uppercase;letter-spacing:1.5px;color:#fff}.st-guide-cta .st-guide-cta__guide h5:hover{color:#de0167}@media screen and (max-width:991px){.st-guide-cta{display:flex;flex-direction:column;align-items:flex-start;gap:40px}}