html, body {
    background: #EFEFEF;
    font-family: Arial, sans-serif;
    color: #3d4451;
}
.row {
    margin-bottom: 1rem;
}
.bg-green {
    --bs-bg-opacity: 1;
    background-color: #07cb79;
}
.text-green {
    color: #07cb79;
}
.link-green {
    color: #07cb79;
}
.link-green:focus, .link-green:hover {
    color: #05995b;
}
.section {
    padding-top: 50px;
}
.profile-info {
    border-bottom: 1px solid #dedede;
}
.profile-preword {
    margin-bottom: 15px;
}
.profile-preword span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    padding: 7px 12px;
    position: relative;
    background-color: #07cb79;
}
.profile-preword span:before {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    left: 5px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent;
    border-left-color: #07cb79;
}
.section-about h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.section-about h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}
.btn {
    transition: all 0.2s ease;
    cursor: pointer;
}
.btn-outline-green{
    color: #07cb79;
    border-color: #07cb79;
}
.btn-outline-green:hover {
    color: #fff;
    background-color: #07cb79;
    border-color: #07cb79;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1);
}
.card-body h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}
.card-body h5 {
    font-size: 15px;
    font-weight: 400;
    color: #54665e;
}
.card-footer {
    background-color: #FFFFFF;
    border-top: 0px;
}
.border-left-green {
    border-left: 0.25rem solid #07cb79 !important;
}
.timeline {
    position: relative;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2rem 2rem 0 2rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #07cb79;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #07cb79;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #07cb79;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #07cb79;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #FFF;
    border: 2px dashed #07cb79;
}
.timeline-row .timeline-content h4 {
    font-size: 20px;
    font-weight: 700;
}
.timeline-row .timeline-content h3 {
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 5px;
}
.timeline-row .timeline-content h5 {
    font-size: 15px;
    font-weight: 400;
    color: #54665e;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}
.box {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.share {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    color: #D7D7D7;
    border: 0.125rem solid #f3f3f3;
    border-radius: 50%;
    transition: 250ms;
}
.share i{
    margin: 6px 0 0;
}
.facebook:hover, facebook:focus {
    color: #1878F2;
    box-shadow: 0 0 24px 0 #1878F2;
}
.twitter:hover, twitter:focus {
    color: #1D9BF0;
    box-shadow: 0 0 24px 0 #1D9BF0;
}
.whatsapp:hover, .whatsapp:focus {
    color: #28D146;
    box-shadow: 0 0 24px 0 #28D146;
}
.telegram:hover, .telegram:focus {
    color: #27A7E7;
    box-shadow: 0 0 24px 0 #27A7E7;
}
.instagram:hover, .instagram:focus {
    color: #C13584;
    box-shadow: 0 0 24px 0 #C13584;
}
.linkedin:hover, .linkedin:focus {
    color: #0A66C2;
    box-shadow: 0 0 24px 0 #0A66C2;
}