.Biography {
    display:flex;
}
    @media only screen and (max-width : 575px) {
    .Biography {
        flex-wrap:wrap;
    }
    }
    .Biography h2 {
        margin:0;
        margin-bottom:10px;
        text-align:left;
    }
    .Biography h3 {
        margin-bottom:10px;
    }
.Biography-Image {
        margin-right:30px;
}
@media only screen and (max-width : 575px) {
    .Biography-Image {
            width:100%;
            margin:0;
            text-align:center;
            max-width:150px;
            height:150px;
            margin:0 auto;
    }
        }
@media only screen and (min-width : 576px) and (max-width : 767px) {
    .Biography-Image {
            max-width:150px;
            height:150px;
    }
        }
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .Biography-Image {
            max-width:300px;
            height:300px;
    }
        }
.Biography-Image img {
            max-width:400px;
        }
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .Biography-Image img {
                max-width:300px;
                height:300px
        }
            }
@media only screen and (min-width : 576px) and (max-width : 767px) {
    .Biography-Image img {
            max-width:150px;
            height:150px
    }
        }
@media only screen and (max-width : 575px) {
    .Biography-Image img {
            max-width:150px;
            height:150px
}
    }
@media only screen and (max-width : 575px) {
    .Biography-Copy {
            width:100%;
            margin-top:15px;
    }
        }

.SocialList {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
}

.SocialList-listitem img {
            max-width: 30px;
            margin: 5px 10px 5px 0;
            margin-top: 10px;
        }

@media only screen and (max-width : 575px) {

.SocialList-listitem img {    
                max-width:20px
        }
            }

.phone {
    margin-right:30px;   
}

@media only screen and (max-width : 575px) {

.phone {    
        display:block;
        margin-top:5px;
        margin-bottom:5px   
}
    }