.project_heading {
    font-style: italic !important;
    font-size: 150px !important;
}

.project_content p {
    font-size: 40px !important;
    line-height: 1.6 !important;
}

.project_details {
    font-size: 40px !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 6px !important;
    color: black !important;
}

.project_details__inner {
    font-size: 30px !important;
}

.project_details__inner .c_height {
    line-height: 1.6 !important;
}

.next-project_title {
    font-size: 55px !important;
}

.offset_img {
    margin-top: -50px !important;
}

.gif_img_project {
	border: 10px solid #BAC0CA;
	border-radius: 20px;
}

@media only screen and (max-width: 1100px) {
    .project_heading {
        font-size: 56px !important;
    }

    .project_content {
        font-size: 22px !important;
    }

    .offset_img {
        margin-top: -25px !important;
    }
}