.the-bandas {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  text-align: center;
}

.the-bandas h2 {
  color: #000;
}

.the-bandas hr {
  width: 100px;
  border: 1px solid #fec465;
  margin: 35px 0;
}

.the-bandas .the-paragraph {
  margin-bottom: 50px;
  width: 45%;
}

.the-container {
  /* max-width: 1450px; */
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  margin-bottom: 50px;
}

.the-container .the-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  flex-wrap: wrap;
  margin: 70px 0;
}

/* .the-container .first {
  margin-top: 50px;
} */

.the-container .the-card:nth-child(odd) {
  flex-direction: row;
  /* text-align: left; */
}

.the-container .the-card:nth-child(even) {
  flex-direction: row-reverse;
  /* text-align: right; */
}

.the-container .the-card .the-imgbox {
  position: relative;
  left: 25px;
  z-index: 1;
  width: 600px;
  height: 400px;
}

.the-container .the-card:nth-child(even) .the-imgbox {
  left: -25px;
}

.the-container .the-card .the-imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}

.the-container .the-card .the-contentbox {
  position: relative;
  right: 25px;
  width: 600px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 60px 20px 100px;
}

.the-container .the-card .the-contentbox .small-bit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.the-container .the-card:nth-child(even) .the-contentbox {
  right: -25px;
  padding: 15px 100px 20px 60px;
  background-color: #fec465;
}

.the-container .the-card .the-contentbox:before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 7px !important;
}

.the-container .the-card:nth-child(even) .the-contentbox:before {
  background-color: #fec465;
  /* background-color: #31494b; */
}

.the-container .the-card .the-contentbox h3 {
  font-size: 30px !important;
  font-weight: bold !important;
  margin-bottom: 25px;
  color: #fec465;
}

.the-container .the-card:nth-child(even) .the-contentbox h3 {
  color: #fff;
}

.the-container .the-card .the-contentbox p {
  color: #000;
  margin-top: 7px;
}

.the-container .the-card .the-contentbox .btn {
  margin-top: 37px !important;
  outline: none;
  background: transparent;
  font-family: Futura-Bold;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #fec465;
  height: 55px;
  width: 220px;
  transition: all 0.3s ease 0s;
  color: #fec465;
  border-radius: 7px;
  outline: none;
}

.the-container .the-card:nth-child(even) .the-contentbox .btn {
  margin-top: 25px !important;
  display: block;
  position: relative;
  right: 0;
  border: 1px solid #fff;
  color: #fff;
  /* align-items: right; */
}

.the-container .the-card .the-contentbox .btn:hover {
  background: #fec465;
  background-color: #fec465;
  color: #fff;
}

.the-container .the-card:nth-child(even) .the-contentbox .btn:hover {
  background-color: #fff;
  color: #fec465;
}

.sub-text {
  font-size: 14px !important;
  font-style: italic !important;
}

.sub-extras {
  font-size: 17px !important;
}

@media (min-width: 320px) and (max-width: 914px) {
  .the-bandas .the-paragraph {
    width: 100%;
    padding: 0 25px;
  }
}

/* @media (max-width: 1450px) { */
/* @media (max-width: 2650px) { */
@media (max-width: 1240px) {
  .the-container .the-card {
    /* flex-direction: column; */
    /* max-width: 350px; */
    margin: 25px 25px;
    /* border: 1px solid red !important; */
  }

  .the-container .the-card .the-imgbox {
    width: 100%;
    height: 250px;
    left: 0;
  }

  .the-container .the-card .the-contentbox {
    width: 100%;
    height: auto;
    right: 0;
    padding: 30px;
    text-align: center;
  }

  .the-container .the-card .the-contentbox:before {
    top: 0;
    bottom: 0;
  }

  .the-container .the-card:nth-child(even) .the-imgbox {
    left: 0;
  }

  .the-container .the-card:nth-child(even) .the-contentbox {
    right: 0;
    padding: 30px;
  }
}

.the-actions {
  /* width: 5%; */
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  /* text-align: center; */
}

.the-actions hr {
  width: 100px;
  border: 1px solid #fec465;
  margin: 35px 0;
}

.the-actions .paragraph {
  margin: 0 auto 35px;
  width: 100%;
  text-align: left;
  /* font-size: 27px !important; */
  /* border: 1px solid red; */
  width: 60%;
}

.the-actions .paragraph ul li{
  font-size: 20px !important;
}



.joining {
  padding: 55px 0;
  width: 100%;
  display: flex;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08) !important;
}

.joining .content {
  width: 65%;
  margin: 0 auto;
  /* // border: 1px solid red; */
}

.joining .content {
  display: flex;
  justify-content: space-between;
  /* // flex-direction: row; */
  align-items: center !important;
}

.joining .content .text h2 {
  margin-bottom: 15px;

}

.joining .content .text h2 {
  color: #fec465;
}

.joining .content .btn {
  background-color: #fec465;
  font-family: Futura-Bold;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #fec465;
  height: 55px;
  width: 175px;
  transition: all 0.3s ease 0s;
  color: #fff;
  border-radius: 7px;
  outline: none;
}

.joining .content .btn:hover {
  background: transparent;
  color: #fec465;
  border: 1px solid #fec465;
}

@media (min-width: 320px) and (max-width: 767px) {

  .joining .content {
    width: 75%;
    text-align: center;
    flex-direction: column;
  }

  .joining .content .text h2 {
    margin-bottom: 25px;
  }

  .joining .content .btn {
    margin-top: 35px;
  }
}