.tech-support h1 {
    font-size: 24px;
    margin-bottom: 45px;
}
.tech-support .support__banner {
    margin-top: 40px;
    margin-bottom: 60px;
    width:100%;
}
.tech-support .support__banner img {
    object-fit: cover;
}
.tech-support .page-section__title {
    font-size: 24px;
}
.tech-support .section__feature .section__feature__title {
    font-size: 20px;
    color: #3B4345;
    margin-bottom: 25px;
}
.tech-support .section__feature ul {
    padding: 0;
    margin-bottom: 45px;
}
.tech-support .table {
    min-width: unset;
}
.tech-support .feature-list_dots .feature-list__item {
    margin-bottom: 0;
}
.tech-support .feature-list_dots .feature-list__item {
    display: block;
    position: relative;
    padding-left: 20px;
}
.tech-support .feature-list_dots .feature-list__item::before {
    position: absolute;
    top: 0;
    left:0;
}
