

.title_annote h3{

  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 600;
  color: #614AD3;
}


#border h3{
  color: black;
  font-size: 25px;
}




.bg{
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg{

  background: cover;
  background-color: #EDECF9;
  height: 100px;

}



/* ==============================
Medium devices (640px and larger)
================================= */
@media only screen and (min-width: 641px) {

  #border h3 span {
    border-bottom: 5px solid #614AD3;
    padding-right:50px;
    padding-bottom: 10px;

  }

  .bg{

    background: cover;
    background-color: #EDECF9;
    height: 200px;
    margin-bottom: 50px;
  }


  .row-annote {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-img{
    float: left;
    width: 60%;

  }
  .col-content{
    float: left;
    width: 40%;

  }


}

/* ==============================
small devices (300px and larger)
================================= */
@media only screen and (max-width: 780px) {
.image{
  width: 50%;
}
.pic-padding{
  padding: 0;
}

.col-img,
.col-content
{
   width: 100%;
   text-align: center;
 }
 .row-annote{
   border-bottom: 5px solid #614AD3;
   padding-top: 30px;
   padding-bottom: 10px;
 }



}
