
.col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.col hr {
    
    width: 20%;
    border-top: 2px solid #AC0000;
}

.col img {
    width: 250px;
    height: 250px;  
}



