.worldwide-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40rem;
}

.globe_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.worldwide-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

.worldwide-middle span {
  font-size: clamp(1.6rem, 2vw, 2.6rem);
}

.worldwide-word {
  width: 208px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: 10rem;
}
