﻿


.author-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: 30px;
    margin-top: 0;
    margin-bottom: 12vh;
}

p.author {
    /*color: #bbbbbb;*/
    font-size: 16px !important;
    line-height: 23px !important;
    margin-top: 15px;
    margin-bottom: 7vh;
}



.repair h1 {
    margin-top: 0;
    margin-bottom: 7vh;
    font-size: 45px;
    line-height: 1.2;
    font-family: 'ProximaNova-Bold';
    letter-spacing: -1px;
}


.repair h2 {
    margin-top: 10vh;
    margin-bottom: 5vh;
    font-size: 34px;
    line-height: 1.6;
    font-family: 'ProximaNova-bold';
    color: #db1a27;
    letter-spacing: -0.75px;
}

.repair h3 {
    margin-top: 10vh;
    margin-bottom: 5vh;
    font-size: 26px;
    line-height: 36px;
    font-family: 'ProximaNova-bold';
    letter-spacing: -0.5px;
}


.repair p {
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 1.5em;
    letter-spacing: -0.25px;
    font-family: 'ProximaNova-Light';
    transform: scale(1, 0.95);
}


.repair ul li {
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 1.5em;
    letter-spacing: -0.25px;
    font-family: 'ProximaNova-Light';
    transform: scale(1, 0.95);
    list-style-type: square;
}


.repair-images-block {
    margin-top: 5vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 0 3%
}

.instagram-block {
  width: 100%;
  height: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 10vh 0 10vh 0;
}