.block-title {
    color: #42331A;
    position: relative;
}

.block-title>div:first-child {
    font-weight: 200;
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 40px;
}

.block-title>div:first-child span {
    font-weight: 900;
}

.block-title>div:last-child {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#steadfast-team .block-title {
    color: #07355C;
}

#steadfast-team {
    padding-top: 30px;
    background-position: left -51px;
    padding-bottom: 40px;
}

#steadfast-team,
#keyframe {
    background-image: url('../images/svg/bg_about_flower_left_phone.svg');
    background-repeat: repeat-y;
    background-size: auto;
}

#keyframe {
    background-position: left top;
}

.steadfast-trust {
    font-size: 24px;
    font-weight: 500;
    font-family: 'DIN Pro', sans-serif;
    color: #07355C;
    font-style: italic;
}

.steadfast-trust span {
    font-weight: 300;
}

.steadfast-header,
.succession-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 992px) {
    #steadfast-team {
        background-position: left -66px;
    }

    #steadfast-team,
    #keyframe {
        background-image: url('../images/svg/bg_about_flower_left.svg');
    }

    .block-title>div:first-child {
        font-size: 48px;
        line-height: 57px;
    }

    .block-title>div:last-child {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .steadfast-trust {
        font-size: 70px;
    }
}

.teams {
    display: flex;
    gap: 20px;
    padding: 25px 12px 0;
}

.teams>div {
    flex: 1;
}

.team-item-box {
    padding: 0px;
    position: relative;
    box-shadow: 5px 6px 10.2px 0px rgba(0, 0, 0, 0.36);
}

.team-item-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.team-item-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.team-item-name div:first-child {
    font-family: 'DIN Pro', sans-serif;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
}

.team-item-name div:last-child {
    font-size: 9px;
    letter-spacing: 6px;
}

.team-item-say {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/svg/ele_who.svg');
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    display: none;
}

.team-item-box:hover .team-item-mask {
    opacity: 0;
}

.team-item-box:hover .team-item-name {
    transform: translateY(60px);
}

.say-box {
    margin: 30px 0;
}

.say-box-content {
    background-color: #FFFFFF;
    color: #000;
    padding: 30px 15px;
}

.say-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.say-name span {
    font-weight: 300;
}

.say-content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .team-item-name div:first-child {
        font-size: 52px;
    }

    .team-item-name div:last-child {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .teams-re {
        padding-top: 0px;
    }

    .teams-re .team-item-say {
        bottom: auto;
        top: -40px;
        transform: scaleY(-1);
    }
}

@media (min-width: 992px) {
    #steadfast-team {
        padding-top: 80px;
    }

    .say-box {
        margin-top: 30px;
    }

    .say-box-content {
        height: 230px;
        padding: 35px 48px 0;
    }

    .team-item-box:hover .team-item-name {
        transform: translateY(120px);
    }
}

@media (min-width: 1400px) {
    .say-box {
        background-color: #FFFFFF;
    }

    .teams {
        padding: 70px 0 0;
    }
}

#tailored-services,
#succession-vision {
    background-color: #FFFFFF;
}

#tailored-services {
    background-image: url('../images/svg/bg_about_flower_right_phone.svg');
    background-repeat: repeat-y;
    background-size: auto;
    background-position: right 0px;
    padding-top: 60px;
}

#tailored-services>.container {
    position: relative;
}

.tailored-services-title {
    padding-top: 15px;
}

.tailored-services-title>div:first-child {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
}

.tailored-services-title>div:last-child {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 12px;
    padding-top: 10px;
}

.tailored-services-content {
    padding-top: 25px;
    padding-right: 50px;
    text-align: justify;
}

.tailored-services-foru {
    font-family: 'DIN Pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #07355C;
    font-style: italic;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.tailored-services-foru span {
    font-weight: 300;
}

.tailored-services-pics {
    width: 400px;
    height: 300px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tailored-services-pic1 {
    position: absolute;
    top: 0;
    right: 0;
}

.tailored-services-pic2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tailored-services-pic1>img {
    width: 190px;

}

.tailored-services-pic2>img {
    width: 250px;
}

@media (min-width: 992px) {
    #tailored-services {
        background-image: url('../images/svg/bg_about_flower_right.svg');
        padding-top: 150px;
        padding-bottom: 75px;
    }

    .tailored-services-title {
        padding-top: 75px;
    }

    .tailored-services-title>div:first-child {
        font-size: 36px;
        line-height: 42px;
    }

    .tailored-services-title>div:last-child {
        font-size: 20px;
        letter-spacing: 18px;
        padding-top: 20px;
    }

    .tailored-services-content {
        padding-top: 50px;
    }

    .tailored-services-foru {
        font-size: 64px;
        line-height: 70px;
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .tailored-services-pic1 {
        top: 0;
        left: 690px;
        right: auto;
    }

    .tailored-services-pic2 {
        top: 300px;
        left: 550px;
        bottom: auto;
    }

    .tailored-services-pic1>img,
    .tailored-services-pic2>img {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .tailored-services-content {
        padding-right: 100px;
    }

    .tailored-services-pic1 {
        position: absolute;
        top: 0;
        left: 790px;
    }

    .tailored-services-pic2 {
        position: absolute;
        top: 300px;
        left: 590px;
    }

    .tailored-services-pic1>img,
    .tailored-services-pic2>img {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .tailored-services-content {
        padding-right: 50px;
    }
}

#succession-vision {
    padding-top: 50px;
}

.built-for-succession {
    font-size: 24px;
    font-weight: 500;
    font-family: 'DIN Pro', sans-serif;
    color: #BDC0BA;
    font-style: italic;
}

.built-for-succession span {
    font-weight: 300;
}

@media (min-width: 992px) {
    #succession-vision {
        padding-top: 150px;
    }
    .built-for-succession {
        font-size: 64px;
    }
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin: 7rem 0;
}
@media (max-width: 991px) {
    .timeline-item:first-child {
        margin-top: 3rem;
    }
}
.timeline-item::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 25.5%;
    transform: translate(-50%, 0);
    width: 1px;
    height: 148px;
    background-color: #000;
}
.timeline-item:last-child::before {
    height: 0px;
}

.timeline-item-circle {
    position: absolute;
    top: 0;
    left: 18%;
    width: 15%;
    height: auto;
    aspect-ratio: 1/1;
    z-index: 5;
}
.timeline-item .timeline-item-circle::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0px;
    height: 0px;    
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 0;
    transition: all 0.3s ease;
}
.timeline-item .timeline-item-circle::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 10px;
    height: 10px;    
    border-radius: 50%;
    background-color: #000;
    transition: all 0.3s ease;
}
.timeline-item.active .timeline-item-circle::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: 30px;    
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 1;
}
.timeline-item.active .timeline-item-circle::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 14px;
    height: 14px;    
    border-radius: 50%;
    background-color: #000;
}
.timeline-item.fadein {
    animation: timeline-fadein 1s ease-out;
}

@keyframes timeline-fadein {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .timeline-item::before {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .timeline-item-circle {
        left: 50%;
        transform: translate(-50%, 0);
        width: 50px;
        height: 50px;
    }
}

.timeline-item-left {
    text-align: right;
    width: 18%;
}

@media (min-width: 992px) {
    .timeline-item-left {
        width: 45%;
    }
}

.timeline-item-right {
    width: 67%;
}

@media (min-width: 992px) {
    .timeline-item-right {
        width: 45%;
        padding-right: 180px;
    }
}

@media (min-width: 992px) {
    .timeline-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .timeline-item:nth-child(even) .timeline-item-left {
        text-align: left;
    }

    .timeline-item:nth-child(even) .timeline-item-right {
        text-align: right;
        padding-right: 0px;
        padding-left: 180px;
    }
}
.timeline-item-left {
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    line-height: 30px;
}
.timeline-item-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
}

.timeline-item-content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding-top: 20px;
}
@media (min-width: 992px) {
    .timeline-item-left {
        font-size: 36px;
    }
    .timeline-item-title {
        font-size: 32px;
    }
}