.title-heading {
    padding-top: 10px;
    padding-left: 30px;
    width: 100%;
}

.title-heading .h1-heading {
    font-size: 15vw;
    font-family: 'SyneBold', sans-serif;
    letter-spacing: -0.031em;
}

.team-first-wrapper {
    padding: 30px;
}

.team-main-paragraph {
    padding: 0;
}

.team-main-paragraph p {
    font-size: 20px;
    line-height: 23px;
    font-family: 'SyneSemiBold', sans-serif;
    letter-spacing: -0.005em;
}

.team-main-img-wrapper {
    margin: 50px 0;
}

.team-footer-paragraph p {
    padding: 0 30px 0;
    font-size: 16px;
}

.this-is-redcase p {
    padding: 0 30px 0;
    font-family: 'SyneSemiBold', sans-serif;
}

.team-footer-wrapper {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

.our-team-list-wrapper {
    padding: 30px 30px 0;
}

.our-team-list h3 {
    font-size: 27px;
    text-decoration: underline;
    text-underline-offset: 13px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.our-team-list p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.team-main-img {
    margin-top: 30px;
    width: 100%;
}

.team-main-img img {
    width: 100%;
}

.team-grid-paragraph {
    padding: 30px 30px 50px;
}

.team-grid-paragraph p {
    letter-spacing: 0.004em;
    line-height: 28px;
    margin: 0;
}

.team-member:first-child {
    margin-top: 50px;
}

.team-member {
    margin-top: 50px;
    padding: 0 30px;
}

.job-holder {
    margin: 0;
    font-size: 28px;
    font-family: 'SyneSemiBold', sans-serif;
}

.team-member .job-title {
    font-size: 14px;
    display: inline-block;
}

.team-member .job-description {
    margin-top: auto;
    margin-bottom: 30px;
    font-size: 14px;
}

.team-member .team-member-img {
    margin: 30px 0;
    overflow: hidden;
}

.team-member::after {
    /* content: ''; */
    position: absolute;
    width: 87%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
}

.read-more-arrow {
    width: 15px;
    height: 15px;
}


:root {
    --bg-color-hsl: 59, 3%, 94%;
    --bg-color: hsl(var(--bg-color-hsl));
    --bg-color-highlight: hsl(0, 77%, 54%);
    /* --bg-color-highlight: #b91e1bb5; */
    --color-text-highlight: hsl(192, 14%, 0%);
    --duration: 1s;
    --ease: cubic-bezier(0.25, 1, 0.5, 1);
}

.text-highlight {
    all: unset;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: color calc(var(--duration) / 4) var(--ease), background-color calc(var(--duration) / 4) var(--ease), background-size var(--duration) var(--ease);
    --line-size: 0.4em;
    background-image: linear-gradient(transparent calc(100% - var(--line-size)), var(--bg-color-highlight) var(--line-size));
}

.text-highlight.active {
    color: var(--color-text-highlight);
    background-size: 100% 100%;
}

.text-highlight::before,
.text-highlight::after {
    position: absolute;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-highlight::before {
    content: " [highlight start] ";
}

.text-highlight::after {
    content: " [highlight end] ";
}

.marquee-container {
    width: 200%;
    white-space: nowrap;
}

.marquee-container picture {
    display: inline-block;
}


@media (min-width: 768px) {

    .title-heading {
        padding-top: 0;
        padding-left: 50px;
    }

    .title-heading .h1-heading {
        letter-spacing: -0.015em;
        margin: 0;
    }

    .team-first-wrapper {
        padding: 90px 50px 50px;
    }

    .team-main-paragraph p {
        font-size: 32px;
        line-height: 34px;
    }

    .team-footer-paragraph p {
        font-size: 22px;
        padding: 0 50px 0;
    }

    .team-grid-paragraph {
        padding: 30px 50px 50px;
    }
    .team-grid-paragraph p{
        font-size: 20px;
    }
    

    .this-is-redcase p {
        font-size: 22px;
    }

    .team-footer-wrapper {
        padding-bottom: 90px;
    }

    .our-team-list-wrapper {
        padding: 50px 50px 0;
    }

    .our-team-list h3 {
        font-size: 32px;
        margin-top: 50px;
    }

    .our-team-list p {
        font-size: 22px;
        line-height: 25px;
    }
    .team-member::after {
        width: calc(100% - 100px);
    }
    .team-main-img {
        margin-top: 50px;
    }

    .team-grid-paragraph p {
        font-size: 22px;
        text-align: right;
    }

    .team-member .member-img {
        padding-bottom: 50px;
    }

    .team-member .member-text {
        padding-bottom: 50px; 
    }

    .job-description {
        margin-bottom: 0;
    }

    .team-member .team-member-img {
        margin: 0;
    }

    .team-member {
        padding: 50px;
    }

    .job-holder {
        font-size: 40px;
    }

    .team-member .job-title {
        font-size: 16px;
    }

    .team-member .job-description {
        font-size: 16px;
        max-width: 90%;
    }

    .read-more-cta-wrapper {
        margin-top: 55px;
        margin-bottom: 55px;
        margin-inline: 55px;
    }

    .read-more-cta {
        font-size: 32px;
    }

    .read-more-arrow {
        width: 25px;
        height: 25px;
    }

}

@media (min-width: 1280px) {

    .title-heading {
        padding-left: 50px;
    }

    .title-heading .h1-heading {
        letter-spacing: -0.0305em;
    }

    .team-first-wrapper {
        padding: 150px 60px 50px;
    }

    .team-main-paragraph {
        padding-right: 0;
    }

    .team-main-paragraph p {
        font-size: 37px;
        line-height: 40px;
    }

    .team-main-img-wrapper {
        margin: 100px 0;
    }

    .team-footer-paragraph p {
        font-size: 22px;
        line-height: 28px;
        padding-left: 60px;
        max-width: 715px;
        padding-right: 0;
    }

    .this-is-redcase p {
        font-size: 25px;
        padding-right: 60px;
    }

    .team-footer-wrapper {
        padding-bottom: 55px;
    }

    .our-team-list-wrapper {
        padding: 55px 50px 0;
    }

    .our-team-list {
        max-width: 380px;
    }

    .our-team-list h3 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .our-team-list p {
        font-size: 20px;
        line-height: 22px;
        padding-right: 35px;
    }

    .team-main-img {
        margin-top: 100px;
    }

    .team-grid-paragraph {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 100px;
    }

    .team-grid-paragraph p {
        flex: 0 0 33%;
        max-width: 720px;
    }

    .job-holder {
        font-size: 37px;
    }

    .team-member .job-title {
        margin-top: 30px;
    }

    .team-member {
        padding: 50px 60px 0;
    }

    .team-member::after {
        height: 2px;
    }
    
    
    .team-member .job-title {
        font-size: 20px;
        line-height: 26px;
    }

    .team-member .job-description {
        font-size: 18px;
        max-width: 452px;
    }

    .team-member .member-img {
        padding-bottom: 100px;
        padding-left: 0;
        padding-right: 0;
    }

    .team-member .member-text {
        padding-bottom: 100px; 
        padding-left: 0;
        padding-right: 20px;
    }

    .read-more-cta {
        font-size: 60px;
    }

    .read-more-arrow {
        width: 50px;
        height: 50px;
    }
}


@media (min-width: 1280px) and (max-width: 1512px){
    
}

@media (min-width:1450px) {
    .our-team-list p {
        padding-right: 0;
    }

    .team-main-img {
        margin-top: 150px;
    }

}

@media (min-width: 1500px){
    .title-heading {
        padding-left: 100px;
    }
    .team-footer-paragraph p {
        padding-left: 100px;
    }
    
    .team-first-wrapper {
        padding: 150px 100px 50px;
    }
    .our-team-list-wrapper {
        padding: 55px 100px 0;
    }
    .team-grid-paragraph {
        padding: 30px 100px 50px;
    }
    .team-member {
        padding: 50px 100px 0;
    }
    .team-member::after {
        width: calc(100% - 200px);
    }
}

@media (min-width: 1680px) {

    .team-main-paragraph p {
        font-size: 42px;
        line-height: 48px;
    }

    .team-main-img-wrapper {
        margin: 200px 0;
    }

    .this-is-redcase p {
        padding-right: 100px;
    }

    .team-footer-wrapper {
        padding-bottom: 100px;
    }

    .our-team-list h3 {
        font-size: 42px;
    }

    .our-team-list p {
        font-size: 22px;
        line-height: 25px;
    }
    
    .our-team-list-wrapper {
        padding: 150px 50px 0;
    }

    .team-grid-paragraph {
        padding: 30px 100px 100px;
    }

    .team-member {
        padding: 50px 100px 0;
    }

    .team-member::after{
        width: calc(100% - 200px);
    }

    .job-holder {
        font-size: 42px;
    }

    .team-member .job-title {
        font-size: 22px;
        line-height: 28px;
    }

    .team-member .job-description {
        font-size: 22px;
    }

    .team-first-wrapper {
        padding: 150px 100px 50px;
    }

    .our-team-list-wrapper {
        padding: 100px 100px 0;
    }

    .read-more-cta-wrapper {
        margin-inline: 100px;
    }
    
}


.read-more-cta-wrapper:hover {
    background: #151515;
}

.read-more-cta-wrapper:hover a {
    color: #fdfdfd;
}

.read-more-cta-wrapper .read-more-cta {
    justify-content: center;
    width: 100%;

    @media (width >= 1250px) {
        padding: 100px;
    }
}