.green-title {
    font-size: 21px;
    color: #27AE00;
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
}

.read-more {
    width: max-content;
    font-size: 19px;
    color: #27AE00;
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.read-more:hover {
    color: #27AE00;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}

.editor {
    transform: translateY(40);
    opacity: 0;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}

.project-col {
    transform: translateY(40);
    opacity: 0;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}

@media (max-width: 1559px) {
    .green-title {
        font-size: 19px;
    }

    .read-more {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .image-col {
        width: 180px;
    }

    .content-col {
        flex-grow: 1;
    }

    .green-title {
        font-size: 18px;
    }

    .read-more {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .row-flex {
        display: flex;
        flex-direction: column;
    }

    .content-col {
        margin-top: 15px;
    }

    .green-title {
        font-size: 16px;
    }

    .read-more {
        font-size: 15px;
    }
}

/*Added styles in backend stage*/
.project-card {
    font-size: 16px;
    color: #9498AB;
    line-height: 1.8;
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
}

.green-title:hover {
    color: #27AE00;
}

.image-wrap:hover {
    text-decoration: none;
}

.project-card:hover {
    color: #9498AB;;
}