footer.teruleti {
    background-color: #ededed;
    font-size: 15px;    
    font-weight: 500;
    line-height: 122%;
    font-family: "Satoshi";
}

footer.teruleti .mcontainer {
    padding: 0 10px 10px 10px;
    background-color: #E74550;
}

footer.teruleti .table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer.teruleti .mcontainer .table nav {    
    float: none;
    margin-top: 0px;
}
  
footer.teruleti .mcontainer .table nav > ul {
    margin-top: 0px;
}

footer.teruleti .mcontainer .table nav > ul > li > ul > li {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 122%;
    text-transform: uppercase;
}

footer.teruleti .mcontainer .table section {
    width: auto;
    float: none;    
}

footer.teruleti .mcontainer .table section iframe {
    width: 296px;
    height: 192px;
}

footer.teruleti .title {
    padding-bottom: 15px;
}

footer.teruleti .col-12 {
    padding: 10px 10px 0 0!important;
}

footer.teruleti .col-12.map {
    padding-right: 0!important;
}

@media screen and (max-width: 500px) {
    footer.teruleti .mcontainer {
        display: block;
    }
}

@media (max-width: 800px) {
    footer.teruleti .mcontainer .table section iframe {
        width: 236px;
        height: 132px;
    }    
}
