.industries-page-header {
    border-radius: 10px;
    padding: 130px 0 130px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: url(../image/industries/industries-header.png);
}
.food-page-header{
    border-radius: 10px;
    padding: 130px 0 130px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: url(../image/FoodandBeverages/Food_And_Beverage_header.png);
}

.about-page-header{
    border-radius: 10px;
    padding: 130px 0 130px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: url(../image/about/about-header.jpg);
}

.header-text{
    font-size: 2.5em;
    font-weight: bolder;
    color: #ffffff;
}

.card {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.card-text {
    font-size: 1.2em;
    font-weight: bolder;
    color: #0c0d0e;
    text-align: center;
}
.contact-input{
    border-radius: 5px;
    padding: 10px;
    width: 95%;
    border: 1px solid #95989a;
}