.single-feature {
    padding-top: 49px;
    padding-bottom: 49px;
    width: 100%;
}

.middle-feature img {
    height: 50%;
    object-fit: cover;
    object-position: top;
}

.single-feature div:nth-child(2) {
    width: 80%;
    margin-left: auto;
}

.single-feature .image-wrapper {
    max-width: 18%;
    margin-right: 2%;
    display: flex;
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #6639e4;
    transition: 0.3s;
    cursor: pointer;
}

.single-feature h3 {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.444em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-feature p {
    color: #e0dff1;
    font-size: 17px;
    line-height: 1.625em;
    margin-bottom: 0px;
}

.single-timeline h4 {
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.444em;
    text-transform: uppercase;
}

.single-timeline .col-2 {
    padding-top: 5px;
    text-align: center;
    color: white;
}

.single-timeline h3 {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.444em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-timeline p {
    color: #e0dff1;
    font-size: 17px;
    line-height: 1.625em;
    margin-bottom: 0px;
}

.divider {
    width: 100%;
    height: 1px;
}

.divider.timeline {
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #3e3a68;
}

.single-team .head .col-4 img {
    border-radius: 50%;
    width: 100%;
    padding: 0px;
}

.single-team .head .col-8 h3 {
    width: 100%;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.125em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-team .head .col-8 .role {
    width: 100%;
    color: #f1f1f9;
    font-size: 14px;
    line-height: 1.125em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-team p {
    margin-top: 20px;
}
