.coe {
    overflow: hidden;
    position: relative;
    margin: 10px;
    border-radius: 10px;
}

.coe img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}


.coe:hover img {
    transform: scale(1.2);
    /* Adjust the zoom level */
}

.coes .section-title h2 {
    color: aliceblue;
}

.text-overlay {
    position: absolute;
    width: 100%;
    min-height: 50%;
    padding-top: 40%;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    background: linear-gradient(to bottom, transparent, rgb(0, 0, 0));
    text-align: center;
}

.content{
    color: white;
}
.download-link {
    text-align: right;
}
.download-link a:hover {
    color: #FFF;
}
.download-link i {
	font-size: 29px;
	position: relative;
	top: 5px;
}
.download-link a {
    color: #F05B23;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 18px;
}