.tech-works {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    background-image: url(../img/bg-tech-works.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-width: 1336px;
    margin: auto;
    position: relative;
    top: 100px;
}

@media (max-width: 960px) {
    .tech-works {
        position: relative;
        top: calc(50vh - 300px);
    }
}

.tech-works p {
    margin: 0
}

.tech-works .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}
@media all and (max-width:768px) {
    .tech-works .title {
        font-size: 20px;
    }
}

.tech-works .timer {
    margin-bottom: 100px
}

.tech-works .timer .timer-area {
    width: 270px;
    height: 50px;
    border-radius: 4px;
    box-shadow: 0 6px 20px 0 rgba(53, 136, 229, .2);
    background-color: #3487e5;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
    margin: 10px 0
}

.tech-works .contacts label {
    display: block;
    margin: 10px 0 5px;
    color: #757575
}

.tech-works .contacts a {
    color: #000;
    text-decoration: none
}

.tech-works .contacts a:hover {
    color: #3588e4
}

.tech-works .social {
    margin: 20px 0;
    display: flex;
}
.tech-works .social a {
    margin-right: 10px;
}
@media all and (max-width:480px) {
    .tech-works {
        background: none;
        text-align: center;
    }
    .tech-works .title {
        font-size: 15px;
    }
    .tech-works .timer .timer-area {
        width: 100%;
    }
}
