  /* highlight */
  
  /* 1Bullet */
  #signature .headerText {
    margin-bottom: 3rem;
  }
  #signature h1 {
    color: #2b4b5f; 
    font-size: 2.3rem;
  }
  #signature .bullet p{
    font-size: 1.5rem;
    position: relative;
  }
  
  #signature .bulletPic {
    margin: 0.2rem; 
    width: 100%
  } 
  #signature .bulletPic p {
    font-size: 1.5rem;
    color: white;
    background:rgba(0,0,0, 0.5);
    background-size: contain, cover;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    max-width: 1014px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  } 
  
  #signature .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  #signature .bulletPic .bgOff p {
  width: 100%;
  } 
  
  @media screen and (min-width: 1080px) and (max-width: 1920px) {
  #signature {
    margin: 0;
    padding: 0;
  }
  #signature .bulletPic .bgOff p {
    width: 100%;
    background-size: cover;
  } 
  }
  
  
  #signature .bulletPic .bgOff2 p {
  width: 100%;
  } 
  
  #signature .bulletPic .bgOff3 p {
  width: 100%;
  } 
  
  @media screen and (min-width: 280px) and (max-width:900px) {
    #signature {
      margin: 1.25rem;
      padding: 0;
    }
    #signature .bulletPic .bgOff p {
      width: 100%;
      background-size: cover;
    } 
    .container-fluid {
      margin: 0;  
    }
    #signature .bulletPic p {
      font-size: 1.3rem; 
    }
  }
  
    
  .bulletPic .col-md-4 ,.col-md-6 {
    padding: 0.1rem;
  }

  /* 1Bullet */
.col-12 {
  padding-left: 0px;
  padding-right:  0px; 
}

