.fabula-projects-block {padding: 80px 0}
.fabula-projects-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 48px;
    color: var(--white-color);
}
.fabula-projects-icon {
    width: 25px;
    height: 20px;
    margin-bottom: 48px;
}
.fabula-projects-title {
    width: 80%;
    font-size: 43px;
    line-height: 50px;
    font-weight: 600;
    margin: 0;
}
.fabula-projects-block .fabula-slider {
    overflow-y: visible;
    overflow-x: clip;
    padding: 0 48px;
}
#projects-slider .fabula-project {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 303px 1fr;
    height: 567px;
    border-radius: 40px;
    overflow: hidden;
}
@media (min-width: 1016px) {
    #projects-slider .fabula-project:hover {
        transition: all 0.4s ease-in-out;
        transform: translate(0, -17px);
    }
}
.fabula-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fabula-project-content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-color: var(--white-color);
}
.fabula-project-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.7px;
    margin: 0 0 12px 0;
}
.fabula-project-content-container p {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
    color: #858585;
}
.fabula-project-content-container a {
    font-size: var(--small-text-size);
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 600;
}
.fabula-project-link-icon {
    margin-left: 7px;
}

@media (max-width: 1439px) {
    .fabula-projects-block {padding: 70px 0}
    .fabula-projects-title {
        font-size: 40px;
        line-height: 47px;
    }
    .fabula-project-title {
        font-size: 24px;
        line-height: 28px;
    }
    .fabula-project-content-container p {
        font-size: 14px;
        line-height: 20px;
    }
    .fabula-projects-block .fabula-slider {
        padding: 0 41px;
    }
}
@media (max-width: 1261.5px) {
    .fabula-projects-block {padding: 60px 0}
    .fabula-projects-block .fabula-slider {
        padding: 0 35.25px;
    }
}
@media (max-width: 1016px) {
    .fabula-projects-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .fabula-projects-block {
        padding: 40px 0;
    }
    .fabula-projects-icon {
        margin-bottom: 20px;
    }
    .fabula-projects-title-container {
        padding-bottom: 20px;
    }
    #projects-slider {
        padding: 0 25px;
    }
    #projects-slider .fabula-project {
        grid-template-rows: 242px 1fr;
        height: 492px;
    }
}