.project-container {
    min-height: 60vh;
}
.project-container .content {
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center !important;
}
.project-container .text-container {
    max-width: 1024px;
    display: flex;
    align-content: center;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    transition: all .4s ease-in-out;
}

.project-container h4 span {
    color: rgb(255, 0, 0);
    font-size: 30px;
}
.project-container h4{
    font-size: 25px;
    margin: 20px 0;
}
.text-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px 10px; */
    height: 100px;
    width: 190px;
    /* background-color: rgba(255, 255, 255, 1); */
    border: solid 1px rgba(255, 255, 255,0.1);
    border-radius: 7px;
    margin: 10px;
}
.text-container a img:hover {
    transform: scale(1.1);
    transition: all .4s ease-in-out;
}
.text-container a img {
    transition: all .2s ease-in-out;
    /* border: 1px solid #000; */
    max-width: calc(100% - 10px);
    max-height: calc(100% - 15px);
}