
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
}
.container{
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
}
img{
    max-width: 100%;
    display: block;
}
.hero{
    background: #902c8e;
    color: white;
    padding: 38px 110px;
    width: 1440px;
    height: 422px;
    
}
.hero-content{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.hero-image{
    display: flex;
    width:378px;
    height: 309px;
}

h3{
    font-size: 36px;
    font-family: Oswald, sans-serif;
}
h1{
    font-family: Oswald, sans-serif;
    font-size: 67px;
    font-weight: 700px;
}
.feature-row{
    display: flex;
    background: white;
    padding: 45px 65px 35px;
    align-items: flex-start;
    gap: 20px;
   
}
.overlay-section{
    width: 1440px;
    height: 843px;
    background-image:url('../photos/sunset.jpg');
}
.overlay-box{
    margin-left: 80px;
    color: white;
    width: 488px;
    height: 100%;
    padding: 80px ;
    display: flex;
    text-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);  
}
.gallery{
    display: flex;
    justify-content: center;
    padding: 80px;
    gap: 20px;
}
.bottom-row{
    display: flex;
    align-items: center;
    
}
.bottom-row img{
    width: 300px;
    height: auto;
    padding: 30px;
}
    

    
    