.background-image-info {
  height: 102rem !important;
}

.main-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 564rem;
}

.error404-page {
  margin-top: 100rem;
  margin-bottom: 163rem;
  text-align: center;
  height: 303rem;
}

.img-error {
  margin-bottom: 12rem;
}

/* .footer-two {
  height: 88rem !important;
} */

.header-error {
  width: 500rem;
  height: max-content;
  font-weight: 600;
  font-size: 32rem;
  line-height: 44rem;
  color: #057dab;
}

.text-error {
  width: 495rem;
  height: 36rem;
  font-weight: 400;
  font-size: 16rem;
  line-height: 24rem;
  color: #4a4c59;
  margin-top: 32rem;
  margin-bottom: 48rem;
}

.button-error {
  width: max-content;
  height: 48rem;
  border-radius: 32rem;
  padding-top: 12rem;
  padding-left: 20rem;
  padding-bottom: 18rem;
  padding-right: 20rem;
  gap: 8rem;
  background-color: #057dab;
  font-size: 16rem;
  font-weight: 600;
  line-height: 24rem;
  color: #ffffff;
  margin: auto;
  cursor: pointer;
}

.health-corner {
    background-color: #fff;
    padding-top: 32rem;
    padding-bottom: 64rem;
    height: 710rem;
    width: 100vw;
}

.health-corner-text,
.health-corner-title-content,
.health-corner-content,
.health-corner-header,
.health-corner-slider-title {
    color: #6b7280;
}

.health-corner-text,
.health-corner-slider-title {
    color: #057dab;
}

.health-corner-text {
    font-size: 32rem;
    font-weight: 600;
    line-height: 44rem;
    padding-bottom: 20rem;
}

.container-padding-left,
.container-padding-right {
    padding-left: 112rem !important;
    padding-right: 112rem !important;
}

.health-corner-title-content {
    font-size: 20rem;
    font-weight: 400;
    line-height: 30rem;
}

.arrows-health-corner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
}

    .arrows-health-corner img {
        width: 56rem;
        height: 56rem;
    }

.sosyal-sorumluluk-text {
    border: 1rem solid #cde5ee;
    border-radius: 16rem;
    padding: 0 10rem;
    display: flex;
    align-items: center;
    width: max-content;
    color: #057dab;
    font-size: 12rem;
    font-weight: 500;
    line-height: 18rem;
    margin-top: 24rem;
    height: 18rem;
    cursor: pointer;
}

.health-corner-content {
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
    padding-top: 8rem;
    color: #475467;
}

.health-corner-header,
.health-corner-slider-title {
    font-size: 24rem;
    font-weight: 600;
    line-height: 32rem;
    padding-top: 32rem;
    cursor: pointer;
}

.arrow-h {
    font-size: 24rem;
    cursor: pointer;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

    .arrow-h.right {
        padding-left: 16rem;
    }

.arrow-right {
    padding-left: 21rem;
}

.left {
    margin-left: 10rem;
}

.right {
    margin-right: 10rem;
}

.slider-container-h {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-h {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide-h {
    flex: 0 0 calc(33.33% - 30rem) !important;
    padding-right: 32rem;
    padding-top: 40rem;
    box-sizing: border-box;
}

    .slide-h .images {
        object-fit: cover !important;
        width: 384rem;
        height: 240rem;
        margin: 0;
        border-radius: 16rem;
    }

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: max-content;
        height: 40rem;
        background-color: #ffff;
        color: #000000;
        font-size: 14rem;
        text-align: center;
        border-radius: 5rem;
        padding: 8rem;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        top: 96rem;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.2s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.display-flex {
    display: flex;
}

.margin-right-8rem {
    margin-right: 8rem;
}

.opacity-health-corner {
    opacity: 0.6;
    width: 300rem;
    z-index: 11111;
    position: absolute;
    height: 100%;
    right: 0;
    pointer-events: none;
    top: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

#health-corner-short-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dots-container-health-corner {
    text-align: center;
    margin-top: 10rem;
    display: flex;
    justify-content: center;
}

.buildings-none {
    display: none !important;
}

