.container3{
    width: 100%;
    max-width: 1200px;
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.container3 .card{
    width: 200px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}


.container3 .card img{
    width: 200px;
    height: 200px;
}


.container3 .card h4{
    font-weight: 600;
    color: #f1be0d;
	font-size: 30px;
}