<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.toggle &gt; .toggle-content &gt; a:hover {
  background-color: var(--tsagaanSaaral);
  color:#000!important;
}

.box-wrapper {
  padding: 30px 0 30px 0;
}
div.toggle {
  border-top: 4px solid ##586067 !important;
  height: fit-content;
  max-width: 500px;
}

.toggle.active &gt; label:before,
.toggle.active &gt; .toggle-title:before,
.toggle &gt; label:before,
.toggle &gt; .toggle-title:before {
  content: none;
}

.toggle:not(.active) &gt; .toggle-content {
  display: flex !important;
}

.box-wrapper &gt; div.row:not(:last-child) {
  padding-bottom: 25px;
}

.tuslah a.active {
  color: #000;
  border-left: 2px solid #586067;
}

section.shiidel .col-lg-4 {
	margin-bottom:77px;
}
@media only screen and (max-width:1024px) {
	section.shiidel .col-lg-4 {
		margin-bottom:33px;
	}
}

.rounded-white-box {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  max-width: 340px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  /* margin: 0 30px 0 30px; */
  box-shadow: -1px +1px 4px 0px rgba(0, 0, 0, 0.082);
}

.rounded-white-box .content {
  padding: 30px;
  background-color: white;
  /* height: 2px; */
}

.rounded-white-box .image {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.rounded-white-box img {
  object-fit: cover;
  height: 140px;
  width: 100%;
  object-position: bottom bottom;
}

@media (min-width: 977px) {
  .box-wrapper {
    padding: 80px 0 80px 0;
  }
  .box-wrapper &gt; div.row:not(:last-child) {
    padding-bottom: 80px;
  }
}

  /* .rounded-white-box {
    margin: 0 30px 0 30px;
  } */


.rounded-white-box &gt; .content &gt; h4 {
  margin-bottom: 25px;
}

.rounded-white-box &gt; .content &gt; button {
  border-radius: 25px;
  margin-top: 10px;
  padding: 5px 36px 5px 36px;
  background-color: var(--white);
  border: none;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.082);
}

.rounded-white-box &gt; .content &gt; button &gt; a &gt; i {
  padding-left: 10px;
  color: var(--blue);
}

.rounded-white-box &gt; .content &gt; button &gt; a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.rounded-white-box &gt; .content &gt; button:hover {
  box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.144);
}
.rounded-white-box &gt; .content &gt; button:hover &gt; a {
  color: var(--blue);
}

.col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vilchilgeenvvd &gt; div &gt; p {
  font-weight: 700 !important;
  color: var(--black) !important;
  margin: 0;
}
.vilchilgeenvvd &gt; div:hover &gt; p {
  font-weight: 700 !important;
  color: var(--blue) !important;
}

.toggle-content &gt; a {
  border-bottom: 1px solid var(--saaral);
}
</pre></body></html>