.about-block .block-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px; }
  .about-block .block-holder .side {
    flex-grow: 1;
    width: 48%;
    display: flex;
    flex-direction: column;
    height: auto; }
.about-block .sticky-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: sticky;
  top: 130px; }
.about-block .block-title {
  text-align: left;
  margin-bottom: 20px; }
.about-block .block-desc {
  margin-bottom: 30px; }
.about-block .btn {
  margin-top: auto; }
.about-block .block-image {
  width: 100%;
  height: auto;
	min-height: 200px;
  border-radius: 10px;
  object-fit: cover; }
.about-block .advants {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 50px;
  margin-top: 40px; }
.about-block .advant {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid var(--stroke-thirdly);
  padding-top: 15px; }
  .about-block .advant__title {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: var(--third);
    width: 100%;
    padding-right: 10px; }
    .about-block .advant__title:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: var(--primary); }
  .about-block .advant__desc {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-text-primary); }

@media (max-width: 1025px) {
  .about-block .advants {
    gap: 20px 30px; } }
@media (max-width: 769px) {
  .about-block .block-holder {
    flex-direction: column; }
    .about-block .block-holder .side {
      width: 100%; } }
@media (max-width: 498px) {
  .about-block .advants {
    grid-template-columns: 1fr; } }

/*# sourceMappingURL=block.css.map */
