.section {
  margin-top: 50px
}

#section-1 {
  margin-top: 0px;
}

.main-panel {
  border-radius: 30px;
  overflow: hidden;
  max-height: 70vh;
}

#section-1-main-panel {
  height: 680px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}

.section-1-main-panel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-1-content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 20px;
  background-color: rgba(255,255,255, .3);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255, .3);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: calc(100% - 82px);
}

.title-p {
  font-size: 45px;
}

#section-1-title-p {
  max-width: 600px;  
  margin: 0;
}

#section-1-descriere-p {
  max-width: 800px; 
}

.button-contact {
  background-color: #d40000;
  opacity: 1;
  position: relative;
  margin-bottom: 10px;
}
