.img-main-me {
  padding: 5px;
  margin: 12px auto;
  border-radius: 0 20px 0 20px;
  width: 90%;
  height: 150px;
  display: block;
}

.div-img-me{
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0 20px 0 20px;
    padding: 1px;
    height: 90%;
}

.text-card-me{
    padding:5px;
}

.mb-2{
    color: #275ddd;
    font-size: 1.5em;
    font-weight: bold;
}