// tpl-proizvodi-section .tpl-contact{ .org-container{ width: 100%; max-width: 1180px; margin:0px auto; // .row{ // margin:0px; // } } .contact__items{ .contact__items-item{ padding:10px; .contact__items-item-block{ width:100%; height:100%; box-sizing: border-box; padding:7rem 4rem; border-radius:60px; border-bottom-left-radius: 20px; background-color: #eff8ff; .contact__items-item-title{ .contact__items-item-title-h3{ @include fontSize(36); @include lineHeight(46, 36); color: #303c51; @include fontFace($bodoni-book); .red{ color: #ce1628; display: block; } } } .contact__items-item-part-title{ @include fontSize(12); letter-spacing: 4px; color: #303c51; display: block; margin-top:30px; margin-bottom:10px; } .contact__items-item-parts{ padding-bottom:30px; border-bottom:1px solid #cfe4f4; .contact__items-item-parts-p{ margin:0px; @include fontSize(18); @include lineHeight(28, 18); color: #303c51; a{ color: #4095d8; } } &:last-child{ border-bottom:0px; } } } } } .intro-block{ background: linear-gradient(transparent, #fff); .graphics-container{ svg{ //bottom: 100px; top:-100px; } } .title{ } .text{ p{ @include fontSize(18); @include lineHeight(28,18); @include clearLast; @include media-breakpoint-up(md){ @include fontSize(20); @include lineHeight(30,20); } } @include media-breakpoint-up(lg){ padding: 0 11rem; } } } }