/* start founder profile */
.about-com-pic {
    position: relative;
    z-index: 1;
    margin-right: 30px;
    margin-left: 10px;
  }
  .about-com-pic::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: -10px;
    background-color: #8c0212;
    z-index: -1;
  }
  .about-com-pic {
    float: left;
    width: 35%;
    position: relative;
    /* margin-right: 95px; */
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 767px) {
    .about-com-pic {
      margin-right: 0px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .about-com-pic {
      margin-bottom: 40px;
    }
  }
  
 /* End founder profile */
 /* start journey */
 .single-box {
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
     width: 100%;
 }
 .date-area {
     display: flex;
     background: linear-gradient(to right, #fff 45%, #000 45%, #000 45%, #fff 50%);
     order: 2;
     text-align: center;
     color: #fff;
     font-size: 28px;
     flex-basis: 100px;
 }
 .date-area>span {
     font-size: 20px;
     line-height: 70px;
     margin: auto;
     background: #8c0212;
     width: 70px;
     height: 70px;
     border-radius: 50%;
 }
 .content {
     text-align: center;
     padding: 20px;
     border-radius: 25px;
     color: #000;
     order: 3;
     width: 80%;
     padding-left: 10px;
     background: #e7e7e7
 }
 .content p{
     color:#000;
 }
 .content {
     margin-bottom: 3%;
 }
 .content h2 {
     margin: 0;
     font-size: 14px;
     text-transform: uppercase;
 }
 .content h3 {
     margin: 5px;
     font-size: 14px;
     color: #000;
 }
 @media (min-width: 640px) {
     .content, .custom {
         width: 40%;
     }
     .box-right .content {
         order: 1;
         padding-right: 10px;
         border-radius: 25px;
     }
     .box-right .custom {
         order: 3;
     }
 }
 
 
 /* End journey */