.description {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}
.projects .description * {
    color: #FFFFFF;
}
.projects > div:first-of-type .heading {
    font-size: 80px;
}
.project-container {
    margin-bottom: 26px;
}
.heading {
    font-size: 40px;
    line-height: 1;
    color: #1C1B1B;
    font-family: Poppins-Bold, sans-serif;
}
.signature {
    color: #1C1B1B;
    font-family: Poppins-Medium, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.about-link-container {
    margin-bottom: 48px;
}
.about-description p {
    font-family: Poppins-ExtraLight, sans-serif;
    font-size: 1.750rem;
    color: #1C1B1B;
    display: inline-block;
    width: 100%;
    line-height: 2;
}
.about-description a {
    display: inline-block;
    text-decoration: none;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #1C1B1B;
    line-height: 27px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-section {
    margin-top: 100px;
}
.blog-section-title {
    color: #1C1B1B;
    font-size: 3.75rem;
    font-family: Poppins-Bold, sans-serif;
}
.blog-section .blog-container, .projects .project-container {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}
.blog-section .blog-summary span:not(.story) {
    display: inline-block;
    width: 100%;
    font-family: Poppins-Medium, sans-serif;
    color: #1C1B1B;
    font-size: 20px;
    margin-top: 18px;
}
.blog-section .blog-summary .story {
    font-family: Poppins-ExtraLight, sans-serif;
    font-size: 16px;
    line-height: 27px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #1C1B1B;
    min-width: 124px;
}
.blog-section .blog-summary .story:hover,
.blog-section .blog-summary .story:focus {
    font-family: Poppins-Regular, sans-serif;
}
.blog-section .blog-container {
    margin-bottom: 26px;
}
.about-link-container a {
transition: background-color 0.2s ease-in-out;
}
.about-link-container a:hover {
    background-color: #393939;
    color: #FFFFFF;
}
.story img {
    display: inline-block;
    max-width: 18px;
}
@media only screen and (max-width: 1280px) {
    .desktop:not(header):not(footer .desktop) {
        display: none;
    }
    .projects .project-container {
        margin-bottom: 26px;
        width: 100%;
        display: inline-block;
    }
    .projects {
        margin-top: 26px;
    }
    .heading, .projects > div:first-of-type .heading {
        font-size: 40px;
    }
    .blog-section .blog-summary span:not(.story) {
        font-size: 18px;
    }
    .description {
        padding-left: 35px;
        padding-right: 35px;
    }
}
.project-container, .blog-container {
    display: inline-block;
}
@media only screen and (min-width: 1281px) {
    .mobile:not(header) {
        display: none;
    }
    .projects {
        margin-top: 60px;
    }
    .description {
        padding-left: 60px;
        padding-right: 60px;
    }
}