body {
    font-family: "Montserrat-Regular", sans-serif;
    color: #4B4B4B;
    font-size: 18px;
    line-height: 140%;
}


.editor a, b, strong {
    font-family: "Montserrat-Bold", sans-serif;
}

.editor a:hover {
    color: #86BC24;
}

p {
    padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    color: #212121;
}

h1, .editor h1, .page-title__h1 {
    font-size: 48px;
    font-family: "Montserrat-Bold", sans-serif;
}

.editor h2, h2 {
    font-size: 40px;
    font-family: "Montserrat-SemiBold";
    padding-top: 30px;
    padding-bottom: 30px;
}

.editor h3, .editor h4, .editor h5, .editor h6,
h3, h4, h5, h6 {
    font-family: "Montserrat-Medium";
    margin-bottom: 30px;
}

.editor h3,
h3 {
    font-size: 32px;
}

.editor h4,
h4 {
    font-size: 24px;
}

.editor h5,
h5 {
    font-size: 18px;
}

ol,
.editor ol {
    padding-left: 26px;
}

ul, ol,
.editor ol,
.editor ul {
    margin-bottom: 20px;
}

li,
.editor li {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

ul li,
.editor ul li {
    padding-left: 30px;
    list-style: none;
}

li:last-child,
.editor li:last-child {
    padding-bottom: 0;
}


ul li:before,
.editor ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    background-color: #4B4B4B;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    li,
    .editor li {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    .editor h2, h2 {
        font-size: 32px;
        padding-bottom: 30px;
    }
          .editor h3, h3 {
        font-size: 24px;
          margin-bottom: 25px;
    }

}

@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px ) {
    .editor h2, h2 {
        font-size: 22px;
        padding-bottom: 20px;
    }
      .editor h3, h3 {
        font-size: 20px;
          margin-bottom: 20px;
    }
}



.block-link {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.block-link ul {
    margin: 0 15px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(25% - 30px);
}
.block-link ul li {
    padding-left: 0 !important;
}
ul li, .editor ul li {
    padding-left: 30px;
    list-style: none;
}
li, .editor li {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}
.editor a:hover {
    color: #86BC24;
}
.block-link ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}
