.about-section {
    margin-top: 130px;
}
h1 {
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 40px;
    color: #00A3C3;
    text-transform: uppercase;
    border-bottom: 1px solid #00A3C3;
    margin-bottom: 40px;
}
.about .img-container {
    border-radius: 100%;
    padding: 8px;
    border: 1px solid #00A3C3;
    text-align: center;
}
.about .img-container img {
    border-radius: 100%;
}
.member-details {
    margin-left: 16px;
}
.member-details p {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 20px;
    color: #414141;
}
.member-details p .email {
    font-family: 'Raleway-Medium', sans-serif;
}
.cv-link {
    display: inline-block;
    padding: 8px;
    color: #FFFFFF;
    background-color: #FEC48D;
    text-decoration: none;
    margin-top: 16px;
    font-family: "Raleway-Bold", sans-serif;
    font-size: 20px;
    border-radius: 4px;
    width: 100%;
    transition: all 0.5s ease;
    text-align: center;
}
.cv-link:hover,
.cv-link:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #d2ab86;
}
.subtitle {
    margin-top: 98px;
    padding-bottom: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid #414141;
    color: #414141;
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 32px;
}
.project-container, .release-container {
    position: relative;
}
.project-link, .release-link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.title-project, .release-title {
    color: #414141;
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 18px;
    line-height: 19px;
    margin-top: 8px;
}
p.small-heading {
    text-transform: uppercase;
    font-family: 'Raleway-Bold', sans-serif;
    font-size: 12px;
    margin-bottom: 4px;
    color: rgb(0, 163, 195, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.small-heading img {
    max-width: 16px;
}
.legal {
    margin-bottom: 4px;
    font-family: "Raleway-Italic", sans-serif;
    color: #414141;
}
.line {
    font-family: "Raleway-Regular", sans-serif;
    color: #414141;
}
.swiper-pagination-bullet-active {
    background-color: #67C2C5;
}
.swiper-pagination.swiper-pagination-bullets {
    position: relative;
    bottom: initial;
    margin-top: 16px;
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about .img-container {
        max-width: 200px;
        margin: 0 auto;
    }
    .cv-link {
        margin-bottom: 16px;
    }
    .member-details {
        margin-left: 0;
    }
    .member-details p, .cv-link,
    .title-project, .release-title {
        font-size: 16px;
    }
    .subtitle {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .release-container {
        padding: 16px;
    }
}
