* {
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
    font-size: 15px;
}

.sub-container ul {
    list-style-type: none;
    text-align: left;
    padding: 0 0 0 5px !important;
}

.sub-container li {
    padding: 4px 0;
}

.sub-container h2 {
    font-size: 22px;
    text-align:left;
    
}

.sub-container a {
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    font-size: 15px;
}
.footer-container {
    background-color: #f8b84e;
}

.logo {
    width: 80% !important;
    height: auto;
    margin: 0 auto;
}

.footer-flex-container {
display: flex;
justify-content: space-around;
align-items: flex-start;
}

.sub-container {
    padding: 2%;
}

.img-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.social-container {
    display: flex;
    flex-direction: row;
    padding: 2%;
    margin: 40px 0;
    justify-content: space-around;
    align-items: center;
}

.disclaimer-container {
    width: 485px;
}

.list-container a {
    transition: 0.3s ease-in;
}

.list-container a:hover {
   color: #444;
   transition: 0.3s ease-in;
}

.copyright-section {
    display: flex;
    padding: 2%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#footer-widgets .container{padding:0px !important;}

@media only screen and (max-width: 600px) {
   
    .footer-flex-container {
        flex-direction: column;
        justify-content: center;
    }

   #footer-widgets .container{padding: 0 2% !important;}

    .logo {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .social {
        margin: 0 30px;
    }

    .social-container {
        display: flex;
        flex-direction: row;
        padding: 2%;
        margin: 40px 0;
        justify-content: center;
        align-items: center;
    }

    .copyright-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .disclaimer-container {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) { 
    .containerFive {
        width: 20% !important;
    }
}

