.content_propojeno {
    top: 80px;
    padding-top: 170px;
    padding-bottom: 80px;
}
.content_propojeno h1 {
    text-align: center;
}
.content_propojeno h1 span {
    font-weight: 300;
    display: inline-block;
    position: relative;
}
.content_propojeno h1 span:before {
    content: url('../../img/propojeno/linka.svg');
    top: -12px;
    width: 110%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.content_propojeno .container_flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 3rem;
}

.content_propojeno .container_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 100px;
}
.content_propojeno .container_boxes .box {
    background-color: #FFF;
    border-radius: 10px;
    width: calc(50% - 1rem);
    box-sizing: border-box;
    padding: 2rem;
    box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
}

.content_propojeno .container_boxes .box .button {
    display: block;
    text-align: center;
    margin-top: 1rem;
}

.content_propojeno .video_container {margin-top: 60px;}
.content_propojeno .video_container img, .content_propojeno .video_container iframe { 
    border-radius: 10px;
    overflow: hidden;
}
.content_propojeno .video_container_img_holder { margin-top: 0;}

.content_propojeno .container_boxes .box h3 span {font-weight: 300;}
.content_propojeno .container_boxes .box h3 {margin-bottom: 1em;}
.content_propojeno .container_boxes img {margin-top: 2rem;}

.content_propojeno .wider_text { max-width: 700px;}
.content_propojeno .green_light_section {
    background-color: #BFEFEA;
    padding: 100px 0;
    margin-top: 100px;
}
.content_propojeno .text_left { text-align: left;}

.content_propojeno .flex_header {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}
.content_propojeno .flex_header img {
    width: auto;
    height: 60px;
    margin: 0;
}
.content_propojeno .flex_header h3 {
    width: 100%;
    max-width: calc(100% - 110px);
    margin-right: 2rem;
}

.button.red { 
    background-color: #E02020;
    border: 1px solid #E02020;
    box-shadow: 1px 2px 5px 0px rgba(74, 74, 74, 0.50) inset;
    color: #FFF;
}
.button.red:hover { 
    background-color: #c71919;
}

@media screen and (max-width: 580px) {
    .content_propojeno { top: 0; padding-bottom: 0;}
    .content_propojeno .container_flex {flex-wrap: wrap;}
    .content_propojeno .container_boxes .box { width: 100%; }
    .content_propojeno .contacts_all_beings_inner .one_being { width: 100%;}
    .content_propojeno .flex_header {
        flex-wrap: wrap;
        margin-bottom: 40px;
        flex-direction: column-reverse;
        /*align-items: flex-start;*/
    }
    .content_propojeno .flex_header h3 {
        max-width: none;
        margin-right: 0;
    }
    .content_propojeno .flex_header img { 
        margin-bottom: 1rem;
        margin-left: 50px;
    }
}