.hero-sell {
    position: relative;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    overflow: hidden;
 }

 .hero-sell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/resourcesimage.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(4px); /* Adjust the blur amount as needed */
    z-index: -1;
}

.hero-text-sell, .hero-subtext-sell {
    position: relative;
    z-index: 1;
}
 
 .hero-text-sell{
     font-family:'Open Sans', sans-serif;
     font-weight: bold;
     color: white;
     padding: 20px;
     font-size: 4em;
     text-align: center;
     border-radius: 10px;
     margin: 10px 0;
 
 }
 
 .hero-subtext-sell{
     font-weight:bold;
     font-family: 'Open Sans', sans-serif;
     color: white;
     padding: 10px;
     font-size: 1.5em;
     text-align: center;
     border-radius: 5px;
 }

 .text-body h1{
    font-family:'Open Sans', sans-serif;
    padding-left:40px;
    padding-top:10px;
 }

 .text-body h2{
    font-family:'Open Sans', sans-serif;
    padding-left:40px;
    padding-top:15px;
    padding-left:100px;
    font-weight:bold;
 }
 
 .text-body p{
    font-family:'Open Sans', sans-serif;
    padding-left:40px;
    padding-top:15px;
    padding-left:100px;
    font-weight:bold;
    list-style-type: circle;
    margin-right:500px;
 }

