/* 09 - pricing section - start ==================================================================================================== */ .pricing-section { &.bg-skyblue { background-color: #eaf7fb; } .deco-image-1 { top: 60px; right: -50px; max-width: 180px; } } .pricing-item { margin-top: 30px; padding: 70px 50px; border-radius: 6px; background-size: auto; background-color: #ffffff; background-repeat: no-repeat; background-position: right bottom; transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); &:hover { transform: translateY(-16px); box-shadow: 0px 30px 60px 0px rgba(40, 54, 58, 0.2); } &.border { border: 1px solid #e1e1e1!important; } .icon { height: 90px; display: flex; align-items: center; margin: 0px auto 35px; >img { margin: auto; height: auto; } } .item-title { font-size: 30px; font-family: $body-font; } .pricing-list { >ul { >li { font-size: 18px; font-weight: 600; margin-bottom: 10px; &:last-child { margin-bottom: 0px !important; } } } } .btn { height: 50px; min-width: 160px; line-height: 50px; } } /* 09 - pricing section - end ==================================================================================================== */