

/* Start:/local/templates/riodent/components/bitrix/news/team/bitrix/news.list/.default/style.css?1738572088880*/
.our-team-block__image-inner {
  position: relative;
}

.our-team-block__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  width: calc(100% - 32px);
  left: 50%;
  transform: translate(-50%, 25px);
  background: rgba(55, 0, 119, 1);
  width: 256px;
  height: 43px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(242, 242, 242, 1);
  border-radius: 30px;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}

.our-team-block__btn:hover {
  text-decoration: none;
  color: #fff;
  background: rgb(44, 1, 94);
}

.our-team-block:hover .our-team-block__btn {
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
	.our-team-block__btn {
		height: 41px;
		font-size: 14px;
		transform: translate(-50%, 0);
		visibility: visible;
		opacity: 1;
	}
}
/* End */
/* /local/templates/riodent/components/bitrix/news/team/bitrix/news.list/.default/style.css?1738572088880 */
