.btn {
  padding: 5px 15px;
  text-decoration: none;
  background: transparent;
  border: 1px solid #001588;
  color: #001588;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px 10px;
}
  .btn:hover {
    box-shadow: none;
    top: 2px;
    left: 2px;
 }

#timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#timeline {
  line-height: 1.5em;
  font-size: 14px;
  width: 90%;
  margin: 30px auto;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #timeline:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #666666;
    left: 50%;
    top: 0;
    position: absolute; }
  #timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%; }
  #timeline .timeline-item {
    margin-bottom: 50px;
    position: relative; }
    #timeline .timeline-item .timeline-icon {
      background: #f7ccd5;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 50%;
      overflow: hidden;
      margin-left: -23px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      #timeline .timeline-item .timeline-icon img {
        position: relative;
        top: 14px;
        left: 14px; }
      .timeline-icon i {
            color: #fff;
            font-size: 32px;
            margin: 10px 15px;
            transition: all 0.5s ease 0s;
        }
    #timeline .timeline-item .timeline-content {
      width: 45%;
      background: #fff;
      color: #666666;
      padding: 0;
      border:2px solid #f7c2ca;
    }
    
      #timeline .timeline-item .timeline-content h2 {
        padding: 15px;
        background-color: #f7ccd5;
        color: #001588;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-size: 34px;
        font-weight: 700;
	letter-spacing: -0.75px; 
        margin: 0;
         }
      #timeline .timeline-item .timeline-content h2 a {
        background-color: #f7ccd5;
        color: #001588;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-size: 28px;
        font-weight: 700;
        margin: 0;
         } 
      #timeline .timeline-item .timeline-content h2 a:hover {
        background-color: #f7ccd5;
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-size: 28px;
        font-weight: 700;
        margin: 0;
         }
      #timeline .timeline-item .timeline-content h4 {
        color: #001588;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-size: 18px;
        font-weight: bold; 
        padding: 20px 10px;    
      }
      
      .kerdes{
          color: #505050;
      }
      .itmebelseje p{
        margin: 0 10px 25px 10px;
        font-weight: 600;
        color: #272727!important;
      }

      
      #timeline .timeline-item .timeline-content:before {
        content: '';
        position: absolute;
        left: 45%;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #f7ccd5; }
      #timeline .timeline-item .timeline-content.right {
        float: right; }
        #timeline .timeline-item .timeline-content.right:before {
          content: '';
          right: 45%;
          left: inherit;
          border-left: 0;
          border-right: 7px solid #f7ccd5; }

  
        
@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0; }
    #timeline:before {
      left: 0; }
    #timeline .timeline-item .timeline-content {
      width: 90%;
      float: right; }
      #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #f7ccd5; }
    #timeline .timeline-item .timeline-icon {
      left: 0; } }
