#companiesContainer {
    position: relative;
    padding-top: 222px;
    width: 42%;
    left: 11%;
    color: black;
    /* padding-bottom: 135px; */
    line-height: 22px;
}

b {
    font-weight: bold;
}

#companiesTitle {
    margin-bottom: 30px;
    font-size: 16pt;
    font-weight: 700;
    margin-top: 50px;
    color: #181c37;
}

#companiesText {
    margin-bottom: 0px;
    color: #171B37;
}

#companiesitle {
    font-size: 37px;
    margin-bottom: 43px;
    letter-spacing: 13px;
    text-transform: uppercase;
    line-height: 40px;
    color: #171B37;
}

#header {
    color: #171b37 !important;
}

.arrow {
    filter: none;
}

.arrow2 {
    filter: none;
}

#companiesRoute {
    font-size: 18px;
    margin-bottom: 56px;
    color: #171B37;
}

.company {
    width: 100%;
    margin: 16px;
    cursor: pointer;
    height: auto;
    background-color: white;
}

.company2 {
    width: 19%;
    margin: 16px;
    cursor: pointer;
    float: left;
    position: relative;
}

.country {
    left: 0%;
    position: relative;
    text-align: center;
    color: #171B37;
    width: 105%;
}

.company:hover {
    transform: scale(1.1) !important;
    -webkit-box-shadow: -1px 1px 13px -4px rgba(168, 168, 168, 1);
    -moz-box-shadow: -1px 1px 13px -4px rgba(168, 168, 168, 1);
    box-shadow: -1px 1px 13px -4px rgba(168, 168, 168, 1);
}

#companiesLogoContainer {
    position: relative;
    width: 80%;
    left: 11%;
    padding-bottom: 74px;
    overflow: auto;
}

#content {
    background-color: #FFFBF3;
    padding-bottom: 100px;
}

@media screen and (max-width: 780px) {
    #companiesContainer {
        position: relative;
        padding-top: 52px;
        padding-bottom: 8px;
        width: 80%;
        left: 10%;
        color: black;
        padding-bottom: 64px;
    }
    #companiesitle {
        font-size: 37px;
        line-height: 34px;
        margin-bottom: 30px;
        letter-spacing: 7px;
        text-transform: uppercase;
    }
    #header {
        color: #171b37 !important;
    }
    .arrow {
        filter: none;
    }
    #companiesRoute {
        font-size: 18px;
        margin-bottom: 48px;
        color: rgb(100, 100, 100);
    }
    .company {
        width: 100%;
        height: AUTO;
        margin: 5px;
        cursor: pointer;
    }
    #companiesLogoContainer {
        position: relative;
        width: 90%;
        left: 5%;
        padding-bottom: 74px;
        overflow: auto;
    }
    #content {
        background-color: #FFFBF3;
    }
    #header {
        background-color: #fefbf3;
    }
    .btn12.open .icon:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        background-color: white;
    }
    .btn12.open .icon:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        background-color: white;
    }
    .country {
        text-align: center;
        left: 0;
    }
    .company2 {
        WIDTH: 40%;
    }
}