* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #f4f4f4;
}

.heros{
    background: url("https://storage.googleapis.com/a1aa/image/uWEOW59ceyxmJCDav18tvZ5peAfyRBKh2WSKtCkGM0GFnSqnA.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(90%);
    /* margin-top: 90px; */
}
.container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
} 
.intro {
    text-align: center;
    margin-bottom: 2rem;
}
.intro h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.intro p {
    font-size: 1.2rem;
    color: #555;
}
.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(33.333% - 1rem);
    margin-bottom: 2rem;
    padding: 1.5rem;
    text-align: center;
}
.step img {
    max-width: 100%;
    border-radius: 8px;
}
.step h3 {
    font-size: 1.5rem;
    margin: 1rem 0;
}
.step p {
    font-size: 1rem;
    color: #666;
}
.cta {
    text-align: center;
    margin-top: 3rem;
}
.cta a {
    background-color: #28a745;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
}
.cta a:hover {
    background-color: #218838;
}

.img-sell{
   position: relative;
   left: 20%;
   top: 2%;
   width: 400px;
   height: 300px;
    /* border: 2px solid; */
}

/* .img-left{
    border: 2px solid red;
} */

.img-left p{
    /* border: 2px solid; */
    text-indent: 20px;
} 
.img-left ul{
    /* border: 2px solid; */
    text-indent: 20px;
} 

/* .img-main{
    border: 2px solid;
} */