.counter-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.carousel-project-image {
    width: 80px;
    margin: auto;
}

/* .vertical-carousel {
    width: 140px;
    height: 388px;
    background: url("../images/counter-spinner.png");
    overflow: hidden;
} */

.counter-title {
    color: #f2c40a;
    font-family: "Futura - Condensed Medium", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.15px;
    margin-bottom: 0.5em;
}

.counter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 141px;
    height: 60px;
    padding: 5px;
    margin-bottom: 2em;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}

.digit-box {
    width: 32px;
    height: 39px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 -2px 5px rgba(0, 0, 0, 0.5);
    background-color: #ebebeb;
    text-align: center;
    margin: 0.075em;
}

.digit {
    width: 16px;
    height: 30px;
    color: #3c90b4;
    font-family: "Futura - Condensed Extra Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.digit-splitter {
    border-left: 0.15em solid transparent;
}

.projects {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project {
    margin-bottom: 52px !important;
}

.image-round {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 15px 20px 0 #333;
    -moz-box-shadow: 0px 15px 20px 0 #333;
    box-shadow: 0px 15px 20px 0 #333;
    background-image: radial-gradient(circle 344px at 300.22% 1386.22%, #a6b7c1 0%, rgba(16, 87, 117, 0.3) 100%);
}

.person-description {
    width: 224px;
    height: 84px;
    color: #ffffff;
    font-family: "Futura BT - Book Italic";
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Futura BT - Medium";
    font-weight: 500;
    letter-spacing: 0.15px;
    letter-spacing: 0.15px;
    margin-top: 1em;
}


.person-description .position {
    font-style: italic;
}
.company-project-image {
    flex: 1 1 auto;
    text-align: end;
}

.company-project-image img {
    display: inline-block !important;
}

.buttons-person {
    margin-bottom: 2em;
}

.buttons-person button {
    width: 60px!important;
    height: 40px;
    border-radius: 4px;
    background-color: #57a6c8;
    margin-right: 0.8em;
}

.buttons-person button:hover {
    background-color: #B2DFF2;
}

.buttons-person button span {
    width: 49px;
    height: 22px;
    color: #ffffff;
    font-family: Futura;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    /* Text style for "RGHT" */
    letter-spacing: 0.13px;
}
.buttons-person button.rght {
    background-color: #57a6c8;
}

.buttons-person button.rght:hover {
    background-color: #b7e8fe;
}

.buttons-person button.rght:hover span {
    color: #323232;
}

.buttons-person button.lft {
    background-color: #f2c40a;
}


.buttons-person button.lft:hover {
    background-color: #ffda44;
}

.buttons-person button.lft span {
    color: #323232;
}

.text-person {
    /* Style for "The develo" */
    height: 171px;
    color: #ffffff;
    font-family: "Futura BT - Book";
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    /* Text style for "The develo" */
    letter-spacing: 0.15px;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.hidden {
    display: none;
}