
h2,.btn {
    font-family: 'Segoe UI', open sans;
    
}

.btn {

    letter-spacing: 1px;
    border-radius: 3px;
    white-space: normal;
}

.btn-grey {
    background: #777;
    border: #999 1px solid;
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    margin-top: 0px;
    padding: 0.2em 2em;
    text-transform: uppercase;
    transition: border 0.5s, color 0.5s, background 0.5s;
    margin: 1em 0;
    min-width: 180px;
}

.btn-grey:hover {
    background: white;
    border: #777 1px solid;
}

/*.btn.btn-red{
background: #e43f3d;
border: #e43f3d 1px solid;
}
.btn.btn-red:hover{
background:#900;
}*/
#highlights h2 {
    font-size: 2.8em;
    color: #e43f3d;
}

.img-respone {
    display: block;
    height: auto;
}

.item .img-respone {
    height: 60vh;
    width: auto
}

.item .vs-container {
    max-width: 1400px;
}

img.icon,
img.stepicon {
    /*max-height: 115px;*/
    padding-bottom: 10px;

}

h4 {
    font-size: 1em;
    font-weight: bold;
    min-height: 36px;
}

.table > tbody > tr > td{padding-bottom: 1em; padding-top: 1em;}

.grid p {
    text-align: left;
    padding-bottom: 2em;
}

.product {
    max-width: 280px;
}

.col-lg-4 ul {
    text-align: left;
    padding-left: 2vw;
    padding-right: 1vw;
    list-style-type: none;
}

.col-lg-4 h3 {
    font-weight: bold;
    font-size: 22px;
}

.row.pane-main h2 {
    font-family: Open Sans;
}


.v-center {
    display: flex;
    align-items: center;
}

.section-support {
    padding: 4em 0
}

.section-support h2 {
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 2.5em;
    margin: 0;
	font-size: 2em;
}

.section-support .grid a {
    color: #900;
    text-decoration: underline;
}

@media (max-width: 750px) {
   

    .col-lg-4 p {
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .v-center {
        display: block;
    }



.img-responsive {
    max-width: auto !important
}
}


@media (max-width:998px) {
    .item .img-respone {
        height: 40vh;
        width: auto;
    }

    #highlights h2 {
        text-align: center;
        font-size: 4.5vh;
    }

    #highlights .item p {
        text-align: center;
        margin: 0
    }
}

@media (min-width:751px) and (max-width:1200px) {
    img.icon {
        max-height: 100px;
    }

    img.stepicon {
        max-height: 200px
    }
}