.acf-about-this-project img.step_icon {
    min-width: 24px;
    height: 24px;
}

.acf-about-this-project .dotted-vertical-line {
    border-left: 1px solid var(--light-grey);
    height: 50%;
}

.project-solution-item:hover {
    background-color: var(--black);
    color: var(--white);
}

.acf-about-this-project p{
    max-width: 900px;
}
.acf-about-this-project .about-project-title{
    font-size: var(--f35);
    font-weight: var(--font-weight-bold);
}
@media (max-width: 992px) {
    .acf-about-this-project .dotted-vertical-line {
        height: 80%;
    }

    .acf-about-this-project .project-solution-title{
        font-size: var(--f20);
    }
    .acf-about-this-project h3.step-title{
        font-size: var(--f24) ;

    }
    .acf-about-this-project .about-project-title{
    font-size: var(--f28);
    font-weight: var(--font-weight-bold);
    }
}

