.footer {
    background-color: #3f3f3f;
    padding: 40px 0 70px 0;
}
.footer-top .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.funding,
.project,
.execution {
    width: 30%;
}
.project .description {
    color: #fff;
    font-weight: 300;
}
.footer .stitle {
    text-align: left;
}
.footer-bottom .stitle {
    text-align: center;
}
.footer .simg img {
    height: 100px;
}
.footer .simg-2 img {
    height: 100px;
}
.footer-bottom {
    padding: 60px 0 40px 0;
}
.footer-left .logo img {
    width: 150px;
}
.footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-nav .fnav {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}
.fnav .nav-link {
    text-decoration: none;
    color: #fff;
}
.fnav .nav-item {
    padding: 10px 20px;
}
.fnav .nav-item:hover .nav-link  {
    color: #fab439;
}
.footer-nav .visit-sdem a {
    padding: 15px 40px;
    margin-left: 20px;
    text-decoration: none;
    background-color: #fab439;
    border: 2px solid #fab439;
    color: #3f3f3f;
    font-weight: 900;
}
.footer-nav .visit-sdem:hover a {
    background-color: transparent;
    border-color: #fab439;
    color: #fab439;
}
.copyright .text-white {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .footer .simg-2 img {
        height: 80px;
    }
  }

  @media only screen and (min-width: 993px) and (max-width: 1199px) {
    .footer .simg-2 img {
        height: 65px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer-top .container {
        flex-direction: column;
    }
    .funding,
    .project,
    .execution {
        width: 100%;
    }
    .footer .stitle {
        text-align: center;
    }
    .footer .simg img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer .simg-2 img {
        height: 65px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-top .container {
        flex-direction: column;
    }
    .funding,
    .project,
    .execution {
        width: 100%;
    }
    .footer .stitle {
        text-align: center;
    }
    .footer .simg img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer .simg-2 img {
        height: 65px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-nav {
        flex-direction: column;
    }
    .footer-nav .fnav {
        flex-direction: column;
        justify-content: center;
        padding: 0;
        text-align: center;
    }
    .footer-nav .visit-sdem {
        margin-top: 20px;
    }
    .footer-nav .visit-sdem a {
        margin-left: 0;
    }
  }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    .footer-top .container {
        flex-direction: column;
    }
    .funding,
    .project,
    .execution {
        width: 100%;
    }
    .project .description {
        padding: 0 15px;
    }
    .footer .stitle {
        text-align: center;
    }
    .footer .simg img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer .simg-2 img {
        height: 45px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-nav {
        flex-direction: column;
    }
    .footer-nav .fnav {
        flex-direction: column;
        justify-content: center;
        padding: 0;
        text-align: center;
    }
    .footer-nav .visit-sdem {
        margin-top: 20px;
    }
    .footer-nav .visit-sdem a {
        margin-left: 0;
    }
  }
