.trabajo {
    color: black;
    text-decoration: none;
    font-weight: 500;
}

h1 {
    margin: 40px 0px 20px 0px;
    text-align: center;
    font-weight: bolder;
}

.col p{
    text-align: center;
}

.col {
    background-color: white;
    border: 1px solid;
    border-color: white;
    border-radius: 10px;
    transition: 0.8s ease;
    margin: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.col:hover {
    transform: scale(1.1) translateY(-10px);
}

.col img {
    margin: 25px 20px 10px 20px;
    height: 60px;
    object-fit: contain;
    align-items: center;
    border-radius: 30px;
}