@media (min-width: 768px) and (max-width: 991px) {
    .about-block::before {
        background-color: #fff;
        background-image: none;
        background-repeat: repeat;
        content: "";
        height: 100%;
        position: absolute;
        right: -30px;
        top: 0;
        width: 50vw;
        z-index: -1;
    }
    .about-block {
        text-align: center;
    }
    .about-block h3.heading {
        color: #393E46;
        font-size: 45px;
        line-height: 45px;
        margin: 0;
        text-align: center;
    }
    .about-block .divider-tours {
        background-color: #96c53d;
        border-color: #96c53d;
        margin-left: auto;
    }
    .about-block > p {
        color: #393E46;
        text-align: center;
    }
    .testi-block {
        left: 0;
        padding: 0 0 60px;
        position: relative;
        text-align: center;
    }
    .testi-block .divider-tours {
        background-color: #96c53d;
        border-color: #96c53d;
        margin-left: auto;
    }
    .offers-block {
        margin: 0 auto 40px;
        max-width: 400px;
    }
	.tour-details img {
	  height: 125px;
	  object-fit: cover;
	}
	.tour-details .tour-name > h3 {
	  font-size: 14px;
	}
		
}