.content {
    border: none;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 0;
}

.m-item-line2 .m-item {
    height: 380px;
}

.m-item {
    border: none;
    border-radius: 5px;
    margin-left: 15px;
}

.send-photo {
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    /*border: 4px solid rgba(255, 255, 25, 0.5);*/
    padding: 20px;
    margin: 0 0 20px 5px;
    border-radius: 5px;
}

.send-photo-caption {
    font-size: 20px;
    margin-bottom: 10px;
}

.send-photo-methods {
    display: flex;
    justify-content: center;
}

.send-photo-method {
    width: 40%;
    padding: 10px;
    margin: 10px;
    text-align: left;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.send-photo-whatsapp:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 60px;
    background-image: url(/images/ws.png);
    background-color: rgba(75, 147, 40, 1);
    background-repeat: no-repeat;
    background-size: contain;
}

.send-photo-whatsapp {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(75, 147, 40, 1);
    text-decoration: none;
}

.send-photo-whatsapp:hover {
    color: rgba(255, 255, 255, 1);
}

.send-photo-whatsapp span {
    padding: 0 10px 0 10px;
}

.send-photo-whatsapp span div {
    font-size: 18px;
    font-weight: bold;
}

.send-photo-email:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 60px;
    background-image: url(/images/mail.png);
    background-color: rgba(236, 139, 0, 1);
    background-repeat: no-repeat;
    background-size: contain;
}

.send-photo-email {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(236, 139, 0, 1);
    text-decoration: none;
}

.send-photo-email:hover {
    color: rgba(255, 255, 255, 1);
}

.send-photo-email span {
    padding: 0 10px 0 10px;
}

.send-photo-email span div {
    font-size: 18px;
    font-weight: bold;
}

