.excursions {
    font-family: "Roboto", sans-serif;
    padding: 20px 0 20px 0;
    border-top: 1px dashed #273b7d;
    border-bottom: 1px dashed #273b7d;
    margin: 20px 0;
}
.excursions-title {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #200e32;
    text-align: left;
}
.excursions h2.excursions-title {
    font-family: inherit;
}
.excursions__inner {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
}
.excursions__wrapper {
    overflow: hidden;
    position: relative;
}
.excursions__wrapper-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0;
}
.excursions__wrapper-block {
    min-width: 100px;
    height: 100px;
    position: relative;
    display: block;
    overflow: hidden;
}
.excursions__wrapper-block > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.excursions__wrapper-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #200e32;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 21px;
    margin-bottom: 10px;
}
.excursions__wrapper-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #200e32;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
}
.excursions__reviews {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4;
    margin-left: 10px;
}
.excursions__rating-item {
    width: 16px;
    height: 16px;
}
.excursions__rating-wrapper {
    height: 20px;
}
.excursions-more {
    width: 147px;
    height: 40px;
    background: #0662ba;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.excursions-block__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}
.excursions-block__rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.top-block {
    background: url(/images/article-images/images/top-bg.png) 50%;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
}
.excursions-block {
    margin-bottom: 20px;
}


@media(max-width: 1023px) {
    .excursions {
        padding:20px 0
    }

    .excursions__wrapper-title {
        font-size: 18px;
        line-height: 21px;
        height: 21px
    }

    .excursions__wrapper-text {
        font-size: 14px;
        line-height: 20px
    }

    .excursions-title {
        font-size: 18px;
        line-height: 21px
    }

    .card-footer_excursions {
        padding: 17px 10px
    }

    .excursions__inner {
        grid-template-columns: repeat(1,1fr);
    }
}

@media(max-width: 767px) {
    .excursions {
        width:100%;
        padding: 20px 10px;
        margin: 20px 0
    }

    .excursions__wrapper {
        width: 100%
    }

    .excursions__wrapper-block {
        min-height: 105px;
        min-width: 150px;
        width: 150px;
        height: 100%
    }

    .excursions__wrapper-title {
        font-size: 16px;
        line-height: 19px;
        height: 19px;
        margin-bottom: 5px
    }

    .excursions__wrapper-text {
        font-size: 14px;
        line-height: 20px;
        height: 58px;
        -webkit-line-clamp: 3
    }

    .excursions__rating-wrapper {
        display: flex;
        height: 17px;
        margin-right: 10px
    }

    .excursions__rating-item {
        width: 16px;
        height: 15px
    }

    .excursions-title {
        font-size: 24px;
        line-height: 28px;
        text-align: center
    }

    .excursions-block__rating {
        width: 100%;
        margin-bottom: 10px
    }

    .excursions__reviews {
        margin-left: 0
    }

    .excursions-block__info {
        margin-left: 10px
    }

    .excursions-more {
        width: 100%
    }

    .excursions__wrapper-block > img {
        min-height: unset;
    }
}

@media(max-width: 424px) {
    .excursions__wrapper-block {
        min-width:120px;
        width: 120px
    }
}

@media(max-width: 374px) {
    .excursions__wrapper-block {
        min-width:92px;
        width: 92px
    }
}
