	.scroll-curb {
	    width: 100%;
	    height: 100%;
	    order: 2;
	}
	
	.sec2 {
	    height: 100vh;
	    position: relative;
	    display: block;
	}
	
	.scrolling-side {
	    padding-left: 10vh;
	}
	

	.scroll-but{ display: inline-block;
    background: none;
    padding: 9px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    width: 170px; }


.scroll-but:hover{background: black;  color: #fff;}
	.scroll-p{ margin-bottom: -2.5em; text-align: left; }
	.code-orange {
	    box-shadow: inset 0 0 10px #ff5c09, inset 20px 0 9px #ff5c09, inset -20px 0 10px #ff5c09, inset 20px 0 10px #ff5c09, inset -20px 0 10px #ff5c09, 0 0 10px #ff5c09, -10px 0 50px #ff5c09, 10px 0 41px #862d00;
	    border-radius: 10px;
	}
	
	.code-blue {
	    box-shadow: inset 0 0 10px #5959ff, inset 20px 0 9px #5959ff, inset -20px 0 10px #5959ff, inset 20px 0 10px #5959ff, inset -20px 0 10px #5959ff, 0 0 10px #5959ff, -10px 0 50px #5959ff, 10px 0 41px #302bf5;
	    border-radius: 10px;
	}
	
	.code-green {
	    box-shadow: inset 0 0 10px #38c657, inset 20px 0 9px #38c657, inset -20px 0 10px #38c657, inset 20px 0 10px #38c657, inset -20px 0 10px #38c657, 0 0 10px #38c657, -10px 0 50px #38c657, 10px 0 41px #8b9e27;
	    border-radius: 10px;
	}
	
	.picture {
	       width: 10vh;
    height: 10vh;
    transform: ;
    position: absolute;
    top: 15vh;
    border-radius: 50%;
    border: 0.2vh solid white;
    box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
    transform: translate(-19vh);
	}
	
	.dash {
	    width: 4.5vh;
	    height: .6vh;
	    border-radius: 9px;
	    border: 1.6px solid #fff;
	    background: #fd5314;
	    position: absolute;
	    top: 20vh;
	    transform: translate(-2vh);
	}
	
	.line {
	       width: 1.5px;
    height: 100%;
    background: #1156be;
    position: absolute;
    top: 0%;
    border-radius: 25px;
	}
	
	.words {
	    font-size: 3.2vh;
	    padding-right: 25%;
	    order: -1;
	}
	
	.words p {
	    padding: 4vh 0vh;
	    line-height: 1.5rem;
	}
	/* MEDIA QUERY */
	
	@media (max-width:1000px) {
	    .sec2 {
	        grid-template-columns: 1fr;
	        height: 200vh;
	    }
	    .line {
	        height: 40%;
	        top: 4%;
	    }
	    .scroll-curb {
	        order: -1;
	    }
	    .words {
	        order: 2;
	    }
	}