.atw-container {
  width: 100%;
  max-width: 1080px;
  margin: 25px auto;
  padding: 0 12px;
  box-sizing: border-box;
  font-family: NeutraText-Demi, sans-serif;
  border-top: 82px solid transparent;
}

.atw-container .country {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 80px;
  height: 0px;
  overflow: hidden;
  transition: height 0ms ease;
}

.atw-container .country:first-of-type h3 {
  border-top: 0;
}

.atw-container .expanded {
  height: fit-content !important;
  height: 100%;
  overflow: hidden;
}

.atw-container .expanded h3:after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.atw-container h2 {
  font-family: 'Vinyl', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  color: #473729;
  margin: 35px 0 0 0;
  font-weight: 400;
}

.atw-container h2:first-of-type {
  margin-top: 0;
}

.atw-container h3 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #473729;
}

.atw-container h3 img {
  height: 35px;
  width: auto;
  margin: 0 12px 0 0;
  border: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 1px;
}

.atw-container h3 {
  position: relative;
  font-family: 'Vinyl', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #473729;
  margin: 5px 0 15px 0;
  font-weight: 400;
  text-decoration: none;
  padding: 20px 0 10px 0;
  border-top: 1px solid #47372954;
}

.atw-container h3:after {
  display: block;
  background-image: url('../images/arrow-right.svg');
  content: '';
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  top: 8px;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  z-index: -1;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.atw-container h4 {
  font-family: 'Vinyl', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #473729;
  margin: 0 0 5px 0;
  font-weight: 400;
}

.atw-container ul {
  color: #473729;
  margin: 0 0 20px;
  padding-left: 0;
  list-style-type: none;
}

.atw-container ul li a {
  color: #0f7885;
  line-height: 1.5;
  text-decoration: none;
}

.atw-container ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 37.500em) {
  .atw-container {
    border-top: none;
  }

  .atw-container h2 {
    font-size: 50px;
  }

  .atw-container h3 {
    font-size: 40px;
  }

  .atw-container h3:after {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }

  .atw-container h3 img {
    height: 40px;
  }

  .atw-container h4 {
    font-size: 28px;
  }
}
