@media screen and (max-width: 1389px) {
    .boards__items {
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;

    }
}

@media screen and (max-width: 1214px) {
    .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 989px) {
    .boards__items {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;

    }
}

@media screen and (max-width: 860px) {
    .about_us .slick-prev {
        left: 53%;
    }

    .about_us .slick-dots {
        right: 24.2%;
        align-items: center;
    }

    .about_us .slick-next {
        left: 82%;
    }
}

@media screen and (max-width: 739px) {
    .about_us .slick-dots {
        right: 0;
        align-items: center;
    }

    .about_us .slick-next {
        left: 62%;
    }

    .about_us .slick-prev {
        left: 35%;
    }
}

@media screen and (max-width: 649px) {
    .title {
        margin-bottom: 30px;
    }

    .boards__items {
        margin-top: 30px;
        font-size: 19px;
    }

    .price {
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 609px) {
    .boards__items {
        gap: 15px;
    }
}

@media screen and (max-width: 579px) {
    .boards__item img {
        width: 200px;
    }

    .about_us .slick-prev {
        left: 32%;
    }
}

@media screen and (max-width: 459px) {
    .boards__item img {
        width: 170px;
    }
}

@media screen and (max-width: 425px) {
    .price .title, .block {
        font-size: 24px;
    }

    .mb  {
        margin-inline: 10px;
        margin-bottom: 0;
    }

    .price .text3 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 366px) {
    .boards__item img {
        width: 140px;
    }
    .boards__items {
        font-size: 15px;
    }
    .about_us .slick-prev {
        left: 26%;
    }
    .about_us .slick-next {
        left: 67%;
    }
}

