.colsWrapper{
    position: relative;
    top: 24vh;
    display: flex;
    width: 90vw;
    left: 5vw;
    justify-content: space-around;
    font-family: PlexSans;
    font-size: 2vh;
    text-align: justify;
    opacity: 0;
    animation: appearfb 1.2s ease 0s 1 forwards;
}

@keyframes appearfb {
    0%   {top: 27vh; opacity: 0;}
    100% {top: 24vh; opacity: 1;}
}


.col{
    width: 45%;
    max-width: 600px;
}

.col a{
    text-decoration: none;
}

.col li{
    line-height: 180%;
}

.colImg{
    position: relative;
}
.colImg img{
    width: 100%;
    height: 25vh;
}
.imgTitle{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255,255,255,0.6);
    padding: 15px 10px 10px 10px;
    border-radius: 15px;
}
