@font-face {
    font-family: 'Din';
    src: url('../fonts/DINPro-CondMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Din';
    src: url('../fonts/DINPro-CondBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

.AboutMainRow {
    background-color: white;
    position: relative;
    margin: 0px;
    text-align: center;
    padding-left: 12vw;
    padding-right: 12vw;
    padding-bottom: 12vh;
    padding-top: 6vh;
}

.col1h1 {
    font-family: 'Din', sans-serif;
    font-size: 5vh;
    font-weight: bold;
    height: 5vh;
    transition-duration: 0.3s;
    display: inline-block;
    color: #1e1e1e;
}

.col1h1:hover {
    letter-spacing: 10px;
    transition-duration: 0.6s;
}

.col1p {
    font-family: 'Din', sans-serif;
    font-size: 3vh;
    font-weight: normal;
    line-height: 140%;
    margin-top: 3vh;
    width: 80vw;
    color: #2b2b2b;
}