.contact-info{
    padding: 6rem 0;
    text-align: left;
}
.contact-info h1{
    margin-bottom: .75rem;
}
.contact-info .flex-item:first-child{
    width: calc(100% - 365px);
}
.icon{
    width: 20px;
    margin-right: 10px;
    transform: translateY(-10px);
}
h3{
    margin: 3rem 0 1rem;
}
.flex-wrapper{
    align-items: start;
}
.figure{
    position: absolute;
    top: 15%;
    right: 9%;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
}
table td{
    padding: 5px 10px 0 0;
}
.nb{
    width: 70%;
}
@media (max-width:880px){
    .contact-info .flex-wrapper{
        flex-direction: column;
    }
    .contact-info .imgBox{
        margin-top: 3rem;
    }
    .nb{
        width: 80%;
    }
}
@media (max-width:645px){
    .contact-info .flex-item:first-child {
        width: calc(100%);
    }
}