.hero-cont{
    background-color: rgb(248, 248, 248);
    /* background-color: #FDAC53; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-inner{
    height: 400px;
    margin-top: 120px;
    width: 100%;
    max-width: 1140px;

    display: flex;
}
@media (max-width: 1200px) {
    .hero-inner{
        width: 100%;
        max-width: 1140px;
        display: flex;
    }
}

.hero-details{
    flex: 1;
    position: relative;
    color: blue !important;
}

.hero-image-cont{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image{
    width: 350px;
    /* height: 500px; */
}


@media (max-width: 991.98px) {
    .hero-inner{
        height: 300px;
        margin-top: auto;
        width: 100%;
        max-width: 1140px;
        display: flex;
    }

    .hero-image-cont{
        display: none;
    }
}
  
@media (max-width: 1199.98px) {
    .hero-inner{
    }
}
