p{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.1px;
}
h1 {
    position: relative;
    padding-top: 40px;
}
h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background-color: #ce1234;
}

h1 {
    font-size: 56px;
    letter-spacing: -0.1px;
    font-weight: 700;
    text-transform: none;
    line-height: 65px;
}
h2 {
    font-size: 56px;
    letter-spacing: -0.1px;
    font-weight: 300;
    text-transform: none;
    line-height: 65px;
}
label{
    color: #212529;
}
#uvod{
    background-color: #FAFAFA;
    padding: 60px 0px;
    position: relative;
}
#uvod h1{padding-top: 0;}
#uvod h1:before{display:none;}
#uvod h2{
    margin-bottom: 30px;
}
#uvod .home-points p{
    margin-bottom: 0px;
    font-size: 22px;
    letter-spacing: -0.1px;
}
.main-heading p{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
}
.home-points a{
    color: #212529;
    text-decoration: underline;
}
#jsme-ferovi{
    padding: 60px 0px;
    position: relative;
}
#chci-vykup{
    background-color: #FAFAFA;
    padding: 100px 0px;
}
#three-points{
    background-color: #FAFAFA;
    padding: 100px 0px;
}
#slusne-a-poctive{
    padding-top: 100px;
    background-image: url(../img/landing_desk.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
#slusne-a-poctive .col-lg-7{
    position: relative;
}
.slusne-a-poctive {
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #85bc56;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 0 0 rgba(133, 188, 86, 1);
    margin: 20px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    -webkit-animation: pulse-black 2s infinite;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    z-index: -1;
}
.slusne-a-poctive span {
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#chci-vykup-first{
    background-color: #ffffff;
    padding: 100px 0px;
}
.home-cta > .container:after{display: none;}
.arrow-1{
    position: absolute;
    left: 40%;
}
.arrow-1 svg{
    width: 120px;
    height: auto;
}
.arrow-2{
    position: absolute;
    left: 50%;
    bottom: -80px;
}
.arrow-2 svg{
    width: 120px;
    height: auto;
}
@media (max-width: 992px){
    #uvod{
        text-align: center;
    }
    #uvod .home-points{
        margin-bottom: 40px;
    }
    h1 {
        font-size: 36px;
        text-transform: none;
        line-height: 40px;
    }
    h1:before {
        left: 50%;
        transform: translate(-50%, 0%);
    }
    h2 {
        font-size: 36px;
        text-transform: none;
        line-height: 40px;
    }
    .main-heading p {
        font-size: 27px;
        line-height: 31px;
    }
    .main-heading{
        text-align: center;
        margin-bottom: 20px;
    }
    .home-points > div{
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    .home-points > div img{
        margin-bottom: 15px;
    }
    #jsme-ferovi img{
        margin-top: 40px;
    }
    #slusne-a-poctive .arrow-2{display: none;}
    #slusne-a-poctive img{
        margin-top: 80px;
    }
    .slusne-a-poctive {
        top: 0px;
        left: 0;
        width: 140px;
        height: 140px;
    }
    .slusne-a-poctive span {
        font-size: 21px;
        line-height: 24px;
    }
    .arrow-1 {
        transform: scaleX(-1);
    }
    .arrow-2 {
        transform: scaleX(-1);
    }
}
@media (max-width: 768px) {
    .slusne-a-poctive {
        display: block;
    }
    .slusne-a-poctive {
        top: 0px;
        left: 0;
        width: 140px;
        height: 140px;
    }
    .slusne-a-poctive span {
        font-size: 21px;
        line-height: 24px;
    }
}