.projects-section {
    margin-top: 130px;
}
.hero-img-container {
    height: 200px;
    margin-bottom: 16px;
    position: relative;
}
.hero-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
}
.small-heading {
    font-family: "Raleway-SemiBold", sans-serif;
    text-transform: uppercase;
    color: #414141;
}
h1 {
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 32px;
    color: #414141;
    margin-bottom: 0;
}
.table-heading {
    margin-bottom: 4px;
    font-size: 24px;
    font-family: 'Raleway-Medium', sans-serif;
    color: #414141;
}
.grid {
    max-width: 620px;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
}
.grid-row {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 120px auto;
    -ms-grid-columns: 120px auto;
    border-bottom: 1px solid #cbcbcb;
}
.grid-row div {
    padding: 8px;
    display: flex;
    align-items: center;
}
.grid-col-first {
    border-right: 1px solid #cbcbcb;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.grid-col-last {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
.grid-row p {
    margin: 0;
}
.grid-row p, .grid-row a, .grid-row a:hover, .grid-row a:focus {
    color: #414141;
    font-family: "Raleway-Regular", sans-serif;
}
.description {
    font-family: "Raleway-Regular", sans-serif;
    color: #414141; 
    font-size: 20px;
    margin-top: 24px;
}
.subtitle {
    margin-top: 98px;
    padding-bottom: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid #00A3C3;
    color: #00A3C3;
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 32px;
}
.title {
    font-family: "Raleway-SemiBold", sans-serif;
    color: #414141;
    font-size: 20px;
    margin-bottom: 0;
}
.legal {
    font-family: "Raleway-Italic", sans-serif;
    font-size: 20px;
}
.institution, .director, .director a {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    color: #414141;
}
.hover-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-link {
    transition: all 0.5s ease;
    background-color: #77BDA1;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway-Regular", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    height: 100%;
    font-size: 40px;
    max-height: 147px;
    width: 100%;
}
.project-link:hover, .project-link:focus {
    color: #FFFFFF;
}
a.project-link:hover {
    transform: scale(0.97);
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
}
main .row {
    margin-bottom: 16px;    
}
main .old-project:not(:last-of-type) .col-lg-9 {
    border-bottom: 1px solid #77BDA1;
    padding-bottom: 16px;
}
.line-title {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 24px;
    color: #414141;
}
.codirector, .members, .codirector a {
    color: #414141;
    font-family: 'Raleway-Regular', sans-serif;
}
.line-container {
    margin-bottom: 32px;
}
.grid-col-first p {
    font-family: "Raleway-SemiBold", sans-serif;
}
@media only screen and (max-width: 991px) {
    .hero-img-container {
        height: 100px;
    }
    h1 {
        font-size: 24px;
    }
    .description, .legal {
        font-size: 16px;
    }
    .subtitle {
        margin-top: 64px;
        margin-bottom: 24px;
    }
    .table-heading, .subtitle, .line-title {
        font-size: 21px;
    }
    .grid-row {
        display: flex;
        flex-direction: column;
        padding-bottom: 8px;
    }
    .grid-col-first {
        border: 0;
    }
    .grid-row div {
        padding-bottom: 0;
    }
}