.privacy-container h5{
    margin-top: 10px;
    margin-left: 45px;
    font-size: 1em;
    font-weight: 600;
}

.privacy-container a{
    text-decoration: underline;
    color: #666;
    word-break: break-all;

}
.privacy-container a:hover{
    text-decoration: none;
    color: #1aa4b8;

}

.wrapper{
    display: grid;
    margin: 100px 18%;
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper h2{
    margin-top: 32px;
}

#showcase{
    min-height: 25vh;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

#footer img{
    height: 50px;
    margin-top: 8px;
}

#footer a{
    color: #acacac;
}

#footer a:hover{
    color: #1aa4b8;
    text-decoration: none;
}

.mgsi{
    display: grid;
    justify-content: center;
}
.mgsi img{
    width: 250px;
}

/* TABLET */
@media (max-width: 980px) {
    .wrapper{
        margin: 50px 0
    }
}

/* PHONE */
@media (max-width: 630px) {

    #showcase{
        min-height: 80vh;
    }
}