.section-dos{
    height: 650px;
}.contenedor-contacto{
    width: 100%;
    padding: 0 8px;
}.contenedor-card{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.white-box{
    width: 265px;
    height: 225px;
    background-color: white;
    padding: 24px;
    display: flex;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.redes-black{
    display: flex;
    flex-direction: column;
    width: 20px;
    margin-right: 24px;
    gap: 12px;
    
}
.gigachad{
    width: 173px;
    height: 173px;
}
.gigachad img{
    width: 100%;
    height: auto;
}

.black-box{
    background-color: #ECF4D4;
    padding: 24px;
    width: 372px;
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;

}
.black-box div{
    display: flex;
    gap: 8px;
    margin-right: auto;
}
.contacto{
    text-align: center;
    margin-bottom: 30px;
}
.mail{
    text-decoration: underline;
    color: rgb(0, 0, 72);
}
.wsp{
    color: #00080c;
    text-decoration:none;
}
.number{
    font-weight: 900;
    &:hover{
        color: rgb(39, 133, 44);
    }
    
}


@media (max-width: 710px){
    .section-dos{
    height: 700px;
}
    .contenedor-contacto{
    width: 100%;
    padding: 0 8px;
}.contenedor-card{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.white-box{
    width: 290px;
    height: 225px;
    background-color: white;
    padding: 24px;
    display: flex;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
}
.redes-black{
    display: flex;
    flex-direction: column;
    width: 24px;
    margin-right: 24px;
    gap: 12px;
    
}

.black-box{
    background-color: #ECF4D4;
    padding: 24px;
    width: 290px;
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 12px;

}
.black-box div{
    display: flex;
    gap: 8px;
    margin-right: auto;
    align-items: center;
}
.black-box div  h2{
    font-size: 18px;
}
.contacto{
    text-align: center;
    margin-bottom: 30px;
}
.mail{
    text-decoration: underline;
    color: rgb(0, 0, 72);
}
.wsp{
    color: #00080c;
    text-decoration:none;
}
.number{
    font-weight: 900;
    &:hover{
        color: rgb(39, 133, 44);
    }
    
}
}