  .sk-dvdr-icon {
  text-align: center;
}

span {
    display: inline-block;
  vertical-align: middle;
}

.outer-line {
  width: 40%;
  border-bottom: 2px solid #492365;
}

.bi {
    font-weight: 900;
    font-size: 25px;
    color: #492365;
}

.section-padding {
padding-bottom: 2rem;
}

.tl-card {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    border: 2px solid #492365;
    border-top: none;
}

.tl-card-body {
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    background-color: #fefefe;
    word-break: break-word;
}

.tl-card-body p {
    padding: 0.5rem 1rem;
}

.tl-card-body>p:last-child {
    margin-bottom: 0;
}

.tl-title {
    padding: 0.5rem 1rem !important;
    background-color: var(--primary-color) !important;
    color: var(--solid-button-text) !important;
    margin: 0 !important;
}

.timeline::after,
.timeline::before {
    content: "";
    position: absolute;
    background-color: #492365;
    height: 100%;
    top: 0;
}

.timeline__event:nth-of-type(2n)>.tl-card .tl-title::before {
    left: -1rem;
    border-width: 0 1rem 1.25rem 0;
    border-color: transparent #492365 transparent transparent;
}

.timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::before {
    right: -1rem;
    border-width: 0 0 1.25rem 1rem;
    border-color: transparent transparent transparent #492365;
}

.timeline {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    padding: 1.5rem 0;
    position: relative;
}

.timeline::before {
    right: 50%;
}

.timeline::after {
    left: 50%;
}

.timeline__event {
    padding: 0.5rem;
    flex: 0 0 50%;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline__event {
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::before {
        left: -1rem;
        border-width: 0 1rem 1.25rem 0;
        border-color: transparent #492365 transparent transparent;
    }
}

.timeline__event>.tl-card .tl-title::before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    border: medium solid #492365;
}

.timeline__event>.tl-card .tl-title::after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.timeline__separator {
    padding: 1rem;
    color: #fafafa;
    background-color: #492365;
    text-align: center;
}

.timeline__separator h1,
.timeline__separator h2,
.timeline__separator h3,
.timeline__separator h4,
.timeline__separator h5,
.timeline__separator h6,
.timeline__separator p {
    color: #fafafa !important;
}

.timeline__separator a {
    color: #dfcceb;
}

.timeline__separator a:hover,
.timeline__separator a:focus {
    color: #fff;
    text-decoration: none;
}

.timeline__container {
    background-color: transparent;
}

.timeline .tl-card {
    box-shadow: none;
    border: 2px solid #492365;
    border-top: none;
}

.timeline .tl-card .tl-title {
    position: relative;
    opacity: 1 !important;
}

.timeline::before {
    width: 0.25rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline::before {
        right: calc(100% - 1rem - 0.5rem);
    }
}

.timeline::after {
    width: 0.25rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline::after {
        left: 1.5rem;
    }
}

.timeline .timeline__event:nth-of-type(2n-1) {
    padding-right: 2rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline .timeline__event:nth-of-type(2n-1) {
        padding-right: 0.5rem;
        padding-left: 3.5rem;
    }
}

.timeline .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::after {
    right: -3.125rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::after {
        left: -3.125rem;
    }
}

.timeline .timeline__event:nth-of-type(2n) {
    padding-left: 2rem;
    margin-top: 3rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline .timeline__event:nth-of-type(2n) {
        margin-top: 0;
        padding-left: 3.5rem;
    }
}

.timeline .timeline__event:nth-of-type(2n)>.tl-card .tl-title::after {
    left: -3.125rem;
}

.timeline .timeline__event>.tl-card .tl-title::after {
    width: 2rem;
    height: 2rem;
    border: 0.5rem solid #492365;
    top: -1rem;
    background-size: cover;
}

.timeline--large::before {
    width: 0.25rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large::before {
        right: calc(100% - 3rem - 0.5rem);
    }
}

.timeline--large::after {
    width: 0.25rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large::after {
        left: 3.5rem;
    }
}

.timeline--large .timeline__event:nth-of-type(2n-1) {
    padding-right: 4rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large .timeline__event:nth-of-type(2n-1) {
        padding-right: 0.5rem;
        padding-left: 7.5rem;
    }
}

.timeline--large .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::after {
    right: -7.125rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::after {
        left: -7.125rem;
    }
}

.timeline--large .timeline__event:nth-of-type(2n) {
    padding-left: 4rem;
    margin-top: 7rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large .timeline__event:nth-of-type(2n) {
        margin-top: 0;
        padding-left: 7.5rem;
    }
}

.timeline--large .timeline__event:nth-of-type(2n)>.tl-card .tl-title::after {
    left: -7.125rem;
}

.timeline--large .timeline__event>.tl-card .tl-title::after {
    width: 6rem;
    height: 6rem;
    border: 0.5rem solid #492365;
    top: -3rem;
    background-size: cover;
}