.tours-box:hover {
    box-shadow: 0 0 5px #828282;
    margin-top: -5px;
    align-self: start;
    transition: 0.5s;
    margin-bottom: 5px;
}

.tours-tour-header {
    position: relative;

}

.tours-tour-header-image {
    position: relative;
}

.tours-tour-header-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), 65%, rgba(0, 0, 0, 0.6), 85%, rgba(0, 0, 0, 1));
    left: 0;
    display: block;
}

.tours-tour-header-image img {
    width: 100%;
    height: max-content;
}

.tours-tour-header-title {
    color: white;
    font-family: 'Montserrat';
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 27px;
}

.tours-tour-content {
    background: #f5f5f5;
    border-top: none;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
 
}

.tours-tour-content>div {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.tours-tour-content-general,
.tours-tour-content-visits {
    color: #263138;
    font-size: 18px;
}

.tours-tour-content-general p,
.tours-tour-content-visits p {
    font-size: 14px;
}

.tours-tour-content-days {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #cacaca;
    align-self: flex-start;
    color: #263138;
    white-space: nowrap;
}

.tours-tour-content-from-price-block {
    display: flex;
    flex-direction: column;
    color: #263138;
    font-family: 'Montserrat';
    white-space: nowrap;
    text-align: right;
    justify-content: space-between;
}

.tours-tour-content-from-price {
    font-size: 28px;
    font-weight: 700;
}

.tours-tour-content-per-person {
    font-size: 11px;
    display: block;
    line-height: 6px;
}

.tours-tour-content-button {
    background: #c39f77;
    color: white;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 50px;
    border-radius: 100px;
    box-shadow: 0 2px 5px 1px #00000040;
    text-align: center;
    margin: 14px 0;
}

.tours-content h2 {
    font-family: 'Montserrat';
    font-size: 34px;
    margin: 0;
    line-height: 35px;
}

.tours-count {
    font-size: 15px;
    font-weight: 600;
}