:root {
    --half-image-size: 150px;
}

.story-section {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.story-item {
    margin-bottom: 15px;
}

.left-half-image {
    height: auto;
    width: var(--half-image-size);
    margin-left: calc(var(--half-image-size) * -0.45);
}

.right-half-image {
    height: auto;
    width: var(--half-image-size);
    margin-right: calc(var(--half-image-size) * -0.3);
}

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

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.down-arrow-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.down-arrow {
    width: 25px;
}

.story-year {
    font-weight: 900;
    font-size: 15px;
}

.image-story-year {
    font-weight: 900;
    font-size: 20px;
    margin-left: 20px;
}

.carousel-story-year {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: -55px;
    margin-left: 30px;
}

.half-story-content {
    margin-left: 30px;
    margin-right: 10px;
    flex: 1;
}

.half-story-text {
    font-size: 20px;
    font-weight: 600;
}

.half-story-description {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.75;
}

.story-item-highlighted-text {
    font-weight: 900;
    color: rgb(11, 122, 192);
}

.story-item-highlighted-text-green {
    font-weight: 900;
    color: rgb(9, 173, 61);
}

.alpha-button {
    position: relative;
    font-size: 17px;
    color: rgb(54, 54, 54);
    background-color: rgb(228, 228, 228);
    padding: 15px 0 15px 0;
    font-weight: 600;
    border-radius: 0.7em;
    outline: none;
    border: none;
    flex: 1;
    border-radius: 0.7em;
    box-shadow: 5px 5px 0 rgb(194, 194, 194);
}

.image-story-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-story-text {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.image-story-picture {
    width: 100%;
    /* border-radius: 1em; */
    margin-top: 10px;
    margin-bottom: 15px;
}

.image-story-title {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
}

.image-story-description {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.7;
    margin-top: 2px;
}

.carousel-picture {
    width: 100%;
}

.see-linkedin-post-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: fit-content;
    background-color: #0A66C2;
    color: white;
    font-size: 19px;
    gap: 10px;
    padding: 15px 20px 15px 15px;
    font-weight: 400;
    border-radius: 1.3em;
    border: none;
    outline: none;
    transition: 0.2s;
}

.see-linkedin-post-btn:hover {
    transform: scale(1.1, 1.1);
}

.see-linkedin-post-btn img {
    width: 30px;
}
