.p-careers .paragraph-title {
  padding: 0 0 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  font-family: var(--font_poppins);
}

.p-careers .paragraph {
  padding: 0 0 30px;
}


.careers {
  color: #ffffff;
  padding-bottom: 150px;
  position: relative;
  background: url("/sites/default/files/polosa.png") 50% 100% no-repeat, linear-gradient(0, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.8) 100%), url("/sites/default/files/keyboard-417090_1280.jpg") 50% 0/cover no-repeat fixed;
}

.careers h1 {
  text-align: center;
  font-size: 59px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 73px;
  line-height: normal;
  padding: 85px 0 23px;
}

.p-careers__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-careers__item {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 10px 90px 10px;
  margin: 21px 0;
  width: 49%;
  position: relative;
  color: #505050;
  font-size: 14px;
}

.p-careers__title {
	font-family: var(--font_source);
	font-weight: 700;
	text-align: center;
	font-size: 34px;
	padding: 0 0 26px;
	line-height: 59px;
	text-transform: uppercase;
}
.p-careers__title::after {
  content: "";
  height: 3px;
  width: 142px;
  background: black;
  display: block;
  margin: 0 auto;
}

.p-careers__text .paragraph-text ul li {
	list-style: initial;
	list-style-position: outside;
	padding: 0 0px 5px 0;
	line-height: 20px;
}
.careers .header__menu ul.menu li a {
  color: var(--bg);
}

.careers .svgcolor {
  fill: white;
}


.p-careers__link a {
  padding: 14px 6px;
  font-size: 17px;
  line-height: 1.5;
  width: 206px;
  background: rgb(72, 191, 197);
  background: linear-gradient(0deg, rgba(72, 191, 197, 1) 0%, rgba(44, 110, 182, 1) 100%);
  position: relative;
  display: block;
  margin: 18px auto;
  text-align: center;
  color: white;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: calc(50% - 103px);
}
.p-careers__link a:hover{
  text-decoration: none;
}

.p-careers__text .paragraph-title {
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 0 12px;
	line-height: 35px;
}



.p-careers__text .paragraph-text p {
	padding: 0 0 13px;
	line-height: 24px;
}

.p-careers__text .paragraph-text ul {
	padding: 0 0 7px 20px;
}