.t-doc-detail {
  position: relative;
  gap: 40px;
}

.t-doc-detail__pict {
  flex: 0 0 auto;
}

.t-doc-detail__content {
  width: 100%;
  margin-left: 0;
}

@media screen and (max-width:768px) { 
  .t-doc-detail::before {
		content: "";
		width: 100%;
		height: 2px;
		background: -webkit-gradient(linear, left top, right top, from(#0095d8), to(#0077cb));
		background: linear-gradient(90deg, #0095d8 0%, #0077cb 100%);
		position: absolute;
		top: 0;
		left: 0
  }
  
  .t-doc-detail__pict::before {
    display: none;
  }
}
