#thirdbannerAMIGOS.banner-amigos {
  background-color: #2bc46c;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 0px;
}

.banner-amigos .banner-text {
  flex: 1;
  min-width: 280px;
}

.banner-amigos h2 {
  font-size: 30px;
  font-weight: bold;
  color: white;
  font-family: 'Montserrat';
}

.banner-amigos h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Montserrat';
  line-height: 34px;
}

.banner-amigos .subtext {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 16px;
}

.banner-amigos .description {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: bold;
}



.banner-amigos .banner-button:hover {
  background-color: #333;
}

.banner-amigos .banner-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.banner-amigos .banner-image img {
  max-width: 85%;
  height: auto;
  margin-top: 20px;
}
@media screen and (min-width : 980px){
  .banner-amigos .pretext {
    margin: 0.5rem 0;
    font-weight: bolder;
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: -50px;
}
.banner-amigos .banner-button {
  display: inline-block;
  margin-top: -3rem;
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s ease;
  clear: both;
  font-size: 1em;
  min-width: 270px;
  text-align: center;
  min-height: 64px;
  align-content: center;
  font-family: 'Montserrat';
}
  #nombre-de-la-primera-sección > div > div > section:nth-child(8),
  #content>div>div>div>div>div>section:nth-child(8) {
    display: block;
    visibility: initial;
    min-height: 490px;
    width: 100%;
    background: #2bc46c;
}

  .thirdBANNERcontainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    min-width: 1040px;
}
  
}

@media screen and (max-width: 980px){
  .banner-amigos .pretext {
    margin: 0.5rem 0;
    font-weight: bolder;
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.banner-amigos .banner-button {
  display: inline-block;
  margin-top: 1.5rem;
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s ease;
  clear: both;
  font-size: 1em;
  min-width: 270px;
  text-align: center;
  min-height: 64px;
  align-content: center;
  font-family: 'Montserrat';
}
  #nombre-de-la-primera-sección > div > div > section:nth-child(8),
  #content>div>div>div>div>div>section:nth-child(8) {
    display: block;
    visibility: initial;
    min-height: 610px;
    width: 100%;
    background: #20c26b;
}

  .thirdBANNERcontainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 280px;
}
  
}
