@media (max-width: 767px) {
.logo {
    margin-bottom: 10px;
    height: 75px;
}
.vantages-section {
    position: relative;
    padding: 40px 0px 0px 0px;
}
img.logom.visible-xs {
    position: relative;
    z-index: 2;
}
.footer-logo {
    margin-top: 5px;
}
.how-we-work-item__num {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #225f78;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    margin-left: 0%;
}
	.how-we-work h2 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.how-we-work-item-wrapper {
		min-width: auto;
		flex-direction: column;
	}
	.how-we-work-item:not(:last-child) {
		padding-right: 0;
	}
	.how-we-work-item {
		width: 100%;
		display: flex;
		column-gap: 15px;
		flex-direction: row;
	}
	.how-we-work-item:not(:last-child)::after {
        width: 2px;
        height: 100%;
        left: 0px;
        top: 0;
        margin-left: 20px;
	}
	.how-we-work__image-wrapper  {
		display: flex;
		flex-direction: row-reverse;
		min-width: fit-content;
		column-gap: 10px;
	}
	.how-we-work-item img {
		width: 36px;
		height: fit-content;
	}
.how-we-work-item__title {
    margin: 5px 0 15px;
    font-size: 15px;
    text-align: left;
}
.blog-slider__img {
    width: 340px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #225f78 0%, #225f78 74%);
    box-shadow: 4px 13px 30px 1px rgb(0 0 0 / 20%);
    border-radius: 20px;
    transform: translateX(0px);
    overflow: hidden;
}
.how-we-work-item img {
    width: 46px;
    height: 41px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.project-list__item-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    will-change: transform;
    border-radius: 4px;
    overflow: hidden;
    background: rgb(69 151 86 / 0%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 30%), -3px 0 20px -23px rgb(0 0 0 / 80%), 3px 0 20px -23px rgb(0 0 0 / 80%), 0 0 40px rgb(0 0 0 / 10%) inset;
    padding: 5px;
}
.container iframe, .container object, .container video:not(.cover) {
    display: block;
    margin: 0px auto 20px;
}
.prod .element {
    padding: 10px 10px 10px 10px;
    height: 100%;
    position: relative;
    border-radius: 10px;
    background: rgb(69 151 86 / 0%);
    min-height: 190px;
    border: 1px solid #b0b0b0;
    margin-bottom: 20px;
}
.blog-slider__img {
        width: 100%;
        flex-shrink: 0;
        height: 340px;
        box-shadow: 4px 13px 30px 1px rgb(0 0 0 / 20%);
        border-radius: 0px;
        transform: translateX(-120px);
        overflow: hidden;
        left: 60px;
        position: relative;
}
.blog-slider__content {
    padding-right: 25px;
    position: relative;
    margin-left: 0px;
}
.vantages {
    padding: 30px 10px 0 10px;
}
}