.hero__section {
    background: url("https://res.cloudinary.com/deklnqsqn/image/upload/c_fill,f_auto,q_auto/v1733903914/stransact/tuznfjz7lijjswuk90df.png")
        no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
    margin-top: 4rem;
    display: flex;
    align-items: center;
}
.hero__section .container {
    width: 100%;
}
.hero__section h1 {
    font-weight: 300;
    color: white;
    font-size: 1.5rem;
}
@media (min-width:768px) {
    .hero__section {
        height: 250px;
    }
    .hero__section h1 {
        font-size: 2.5rem;
    }
}
