@media only screen and (max-width: 767px) {
    .logo-partner {
        height: 150px;
        width: 150px;
    }

    .container-map {
        background-color: #000000;
        padding: 0px;
    }

    .keys_list li {
        font-size: 14px;
        list-style-type: none;
        line-height: 2;
        color: black;
        font-weight: 200;
        font-family: Roboto-Lite, Sans-Serif;
        text-align: left;
    }

    .keys_list {
        width: 312px;
        padding: 0px;
    }

    .keys-section {
        height: 100%;
        background-color: #ffffff;
        padding: 40px;
        text-align: center;
    }
}

@media only screen and (min-width:768px) {
    .keys_list li {
        font-size: 14px;
        text-align: left;
        padding-left: 150px;
        list-style-type: none;
        line-height: 2;
        color: black;
        font-weight: 200;
        font-family: Roboto-Lite, Sans-Serif;
    }

    .partners-list img {
        padding-left: 20px;
    }

    .keys-section {
        background-color: #ffffff;
        padding: 40px;
        height: 290px;
        text-align: center;
    }

    .logo-partner {
        height: 220px;
        width: 200px;
    }

    .container-map {
        background-color: #000000;
        padding: 0px;
    }
}

.about {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5522584033613445) 0%, rgba(227,225,225,1) 25%);
    background-size: cover;
}

.about_intro {
    font-weight: 800;
}

.row-about {
    padding: 100px;
}

.col-sm-5 {
    padding-top: 250px;
    padding-left: 50px;
}

.col-sm-2 {
    padding-right: 30%;
}






.keys_list i {
    color: green;
    font-size: 15px;
}

.keys-section h1 {
    font-size: 18px;
    font-weight: 400;
}

.keys-section p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
}

.checklist {
    line-height: 1;
}

.partners-list {
    padding: 50px;
}


.partners-name {
    text-align: center;
}

.partners-name a {
    font-size: 20px;
    color: black;

}

.partners {
    padding: 50px;
}

.partners-bg {
    background-color: #e3e1e1;
}

.partners .hidden {
    position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.partners {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(220, 219, 219, 0.28);
}

.partners:hover .overlay {
    opacity: 1;
}

.text {
    font-family: Roboto;
    font-size: 14px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid red;
}

.map {
    background-color: gray;
}
