.ayudaSocial{
    width: 100%;

}

.ayudaSocial-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
   padding: 150px 0;
    background: url(../../img/ayudaSocial/top-izquierda.png) top left no-repeat,
                        url(../../img/ayudaSocial/top-right.png) top right no-repeat,
                        url(../../img/ayudaSocial/abajo-left.png) bottom left no-repeat,
                        url(../../img/ayudaSocial/abajo-right.png) bottom right no-repeat;
    background-size: 120px;
}

.ayudaSocial-container h1{
    color: #1FAF38;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
}

.ayudaSocial-container p{
    text-align: center;
    color: #190273;
    font-size: 1.1rem;
}

.ayudaSocial-container a{
    text-decoration: none;
    background-color: rgba(74, 206, 12, 0.41);
    color: #190273;
    border-radius: 30px;
    padding: 18px 25px;
    width: 60%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
}

.ayudaSocial-container a:hover{
    opacity: 0.7;
    scale: 1.1;
}

.ayudaSocial-container img{
    width: 100%;
    max-width: 230px;
}


@media screen and (min-width: 768px){
    .ayudaSocial-container{
        padding: 0 150px;
    }
}