.img-container-herbs {
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: 100%; /* Ensures the container takes up the full width */
    height: 630px; /* Ensures the container takes up the full height */
    margin-top: 100px;
}

.btn-more{
    border:#d00406 solid;
    color:#d00406;
}

.btn-more:hover{
    border:#d00406 solid;
    color:#d00406;
    box-shadow:#d0040799 0px 0px 10px;
}

@media (max-width: 992px){
    .img-container-herbs{
        align-content: center;
    }
}
