#maincontacto{
    padding: 50px 0 50px 0;
    /*background-color: #122432;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.75rem;
}

.tarjeta{
    width: 310px;
    height: 375px;
    /*background-color: goldenrod;*/
    display: flex;
    border:  1px #122432 solid;
}

.margentarjeta{
    width: 260px;
    height: 325px;
    background-color: rgb(240, 203, 215);
    margin: auto;
}

.circlesvg{
    background-color: gold;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circlesvg img{
    width: 35px;
    height: 35px;
}

