/* max-width: 475px */

.description p {
    display: none;
}

.description a {
    width: 100%;
    padding: 20px 20px 20px 40px;
    background-position: 97% 50%;
}

.description a:hover {
    color: white;
    background-image: url('../images/arrow-forward-white.svg');
}

#start-view h1 {
    font-size: 28px;
    line-height: 32px;
}

.selected-works h1 {
    font-size: 22px;
}

.selected-works p {
    font-size: 18px;
}

.services h1 {
    font-size: 22px;
}

.services header p {
    font-size: 18px;
}

.accordion-header {
    font-size: 16px;
    padding: 10px 40px 10px 40px;
}

.accordion-header .arrow {
    position: absolute;
    left: 90%;
}

.gallery-home-info {
    opacity: 1;
    padding: 4px 9px;
    min-height: 46px;
    max-width: 100px;
}

.gallery-home-info h3 {
    font-size: 14px;
}

.gallery-home-info p {
    font-size: 12px;
}

.info {
    opacity: 1;
}

#toTopBtn {
    display: none;
}

.filter-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 12px 0px 12px;
    gap: 12px;
}

.filter-buttons button {
    margin: 0;
}

#start-view {
    height: 70dvh;
}

.mfp-img {
    padding: 6px !important;
}

.about-header {
    flex-direction: column;
}

.about-header {
    height: 60dvh !important;
}

.blog_article_description a {
    padding: 40px 40px 60px 40px;
}

.blog_article_description p {
    font-size: 16px;
}
