.green-arrow--container{
    list-style-type: none;
    padding: 0px 0px;
}
.green-arrow--link{
    margin-right: 4px;
    position: relative;
    cursor: pointer;

}
.green-arrow--item{

color: white;

height: 31px;

width: calc(100% - 20px);

line-height: 0px;

border-top: 15.5px solid transparent;

border-bottom: 15.5px solid transparent;

border-left: 20px solid white;
}
.arrow--after{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 15.5px solid transparent;
    border-bottom: 15.5px solid transparent;
    display: inline-block;
}
.green-arrow--link:hover{
    opacity: 0.9;
}
.scrolling-wrapper{
	overflow-x: auto;
}
.card-block{
	height: 250px;
	background-color: #fff;
	border: none;
	background-position: center;
	background-size: cover;
	transition: all 0.2s ease-in-out !important;
	border-radius: 24px;
}
