

.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 4px 16px;

}

#cards-container {
overflow: hidden;
margin: -5px;
}

.cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 999999px;
}
.card h2{
    font-size: 16px;
    font-family: roboto;
    color:  #EE2021;
    font-weight: 700;
    line-height: 1;
margin: 15px 15px 0px 0px;
}
.card a{
    background: #EE2021;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-family: roboto condensed;
    font-weight: 700;
    line-height: 48px;
padding: 10px;
    text-decoration: none;

}
.card p{
margin: 15px 15px 10px 0px;
    text-align: left;
    font-size: 16px;
    font-family: roboto;
    color: #677078;
margin-bottom: 15px;
}
.card img {
    width: 100%;

    display: inline-block;
    }
    .scrolltitle h1{
 text-align: left;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        background: #ffda44;
        margin: 0;
        padding: 10px 15px;
        line-height: 28px;
        margin-bottom: 20px;
        font-family: roboto condensed;
        margin-top: 80px;
    }

.card {
/* Add shadows to create the "card" effect */
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
background: #fff;
-webkit-transition: 0.2s;
transition: 0.1s;
width: 250px;
height: 340px;
margin: 15px 5.5px;

}

.card:hover {
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
}



#slide-left-container,
#slide-right-container {
display: none;
}

#slide-left-container.active,
#slide-right-container.active {
display: block;
cursor: pointer;
}

.slide-left,
.slide-right {
color: #EE2021;
border-style: solid;
height: 25px;
width: 25px;
margin-top: 30%;
}

.slide-left {
border-width: 4px 0 0 4px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
margin-left: 20%;
margin-right:15px ;
}

.slide-right {
border-width: 4px 4px 0 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: 20%;
}
