/*
Theme Name: Landing Page LEOS
Author: Leos
Version: 2024.1
Text Domain: leos.co.il
*/

:root {
  --blue-main: #f96017;
  --grey-main: #0c8be2;
}

.big-color-title, .site-header__phone:hover {
  background: var(--grey-main) !important;
}
.section-courses .to-courses-btn {
  background-color: var(--blue-main) !important;
}

.section-courses .to-courses-btn:hover {
  background-color: var(--grey-main) !important;
}
  
.repeated-form-lines {
	gap: 0.5rem;
}
@media screen and (width < 768px){
	.repeated-form-lines {
		flex-direction: column;
	}
}
:target {
	scroll-margin-top: 100px;
}
.tab-pane ul
{
	list-style-position: inside;
	list-style-type: disc;
	color: black;
}
.tab-pane ul li
{
	margin-bottom: 0.5em;
}
.modal-body {
  margin-inline: auto;
}