/* 3.3 Section Resume */



.section-3 .vertical-centred{
    padding-top:6rem;
  }
  .resume-title{
    position: relative;
    color: #fff;
    margin:0 0 2rem;
  }
  
  .resume-header{
    position:relative;
    z-index: 2;
    top:2rem;
    padding:0 3.6rem;
    transition: all 0.5s;
  }
  
  .resume-row{
    position: relative;
    padding-bottom: 2.2rem;
    margin-bottom: 2.2rem;
    border-bottom: 1px solid #fff;
    transition:all 0.5s;
  }
  
  .resume-row:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border:0;
  }
  
  .col-resume{
    position:relative;
    top:0;
    padding:4.2rem 3.6rem 3.6rem;
    background: #49505794;
    transition:background 0.5s, top 0.5s;
  }
  
  .col-resume:hover{
    background: #cf000f;
  }
  
  .resume-type{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 500;
    position: relative;
    font-size:1.125rem;
    margin-bottom: 1.2rem;
    transition: all 0.5s;
  }
  
  .resume-study{
    margin-bottom: 1rem;
  }
  
  .resume-date{
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  
  .resume-text{
   margin-top:1.2rem;
   margin-bottom: 0;
  }
  
  .resume-text.last{
    margin-bottom: 0;
  }
  