/* CSS Document */
.site-main {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.entry-header {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (min-width: 768px) {
  .entry-header {
    width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*
.section-body {
	width: 100%;
	@include marginH(0);
	color: $gray1;
	font-size: 12px;
	@media only screen and (min-width: 768px) {
		font-size: 14px;
	}
}
*/
.rangers-title {
  font-size: clamp(20px, calc(3vw + 8px), 32px);
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
}
.rangers-text {
  font-size: clamp(12px, calc(2vw + 4px), 20px);
  font-weight: 500;
  text-align: center;
  line-height: 1.75em;
}
.rangers-information {
  position: relative;
  margin-top: clamp(60px, calc(10vw + 20px), 100px);
  margin-bottom: clamp(120px, calc(20vw + 40px), 200px);
  padding-top: clamp(30px, calc(4.5vw + 12px), 48px);
  padding-bottom: clamp(30px, calc(4.5vw + 12px), 48px);
  background-color: #2ea7e0;
  color: #fff;
}
.rangers-information::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: -1.5em;
  left: 0;
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border-width: 2em 1.75em 0;
  border-style: solid;
  border-color: #2ea7e0 transparent transparent;
}
.rangers-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  row-gap: clamp(80px, 20vw, 160px);
  margin-top: clamp(100px, 25vw, 200px);
  margin-bottom: clamp(100px, 25vw, 200px);
}
.rangers-list .ranger {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  row-gap: clamp(30px, 7.5vw, 60px);
}
.rangers-list .ranger-pictures {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  row-gap: clamp(40px, 10vw, 80px);
  column-gap: clamp(20px, 5vw, 40px);
}
.rangers-list .ranger-appearance {
  width: 40vw;
}
.rangers-list .logo-for-rangers {
  width: 69vw;
  height: 48vw;
}
@media only screen and (min-width: 768px) {
  .rangers-list .ranger-pictures {
    column-gap: 40px;
  }
  .rangers-list .ranger-appearance {
    width: 250px;
  }
  .rangers-list .logo-for-rangers {
    width: 460px;
    height: 320px;
  }
}
.rangers-working {
  margin-top: clamp(60px, calc(10vw + 20px), 100px);
  margin-bottom: clamp(60px, calc(10vw + 20px), 100px);
}
@media only screen and (min-width: 768px) {
  .rangers-working {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
  }
}
.rangers-bow {
  margin-top: clamp(60px, calc(10vw + 20px), 100px);
  margin-bottom: clamp(60px, calc(10vw + 20px), 100px);
}
@media only screen and (min-width: 768px) {
  .rangers-bow {
    margin-right: auto;
    margin-left: auto;
    width: 600px;
  }
}
