﻿h2 {
    color: #424242;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
}

a {
    text-decoration: none !important;
    color: #E02B26;
}

.supported-browsers img {
    position: relative;
    left: 37%;
}
/*----- ACCORDION -----*/
.accordion {
}

    .accordion.accordion-border {
        border: solid 1px #ddd;
        border-radius: 2px;
    }
.acctitle:first-child {
    border-top: none;
}

.acctitle {
    font-size: 18px;
    font-weight: 600;
    color: #424242;
    background-color: #f6f6f6;
    border-top: solid 1px #ddd;
    padding-right: 15px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
}

    .acctitle:hover {
        cursor: pointer;
    }

    .acc_content {
        font-size: 18px;
        color: #424242;
        padding-right: 15px;
        padding-top: 15px !important;
        padding-left: 20px;
        padding-bottom: 15px;
    }

/*--------------------------------------------------------------
                       Media queries
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 992px) {
    h2 {
        font-size: 24px;    
    }

    .acctitle {
        font-size: 14px;
    }

    .acc_content {
        font-size: 14px;
    }

    .supported-browsers img {
        left: 30%;
    }

}

@media only screen and (max-width: 575px) {
    .container {
        /*width: 470px;*/
    }


}