
.block.techno-21 {
    background-color: #000000;
    color: #ffffff;
    font-size: 0;
}
.block.techno-21 a {
    color: #ffffff;
    text-decoration: none;
}
.block.techno-21 a:hover  {
    text-decoration: underline;
}
.block.techno-21 .text, 
.block.techno-21 .image {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
}
.block.techno-21 .text {
    font-size: 36px;
    font-weight: bold;
    /*font-style: italic;*/
}
.block.techno-21 .text-right {
    transform: translateX(100%);
    text-align: right;
}
.block.techno-21 .image {
    transform: translateX(-100%);
}
.block.techno-21 .image > img {
    display: block;
    width: 100%;
}


.block.page-nav.techno-nav .nav-col.left-col {
    width: 25%;
}
.block.page-nav.techno-nav .nav-col.right-col {
    width: 75%;
}


.block.top-block.techno-top {
    background-color: #000000;
}
.block.top-block.techno-top .wrapper {
    font-size: 0;
}
.block.top-block.techno-top .block-title {
    text-align: center;
}
.block.top-block.techno-top .slogan {
    margin-bottom: 20px;
    line-height: 1.2em;
    font-size: 34px;
}


.block.category-features.techno-features .block-title {
    margin-bottom: 50px;
    text-align: center;
}
.block.category-features.techno-features .features .item {
    margin-bottom: 50px;
}
.block.category-features.techno-features .note {
    font-size: 14px;
}




@media screen and (max-width: 980px) and (min-width: 769px) {
    /* small */
    .block.techno-21 .text {
        font-size: 30x;
    }
    
}
@media screen and (max-width: 768px) {
  
    .block.techno-21 {
        padding-top: 40px;
    }
    .block.techno-21 .text {
        width: 100%;
        display: block;
        
        text-align: center;
        transform: none;
    }
    .block.techno-21 .text-right {
        padding-top: 12px;
        padding-bottom: 5px;
        font-size: 30px;
        
    }
    .block.techno-21 .image {
        display: block;
        width: 100%;
        transform: none;
    }
    .block.techno-21 .image > img {
        max-width: 70%;
        margin: 0 auto;
    }
    
    
    
    .block.techno-top {
        background-color: #000000 !important;
    }
    .block.techno-top .back > img {
        display: none !important;
    }
    .block.techno-top .content {
        position: static !important;
    }
    .block.techno-top .center-col,
    .block.techno-top .left-col,
    .block.techno-top .right-col {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .block.techno-top .left-col {
        padding-right: 0;
    }
    .block.techno-top .right-col {
        padding-left: 0;
    }
    .block.techno-top .center-col > img {
        display: block;
        max-width: 75%;
        margin: 0 auto;
    }
    
    .block.techno-item .col {
        display: block;
        width: 100%;
        margin-right: 0 !important;
        transform: none !important;
        margin-bottom: 20px;
    }
    .block.techno-item .col img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: auto;
    }
}