:root {
    --accent-color: #E61D2D;
}

.site-header {
    position: sticky;
    top: 0;
    padding: 16px 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

.hero {
    background-image: url('../images/total-fluid-mechanics.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero .btn-get-started {
    border-color: #ffffff;
}

.hero .btn-get-started:hover {
    color: #444444;
    background-color: #ffffff;
}

.about .read-more {
    border-radius: 0;
    background-color: #E61D2D;
}

.about .read-more:hover {
    border-radius: 0;
    background-color: #ca1625;
}

.team .team-member {
    width: 100%;
}

.member-img img {
    width: 100%;
    height: auto;
}

.team .team-member a {
    color: var(--heading-color);
}

.member-img:hover + .member-info a,
.team .team-member a:hover {
    color: var(--accent-color);
}

.about ul li { align-items: flex-start; }
.about ul i { line-height: 26px; }

.team .team-member .member-info h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}