.europe-animation-section-container {
  width: 100%;
  height: 666px;
  background-color: #101d42;
  overflow: hidden;
  position: relative;
}
.europe-animation-section {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-origin: left top;
}

.europe-animation-section-container-inner {
  position: relative;
}

.europe-animation-section-inner {
  position: relative;
  height: 100%;
}

.europe-animation-section-container-inner svg {
  opacity: 0.4;
}

.europe-animation-section-circle {
  width: 20px;
  height: 20px;

  border-radius: 50%;
  position: absolute;

  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
}

.europe-animation-section-circle2 {
  width: 20px;
  height: 20px;
  background-color: blue;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 100;
  top: 50%;
  left: 50%;
}

.europe-animation-section-circle-circle {
  width: 100%;
  height: 100%;
  border: 1px solid #00ecc2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.europe-animation-section-copy {
  width: 536px;
  position: absolute;
  bottom: 64px;
  left: 64px;
}

.europe-animation-section-copy-inside {
  box-sizing: border-box;
  padding-top: 27.5px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 27.5px;
  color: #000;
  /* h3 */
  font-family: Figtree;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 39.6px */
  letter-spacing: -0.72px;
  background-color: #ffffff;
}

.europe-animation-section-copy-title {
  margin-bottom: 31px;
  display: block;
}

@media (max-width: 800px) {
  .europe-animation-section-container {
    height: 500px;
    position: relative;
  }

  .europe-animation-section-copy {
    bottom: -1px;
    width: 100%;
    left: 0;
    right: 0;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .europe-animation-section-copy-inside {
    font-size: 24px;
    padding-left: 19px;
    padding-right: 19px;
    background-color: #ffffff;
  }

  .europe-animation-section-button-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
