.ui_content {
  margin-top: 20px;
  padding: 22px;
  background: whitesmoke;
  margin-bottom: 20px;
}
.ui_items p {
  color: #0e62ab !important;
}
.ui_content span {
color: green;
}
.ui_items img {
  margin-bottom: 0px !important;
  width: 110px !important;
  margin-left: 15px;
  border-bottom-right-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.ui_items {
  padding: 10px;
  border: 1px solid;
  margin-top: 20px;
  align-items: center;
  display: flex;
  background: #e1e3ef;
  border-radius: 12px;
}


.internal-links {
display: flex;
align-items: center;
border: 1px solid #4ebbc0;
width: auto;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.internal-links img {
width: 91px;
}
.internal-link-contents {
display: flex;
flex-direction: column;
margin-right: 16px;
}

.ucontent a {
  text-decoration: none !important; 
}