.works-details-top-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.works-hero-heading-content {
    width: 100%;
    max-width: 600px;
}

.works-category-item-block {
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
}

.text-small {
    font-size: 15px;
    line-height: 1.4em;
}

.work-category-item-divider {
    background-color: #9d9f9b;
    border-radius: 100%;
    width: 2px;
    height: 2px;
}

.text-small {
    font-size: 15px;
    line-height: 1.4em;
}

.work-heading-title {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.works-other-info-block {
    width: 100%;
    max-width: 292px;
}
.work-client-info {
    border-bottom: 1px solid #9d9f9b;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.work-item-text-block {
    color: #9d9f9b;
}

.work-client-name {
    color: #000;
}
.work-date-info {
    border-bottom: 1px solid #9d9f9b;
    padding-bottom: 10px;
}
.work-item-text-block {
    color: #9d9f9b;
}
.work-date-block {
    color: #000;
}
.client-website-link {
    color: #000;
    margin-top: 25px;
    text-decoration: none;
    transition: color .3s;
}

.work-details-thumbnail {
    border-radius: 20px;
    width: 100%;
    height: 620px;
    margin-top: 60px;
    overflow: hidden;
}
.image-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.work-description-block {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    display: flex;
    position: relative;
   color: var(--grey-black);
}

.work-description {
    width: 100%;
    max-width: 713px;
    margin-top: -40px;
}
.work-description-form-block {
    width: 100%;
    max-width: 380px;
    position: sticky;
    top: 100px;
}

.makasi-rich-text-block h4 {
    color: #000;
    margin-top: 40px;
    margin-bottom: 15px;
}
.makasi-rich-text-block h3 {
    color: #000;
    margin-top: 50px;
    margin-bottom: 15px;
}

.makasi-rich-text-block ul {
    grid-row-gap: 12px;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex;
}

.work-description-form-block {
    width: 100%;
    max-width: 380px;
    position: sticky;
    top: 100px;
}

.work-form-block {
    background-color: #f8F9FA;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 35px 30px;
}
.w-form {
    margin: 0 0 15px;
}
.form-field-item-block {
    grid-column-gap: 15px;
    display: flex
;
}
.form-field-item-block._02 {
    grid-row-gap: 15px;
    flex-flow: column;
}
.form-field-item {
    width: 100% !important;
}
.form-field-area {
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
}

.field-title {
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55em;
}
label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}
.text-field {
    background-color: var(--background-light);
    color: var(--black-forest);
    border: 1px #000;
    border-radius: 10px;
    height: 54px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}
.w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.textarea-field {
    background-color: #fff;
    color: var(--black-forest);
    border: 1px #000;
    border-radius: 10px;
    min-height: 150px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}
.form-submit-button-block {
    margin-top: 30px;
}
@media screen and (max-width: 479px) {
    .work-details-thumbnail {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .work-details-thumbnail {
        height: 300px;
        margin-top: 40px;
    }
    .text-small {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 991px) {
    .work-description-block {
        flex-flow: column;
    }

    .works-details-top-content {
        grid-row-gap: 32px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }
}
