.image-container {
    position: relative;
    
}

.image-container1 {
    position:relative;
    display: inline-block;
    width: 20%;
    text-align: center;
    
    
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    }

.center1 {
    position:relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    }

    .center2 {
        display: block;
        margin-left: 70%;
        margin-right: auto;
        width: 60%;
        }

.icon-overlay {
    position: absolute;
    top: 40%;
    left: 15%;
    transform: translate(-50%, -50%);
}

.icon-overlay1 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.icon-overlay2 {
    position: absolute;
    top: 60%;
    left: 14%;
    transform: translate(-50%, -50%);
}

/* Include Font Awesome CSS for icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
