.techno-slide {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.167;
    position: relative;
    padding: 0 60px;
    min-width: 320px;
}
.techno-slide p {
    margin: 0;
}
.techno-slide .img {
    cursor: pointer;
    margin: 0 0 30px;
}
.techno-slide img {
    display: block;
    margin: 0 auto;
    height: 453px;
    width: auto;
    max-width: none;
}
@media screen and (max-width: 1199px) {
    .techno-slide img {
        height: 400px;
    }
}
@media screen and (max-width: 1024px) {
    .techno-slide img {
        height: 360px;
    }
    .techno-slide {
        padding: 0 40px;
        min-width: 280px;
    }
    .techno-slide .img {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .techno-slide img {
        height: 280px;
    }
    .techno-slide {
        padding: 0 20px;
        min-width: 210px;
    }
}