#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: 0
}

.banner-amigos .banner-text {
    flex: 1;
    min-width: 280px
}

.banner-amigos .amigostitulo {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat'
}

.banner-amigos .amigosprecio {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 34px
}

.banner-amigos .subtext {
    font-size: 1rem;
    margin: .5rem 0;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 16px
}

.banner-amigos .description {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700
}

.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:.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: .75rem 1.5rem;
        text-decoration: none;
        font-weight: 700;
        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(7),#content>div>div>div>div>div>section:nth-child(7) {
        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:.5rem 0;
        font-weight: bolder;
        font-family: 'Montserrat';
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0
    }

    .banner-amigos .banner-button {
        display: inline-block;
        margin-top: 1.5rem;
        background-color: #000;
        color: #fff;
        padding: .75rem 1.5rem;
        text-decoration: none;
        font-weight: 700;
        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(7),#content>div>div>div>div>div>section:nth-child(7) {
        display: block;
        visibility: initial;
        min-height: fit-content !important;
        width: 100%;
        background: #20c26b;
        padding-bottom: 40px !important;
    }

    .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
    }
}
