.mfg-header{
   height: 520px;
   padding-top: 30px;
}
.mfg-header-content
{
    padding: 100px 120px 0px 100px;
    text-align: justify;
}
.text-salt-blue
{
    color: #84B3C5;
}
.salt-icon{
    z-index: -1;
    position: absolute;
    top:30px;
    right:20px;
}
.hero-image{
  width: 100%;
  height: auto;
  position: absolute;
}
.theme-salt-blue{
    background-color: #84B3C5;
}
.div-box{
    background-color: white;
    padding: 5%;
    border-radius: 20px;
}
.input-rounded{
    border-radius: 20px;
    background-color: #f1f1f1;
    text-decoration: none;
}
.input-rounded-white{
    border-radius: 20px;
    background-color: white;
    text-decoration: none;
}
.btn-rounded{
    position: relative;
    border-radius: 20px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #84B3C5;
}
.btn-rounded:hover{
    background-color: #6890a2;
    color: white;
}
.btn-rounded-dark{
    position: relative;
    border-radius: 20px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #000000;
}
.btn-rounded-dark:hover{
    background-color: hwb(0 14% 86%);
    color:white;
}
.manufacturers-hero {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}
.hero-card {
    position: relative;
    flex: 1;
    margin: 0 5px; 
}
.hero-image-container {
    position: relative;
    overflow: hidden;
}
.hero-image-container img {
    width: 100%;
    height: 240px;
    display: block;
    border-radius: 10px;
}
.hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    font-weight: bolder;
    text-align: center;
    font-size: 20px; 
    text-decoration: none;
}
@media screen and (min-width: 360px) and (max-width: 1256px)
{
    .mfg-header
    {
        height: auto;
    } 
    .mfg-header-content
    {
        padding: 20px 40px 50px 50px;
    }
    .salt-icon{
        right:20px;
    }
    .manufacturers-hero {
        flex-direction: column; 
        align-items: center; 
    }
    .hero-card {
        margin: 10px 0;
    }
}


