.fixed-grey-box-section {
  padding: 60px 0 0;
  background-color: #f8f8f8;
}
.bg_white {
  background-color: #fff;
}
.bg_grey {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .fixed-grey-box-section {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .fixed-grey-box-section {
    padding: 26px 0 0;
  }
}
.fixed-grey-box-section .fixed-grey-box-inner {
  border-radius: 20px;
  background: #565051;
  padding: 60px 50px;
}
@media (max-width: 1199px) {
  .fixed-grey-box-section .fixed-grey-box-inner {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .fixed-grey-box-section .fixed-grey-box-inner {
    padding: 30px 15px;
  }
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  gap: 50px;
}
@media (max-width: 1199px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row:last-child {
  margin-bottom: 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row:last-child {
    flex-direction: column-reverse;
  }
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column {
  color: #fff;
  width: 50%;
}
@media (max-width: 1199px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column {
    width: 100%;
  }
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column h2 {
  color: #fff !important;
}
/* Override Google Translate font color injection */
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column h2 *,
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column h2 font,
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column h2 span {
  color: #fff !important;
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column p,
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column p *,
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column p font,
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column p span {
  color: #fff !important;
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column figure {
  width: 100%;
  max-width: 624px;
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column figure img {
  border-radius: 20px;
  width: 100%;
  max-width: 624px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column figure img {
    max-width: 100%;
    height: auto;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column figure img {
    height: auto;
    min-height: 250px;
  }
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 767px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column .link-btn {
    margin: 22px 0;
  }
}
.fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column:last-child {
  width: 57%;
}
@media (max-width: 991px) {
  .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column:last-child {
    width: 100%;
  }
}

.event-grey-box .fixed-grey-box-inner {
  border-radius: 20px;
  background: #242A2E !important;
}

.fixed-grey-box-section.event-grey-box {
  padding-bottom: 60px;
}
.fixed-grey-box-section.event-grey-box .fixed-grey-box-inner {
  background: #242A2E !important;
}
@media (max-width: 767px) {
  .fixed-grey-box-section.event-grey-box {
    padding-bottom: 26px;
  }
}

/* RTL Support */
html.rtl .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row,
html[dir="rtl"] .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row {
  direction: ltr !important;
}
html.rtl .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column,
html[dir="rtl"] .fixed-grey-box-section .fixed-grey-box-inner .fixed-grey-box-row .fixed-grey-box-column {
  direction: rtl;
  text-align: right;
}

/*# sourceMappingURL=fixed-grey-box.css.map */
