
.contact-info {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.contact-details {
    flex:1;
    font-size: 1.5vw;
}
.contact-details h3{
    font-family: SourceHanSansSC-Bold;
}
.contact-map {

    margin-left: 20px;
}
.social-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.contact-title {
    font-family: "source-bold";
    font-size: 3.0vw;
    top: 45%;
    left: 45%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: white;
}
.indent-8{
    text-indent: 15%;
}