.avto-section-popular {
    margin-bottom: 40px;
}

.avto-section-popular__header {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.avto-section-popular .service-item-2 {
    background-color: #fff;
    position: relative;
    height: 100%;
}

.avto-section-popular .service-item-2_content {
    background-color: var(--white-color);
    padding: 10px 10px 40px 10px;
}

.avto-section-popular .service-item-2_title {
    font-size: 16px;
    margin-top: -0.26em;
    margin-bottom: 10px;
}

.avto-section-popular .service-item-2 .th-btn {
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: transparent;
    border: 2px solid #f1f1f1;
    color: var(--title-color);
    padding: 5px 10px;
}