.Introduction p{
    width: 100% !important;
}
#contact-link li{
    color: #707070 !important;
}
#contact-link li:hover{
    border-bottom: 1px solid #707070 !important;
    color: #707070 !important;
}
#contact-link a:hover{
    border-bottom: #707070 !important;
    color: #707070 !important;
}

@media all and (max-width: 600px )  {

    .Introduction p{
        color: #E5E5E5 !important;
        display: block !important;
        width: 100% !important;
        
    }
    .Introduction {
        padding: 0 !important;
    }
    .Introduction h1{
        color: #515151;
        margin-top: 5vw !important;

    }
}