@media screen and (max-width: 685px){

.outro-strip{
    display: flex;
    flex-direction: column;
}
.outro1{
    display: flex;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #02425f;
    justify-content: center;
    align-items: center;
    background-color: #004666c4;
    border-left: none;

}
.outro1:last-child{
    border-bottom: none;
}
.outro-strip p{
    font-size: 16px;
}
.contactInfo p{
    margin: 60px;
    font-size: 18px;
}
#contact {
    width: unset;
}
}