/* About CSS */

.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 1;
  }
  
  .about-content {
    padding-right: 20px;
  }
  
  .about-content span {
    font-size: 14px;
    color: #002349;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .about-content h3 {
    font-size: 36px;
    color: #000000;
    margin: 10px 0 40px 0;
    position: relative;
    padding-bottom: 25px;
  }
  
  .about-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #002349;
    bottom: 0;
  }
  
  .about-content p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    margin: 0 0 0 0;
  }
  
  .about-content .about-btn {
    margin-top: 30px;
  }
  
  .about-content .about-btn .about-btn-one {
    display: inline-block;
    color: #c3a165;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
  }
  
  .about-content .about-btn .about-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
  }
  
  .about-content .about-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #c3a165;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px;
  }
  
  .no-padding {
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .about-image {
    margin-bottom: 10px;
  }
  
  .about-image:last-child {
    margin-bottom: 0;
  }
  
  .about-image img {
    width: 100%;
  }
  .content-about-section span p {
    text-align: justify;
  }