.hero {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('/assets/images/valeriia-bugaiova-_pPHgeHz1uk-unsplash.jpg') center center/cover no-repeat;
    height: 400px;
}
.hero-content {
    padding: 0 20px;
}
.hero-content > h1 {
    margin-bottom: 20px;
}
.hero-content > p {
    max-width: 750px;
    /* margin: 0 auto; */
    margin-bottom: 30px;
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}


/* Details Section */
.details-section{
    margin: 70px 0;
}
.details-section .left-content {
    /* width: 50%; */
    position: relative;
}
.details-section .left-content img{
    width: 200px;
    height: 350px;
    border-radius: 12px;
}

.details-section .left-content .main-img{
    width: 100%;
    margin-top: 13px;
    box-shadow: -3px 2px 4px rgb(0, 0, 0);
    /* height: 350px; */
}