@media screen and (max-width: 426px) {
    .vido-blog-title,
    .unique-services-header h2,
.why-love-us h2,
    .home-edit-title,
    .city-section h2,
    .howitworks-card h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .paint-facts p.section-subtitle,
    .paint-text p,
    .vido-blog-subtitle,
    .unique-services-subtext,
.why-love-us p,
    .home-edit-section p,
    .city-section p,
    .howitworks-subtitle {
        font-size: 15px;
        line-height: 20px;
    }
    .vido-blog-view-all,
      .paint-text .btn ,
.home-edit-view-all{
    font-size: 12px;
}
.home-edit-view-all img {
    width: 16px;
    height: 12px;
}
.logo {
    height: 25px;
}
}

@media screen and (max-width: 321px) {
    .vido-blog-title,
    .unique-services-header h2,
.why-love-us h2,
    .home-edit-title,
    .city-section h2,
    .howitworks-card h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .paint-facts p.section-subtitle,
    .paint-text p,
    .vido-blog-subtitle,
    .unique-services-subtext,
.why-love-us p,
    .home-edit-section p,
    .city-section p,
    .howitworks-subtitle {
        font-size: 13px;
           line-height: 16px;
    }

}