
.bannercontact {
    background: linear-gradient(#545455d8, rgba(255, 255, 255, 0.3)), url(./img/contbanner.webp);
    height: 320px;
    background-position: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white
}

.contboxcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
}

.cnctbox {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 300px;
    margin: 10px;
    padding: 20px;
    background-color:cadetblue;
    border-radius: 5px;
}

.cnctbox img {
    height: 50px;

}

.cnctboxlogo {
    text-align: center;
}

.cnctboxtxt {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}