.section-title-article {
  font-size: 26px;
  color: #212121;
  
  padding-bottom: 10px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  position: relative;
  margin-bottom: 5px;
}
.intro-desc{
  line-height: 361px;
  margin-bottom: 30px;
}

.section-title-header p {

  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

p.intro-desc {
  line-height: 26px;
  margin-bottom: 20px;
     font-weight: 700;
    color: black;
}

 .intro-title {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}


.about-item .about-text h3 a {
  color: #212121;
}
div.article {
    width: 100%;
    max-width: 440px;
    height: auto; 
    margin: 0 0;
    border: solid #938c8d 2px;

    
}
.img-fluid-article {
  background-size: cover;
  width: 100%;
  max-width: 440px;
  height: 250px;
   display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
  filter: alpha(opacity=90);
    }

.img-fluid-article:hover{
  opacity: 1.0;
  filter: alpha(opacity=100);
}

a:hover {
    text-decoration: underline;
    color: black;
}
.row{
    margin-bottom: 30px;  
}

