.component-text-image {
    padding-top: 91px;
    padding-bottom: 49px;
    background: #EFEEF4;
}
.text-image-text {
    margin-top: 30px;
}
.right-col {
    margin-left: 72px;
}
.component-text-image .container-image {

}
.container-intro {
    padding-top: 18px;
    line-height: 31px;
    color: #6E4593;
    font-family: 'Comfortaa', monospace;
    font-size: 28px;
}
.component-text-image .project-cards-min-container {
    padding-top: 28px;
}
.project-card-min {
    margin-bottom: 10px;
}
.project-card-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    width: 100%;
    display: block;
}
.project-card-min-name a {
    color: #333333;
}
.project-card-min-name a:hover, .project-card-min-image:hover .project-card-min-name a {
    color: #6E4593;
}
.project-card-min-name span {
    line-height: 1.1rem;

}
@media (max-width: 1560px) {
    .container-intro {
        font-size: 20px;
    }
    .text-col {
        padding-left: 138px;
    }
}
@media (max-width: 576px) {
    .text-col {
        padding-left: 0;
    }
    .right-col {
        margin-left: 0;
    }
    .project-card-bg {
        height: 250px;
    }
}