.tech-facing-h2{
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Roboto Condensed Light', 'Roboto', sans-serif;
}
.tech-facing{
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    margin-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
}
.tech-facing-block{
    display: flex;
    justify-content: center;
    margin-right: -14%;
}

.tech-facing-one-block{
    width: 50%;
    max-width: 500px;
    margin-right: 14%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px 6px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.tech-facing-inner-title{
    position: absolute;
    left: 35px;
    top:35px;
    background: #fff;
    padding: 5px;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
}
.tech-facing-inner-desc{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    padding: 20px;
    text-align: left;
}

@media (max-width: 767px) {
    .tech-facing-block{
        flex-wrap: wrap;
        margin-top: -20px;
    }
    .tech-facing{
        margin-bottom: 50px;
    }
    .tech-facing-h2{
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 0;
    }
    .tech-facing-block{
        margin-right: 0;
    }

    .tech-facing-one-block{
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
    }
    .tech-facing-inner-title{
        font-size: 24px;
        line-height: 22px;
    }
    .tech-facing-inner-desc{
        font-size: 18px;
        line-height: 21px;
    }
}