.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-image {
  margin-top: 40px;
  position: relative;
  height: 563px;
  border-radius: 20px;
  overflow: hidden;
}

.section-image_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.section-image__description {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 10px;
  color: #222;
  font-size: 0.8125rem;
  line-height: 115.3846153846%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 1919px) {
  .section-image {
    height: 450px;
  }
}

@media (max-width: 1199px) {
  .section-image {
    height: 400px;
  }
}

@media (max-width: 833px) {
  .section-image {
    height: 47vw;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
