.main__logo--img, .offcanvas__logo_link, .footer__logo--img {
	width: 65px;
}
.login-btn {
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.header__menu--link{
	line-height: 40px;
}
h2.slider__content--maintitle.h1 {
    color: #fff;
}
p.slider__content--desc.d-sm-2-none {
    color: #fff;
}
img.display-block.services__card--primary__icon {
    width: 65px;
}
h2.featured__product--card__title.h3 {
    font-size: 18px;
}
p.featured__product--card__desc {
    font-size: 14px;
}
.featured__product--card{
    height: 300px;
}
.header__menu--link {
    font-size: 16px !important; 
}
.about_sec img {
    width: 400px;
    display: block;
    margin: auto;
}
article.services__card {
    height: 290px;
}

li.header__menu--items.active a.header__menu--link{
    color:var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
}

.offcanvas__inner {
    width: 100%;
}
.main__logo--img {
    width: 50px;
    padding-right: 1.5rem;
}
.slider__section--bg{
    padding:0px;
}
a.offcanvas__logo_link img {
    width: 45px;
}

.contact__info--content a {
    text-wrap: revert;
    line-break: anywhere;
}
.contact__form{
    margin-top: 15px;
}

article.services__card {
     height: auto; 
}
#about, #cases {
    background: url('../../assets/images/back.png');
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-cases{
        background: #fb6da2;
}
.bg-cases .featured__product--card__icon{
    background:#fff;
    color:#F99BBE;
}
.bg-cases  h2.featured__product--card__title.h3, .bg-cases p.featured__product--card__desc{
    color:#fff;
}

