.tech-list li {width: 30%;}
.tech-list li a .list1{margin: 20px 0 0;border-radius: 10px;height: 64px;padding: 0 20px;display: flex;align-items: center;justify-content: center;}
.tech-list li a .list1 .row{height: 100%;width: 100%;}
.tech-list li a .row p{height: 100%;padding: 0;justify-content: space-between;}
.tech-list li a .row p .download-btn{color: #fff!important;background-color: #0076c0;padding: 5px 10px;border-radius: 3px;white-space: nowrap;}
.tech-list li a .row p span{min-height: unset;margin: 0;text-align: left;}
@media screen and (max-width: 767px){
    .tech-list li {width: 96%;padding: 0 2%;}
}