strong {
 font-weight: 400 !important; 
}

.cell .box {
	text-align: center !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
  }

  .work-points .point-number {
	position: absolute;
	bottom: 0;
	left: 5px;
	font-size: 65px;
	line-height: 65px;
	color: #677798;
    opacity: 0.2;
  }

  .work-points .cell {
	position: relative;
	min-height: 120px;
	border: 1px solid #637899;
  }

  .benefits .cell,
  .plans .card {
	border: 1px solid #637899;
  }

  .work-points .cell .box:hover,
  .benefits .cell .box:hover {
	background-color: #DDF2FF;
  }

  .plan-list {
	list-style: none !important;
	margin: 0 !important;
  }

  .plan-list li {
	padding: 5px 0;
	/* padding-left: 5px; */
	margin-top: 0 !important;
	border-bottom: 1px solid #ccc;
  }

  .plan-list li:last-child {
	border-bottom: none;
  }

  .plan-list li:hover {
	background-color: hsl(
	  var(--bulma-button-h),
	  var(--bulma-button-s),
	  calc(
		var(--bulma-button-background-l) +
		  var(--bulma-button-background-l-delta)
	  )
	);
  }

  .red-gradient {
	background-image: linear-gradient(to bottom, #591d1d, #6b1f20, #7d2022, #8f2125, #a22127, #a22127, #a22127, #a22127, #8f2125, #7d2022, #6b1f20, #591d1d);
  }

  .message-body {
	color: #000000;
  }

  .mobile-contacts {
	display: none;
  }

  @media (max-width: 480px) {
    .mobile-small-image {
        max-width: auto;
		max-height: 150px;
    }

	.hide-on-mobile {
		display: none;
	}

	.navbar-end .navbar-item {
		margin-top: 50px;
	}

	.mobile-contacts {
		display: block;
		position: fixed;
		border-top: 1px solid #637797;
		bottom: 0;
    	z-index: 9999;
		background-color: white;
		height: 50px;
		width: 100%;
	}
}