.footer-container{
    clear: both;
    background: #1f3741;
    padding-top: 8vh;
    padding-bottom: 4vh;
    padding-left: 12vw;
    padding-right: 12vw;
    display: flex;
    justify-content: space-around;
    color: aliceblue;
}

.footer-section-main{
    text-align: center;
}

.footer-section-main-header{
    font-size: 1.2vw;
    font-family: 'Courgette';
}

.footer-section-main-logo-image{
    width: 8vw;
}

.footer-section-main-description{
    width: 12vw;
    word-wrap: normal;
    font-size: 0.6vw;
    padding-top: 1vh;
    text-align:justify;  
    text-justify:auto;
    opacity: 0.5;
}

.footer-section-header{
    font-size: 1vw;
    font-weight: bold;
    padding-bottom: 4vh;
}

.footer-section-item{
    font-size: 0.9vw;
    font-weight: lighter;
    padding-bottom: 1.5vh;
    opacity: 0.5;
}

.footer-section-redirect-social{
    display: flex;
    justify-content: start;
    padding-top: 1.5vh;
}

.footer-section-redirect-social-img{
    margin-right: 1vw;
}

a {
    color: aliceblue;
    text-decoration: none; /* no underline */
}