.callback-cont {
	background-color: #ffffff3b;
  border: 5px dashed var(--bs-light);
}

.callback-icon {
  width: 5.5rem;
  height: 5.5rem;
}

/* Контакты */

.choice_line {
    position: relative;
    display: flex;
    justify-content: center;
}

.choice_line span {
    padding: 5px;
    align-self: center;
    background: var(--bs-primary);
		color: #fff;
    position: relative;
		border-radius: 2.25rem !important;
}

.choice_line::before {
    content: '';
    position: absolute;
    height: 55%;
    border-top: 2px dashed var(--bs-primary);
    width: 100%;
    bottom: 0;
	opacity: 0.5;
}




@media (min-width: 992px) {

.choice_line {
    height: 230px;
}

.choice_line::before {
    height: 100%;
	border-top: none;
    border-left: 2px dashed var(--bs-primary);
    right: 50%;
	width: 0;
}
}
