

.container-bottom-address{
    /* margin-right: 20px; */
    width: calc(100% - 40px);
    /* height: 100px; */
}


.info-address h3{
    color: rgb(24, 169, 228);
}

#text{
    color: rgb(24, 169, 228);
}

p strong{
    color: rgb(88, 88, 88);
    font-size: 22px;
}

.content p{
    height: 26px;
    line-height: 26px;
    margin: 0;
}
#add-bottom{
    margin-top: 40px;
}
.action-address{
    background-color: white;
    height: 30px;
    width: 30px;
    padding:5px;
    border-radius:50%
}
.container-first{
    display: flex;
    justify-content: space-between;
}
