.tec {
    width:100%;
    padding:30px 0;
}

@media screen and (min-width: 740px) {
    .tec {
        width:50%;
        float:left;
    }
}

.tec img {
    max-width:80%;
    margin:auto;
    display:block;
    border-radius:15px;
}
