
.parallax {
    /* The image used */
    background-image: url(../img/grafika2.jpg);
    min-height: 320px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container_kariera {
    background-image: url(../../img/08.png);
    opacity: 0.8;
    background-attachment: scroll;
    background-color: rgba(9, 89, 56, .5);
    padding-top: 80px;
    padding-bottom: 0px;
    height: 320px;
}
.sec-title.centered {
    margin-bottom: 20px;
    margin-top: 8em!important;
    left: -25%;
}
.line_hr{
    background-color: rgba(9, 89, 56, 1);
    height: 2px;
    width: 150px;
}
.line_hr_container{
    width:100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 4px;
}
.line_hr_i{
    width: 40px;
}
.title_my{
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    color: #095937;
    font-weight: bold;
    padding-bottom: 15px;
}

.title_my::after{
    width: 30px;
    margin-left: 5px;
}
.title_my::after{
    content: '';
    position: absolute;
    left: 30px;
    bottom: -5px;
    width: 25px;
    border-bottom: 2px solid #333333;
}
.title_my::before{
    width: 30px;
}
.title_my::before{
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 32px;
    border-bottom: 2px solid #095937;
}
.cont_style{
    background-color: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 6px -5px rgba(0,0,0,0.5);
    transition: all .3s;
}
.cont_style:hover{
    box-shadow: 5px 0px 15px -5px rgba(0,0,0,0.5);
}

.btn_contact{
    justify-content: center;
    display: flex;
    padding-bottom: 30px;
}
.btn_contact > button{
    background: #095937;
    border: none;
    padding: 15px 20px 15px 20px;
}
.btn_contact > button > a{
    color: #fff;
}
a:hover{
    text-decoration: none;
}


@media only screen and (max-width: 600px) {
    .sec-title.centered{
        margin-left: 43% !important;
    }
    

}

