/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

body {
  font-family: 'Sarala', Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #6D91A6;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

*,
*:active,
*:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main-page {
  background: #fff;
}

.main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 5;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

strong {
  font-weight: 700;
}

h1 {
  color: #0E4463;
  font-size: 60px;
  line-height: 1.13;
  font-weight: 700;
  margin-bottom: 23px;
}

h1 strong {
  display: block;
  font-size: 1.5em;
  line-height: 1;
}

h1 span {
  color: #00839F;
}

h2 {
  font-size: 36px;
  line-height: 1.12;
  color: #0E4463;
  font-weight: 700;
  margin-bottom: 40px;
}

h2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

h2 span:after {
  content: "";
  display: block;
  height: 6px;
  width: calc(100% + 20px);
  background: #FFDC4C;
  position: absolute;
  z-index: -1;
  left: -10px;
  bottom: 3px;
  border-radius: 7px;
}

.btn {
  display: inline-block;
  padding: 25px 50px;
  transition: all 0.3s ease-out;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #FFDC4C;
  color: #0E4463;
  box-shadow: 2px 12px 20px rgba(255, 205, 0, 0.27);
  border-radius: 60px;
}

.btn:hover {
  background: #FBCC09;
}

.btn.blue-btn {
  background: #00839F;
  box-shadow: 2px 12px 20px #E0BC28;
  color: #fff;
}

.btn.blue-btn:hover {
  background: #159AB7;
}

button.btn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Sarala', Arial, Tahoma, sans-serif;
  line-height: 1;
}

.money-absolute {
  position: absolute;
  z-index: -1;
}

.money-absolute.left-side {
  right: 100%;
}

.money-absolute.right-side {
  left: 100%;
}

.money-absolute img {
  max-width: 100%;
}

.money-absolute.money-1 {
  width: 166px;
}

.money-absolute.money-2 {
  width: 166px;
}

.money-absolute.money-3 {
  width: 280px;
}

.money-absolute.money-4 {
  width: 310px;
}

.money-absolute.money-5 {
  width: 232px;
}

.money-absolute.money-6 {
  width: 160px;
}

/* header =============================================*/

header {
  background: #FFFFFF;
  box-shadow: 2px 12px 20px rgba(230, 230, 230, 0.27);
  position: relative;
  z-index: 2;
}

header.main-header {
  box-shadow: none;
  background: transparent;
}

.header-svg {
  left: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.header-svg img {
  width: 100%;
}

.header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}

.header-content .main-logo {
  display: inline-block;
  margin-right: auto;
}

/* intro-section =========================================*/

.intro-section {
  padding: 90px 0 40px;
  position: relative;
}

.intro-section_content {
  position: relative;
  z-index: 4;
  padding-bottom: 93px;
  padding-right: 700px;
}

.intro-desc {
  font-size: 24px;
}

.intro-money {
  position: absolute;
  z-index: -2;
  bottom: -21px;
  right: -9px;
}

.intro-truck {
  position: absolute;
  z-index: -1;
  bottom: 11px;
  right: 296px;
}

.intro-section_diapazon {
  background: #00839F;
  box-shadow: 2px -3px 20px rgba(236, 236, 236, 0.54);
  border-radius: 10px;
  padding: 47px 60px 41px 69px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro-section_diapazon .links {
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 34px;
  text-align: center;
}

.intro-section_diapazon .btn {
  width: 100%;
  margin-bottom: 13px;
  box-shadow: 2px 12px 20px #3B91A4;
}

.intro-section_diapazon .note {
  font-size: 13px;
  line-height: 1.3;
}

.intro-section_diapazon .inner-diapazon {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inner-diapazon {
  padding-top: 14px;
}

.inner-diapazon .irs-min,
.inner-diapazon .irs-max {
  top: 59px;
  padding: 0;
  background: none;
  visibility: visible !important;
  font-family: 'Sarala', Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #DBF2FA;
}

.inner-diapazon .irs-single {
  font-family: 'Sarala', Arial, Tahoma, sans-serif;
  background: none;
  font-size: 30px;
  font-weight: 700;
  color: #FFDC4C;
  top: -18px;
}

.inner-diapazon .irs-handle {
  width: 26px;
  height: 26px;
  box-shadow: 2px 12px 20px rgba(255, 205, 0, 0.27);
  background: #FFDC4C !important;
  cursor: pointer;
  transition: background 0.3s ease-out;
  border: none;
  top: 24px;
}

.inner-diapazon .irs-handle:hover {
  background: #FBCC09 !important;
}

.inner-diapazon .irs-line {
  background: #369db3;
  height: 8px;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.inner-diapazon .irs-line:before,
.inner-diapazon .irs-line:after {
  content: "";
  display: block;
  height: 26px;
  width: 3px;
  background: #0B748A;
  position: absolute;
  left: -3px;
  top: -9px;
  border-radius: 10px;
}

.inner-diapazon .irs-line:after {
  left: auto;
  right: -3px;
}

.inner-diapazon .irs-bar {
  background: #FFDC4C;
  border: none;
  border-radius: 0;
  height: 8px;
  box-shadow: none;
}

/* steps-section =========================================*/

.steps-section {
  position: relative;
  z-index: 5;
  padding: 47px 0 107px;
  text-align: center;
}

.steps-section_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px 14px;
  padding-top: 12px;
}

.steps-section_list li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
}

.steps-section_list li:after {
  content: url("../images/step_arrow.svg");
  position: absolute;
  top: 34px;
  right: -22px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.steps-section_list li:nth-last-of-type(1):after {
  display: none;
}

.steps-list_block {
  text-align: center;
}

.steps-list_block .image {
  width: 130px;
  height: 130px;
  background: #FCFCFC;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1px;
  margin: 0 auto;
}

.steps-list_block .number {
  margin: -14px 0 32px;
}

.steps-list_block .number span {
  display: inline-block;
  border-radius: 20px;
  background: #FFDC4C;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 15px;
  text-transform: uppercase;
  color: #0E4463;
}

.steps-list_block .title {
  font-size: 20px;
  line-height: 1.5;
  color: #0E4463;
  margin-bottom: 13px;
  font-weight: 700;
}

.steps-list_block p {
  line-height: 1.625;
}

/* steps-section =========================================*/

.advantages-section {
  position: relative;
  z-index: 3;
  padding: 58px 0 80px;
  text-align: center;
  background: #FFDC4C;
}

.advantages-section h2 span:after {
  background: #fff;
}

.advantages-svg {
  bottom: 100%;
  left: 0;
  margin-left: -5px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
  margin-bottom: -4px;
}

.advantages-svg img {
  width: calc(100% + 10px);
}

.advantages-section_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px 24px;
  padding-top: 26px;
}

.advantages-section_list li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.advantages-list_block {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 2px 12px 20px rgba(230, 230, 230, 0.27);
  border-radius: 60px;
  padding: 56px 35px 42px;
}

.advantages-list_block .image {
  height: 61px;
  margin-bottom: 19px;
}

.advantages-list_block .title {
  font-size: 20px;
  line-height: 1.5;
  color: #0E4463;
  font-weight: 700;
  margin-bottom: 11px;
}

.advantages-list_block p {
  line-height: 1.625;
}

/* about-section =========================================*/

.about-section {
  background: #fbfbfb;
  padding: 53px 0 34px;
  border-bottom: 1px solid #f1f1f1;
}

.about-section_content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -17px;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-section_content .side-block {
  width: 50%;
  padding: 0 17px;
}

.about-section_content .about-logo img {
  max-width: 100%;
}

.about-section_content p {
  font-size: 14px;
  line-height: 1.643;
  margin-top: 20px;
}

/* footer ===================================================*/

footer {
  background: #fbfbfb;
  padding: 40px 0;
}

.footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #0E4463;
  font-weight: 700;
}

.copyright {
  margin-right: auto;
}

.footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu li {
  margin-left: 53px;
}

.footer-menu a {
  transition: all 0.3s ease-out;
}

.footer-menu a:hover {
  color: #00839F;
  text-decoration: underline;
}

/* blog-section =========================================*/

.blog-section {
  position: relative;
  padding: 51px 0 21px;
  text-align: center;
}

.blog-section_list {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 7px;
}

.blog-section_list li {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 53px;
}

.blog-list_block {
  display: block;
  text-align: center;
}

.blog-list_block:hover .image img {
  transform: scale(1.04);
}

.blog-list_block .image {
  height: 297px;
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 2px 12px 20px rgba(230, 230, 230, 0.27);
}

.blog-list_block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.blog-list_block .title {
  font-size: 20px;
  line-height: 1.5;
  color: #0E4463;
  transition: all 0.3s ease-out;
  font-weight: 700;
}

.blog-list_block .title:hover {
  color: #00839F;
}

/* article-section =========================================*/

.article-section {
  padding: 61px 0 45px;
  position: relative;
}

.article-back {
  margin-bottom: 29px;
}

.article-back_link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  color: #AFAFAF;
}

.article-back_link:hover {
  color: #0E4463;
}

.article-back_link img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.article-big-image {
  margin-bottom: 49px;
}

.article-big-image img {
  width: 100%;
  border-radius: 10px;
}

.article-sidebar-diapazon {
  background: #FFDC4C;
  box-shadow: 2px 12px 20px rgba(230, 230, 230, 0.27);
  border-radius: 20px;
  width: 297px;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  padding: 41px 36px 33px;
  margin-top: 9px;
  float: right;
}

.article-sidebar-diapazon .btn {
  padding: 25px 10px;
  width: 100%;
}

.article-sidebar-diapazon .title {
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.article-sidebar-diapazon .image {
  margin-bottom: 35px;
}

.article-sidebar-diapazon .image img {
  max-width: 100%;
}

.article-diapazon {
  padding-top: 14px;
  margin-bottom: 23px;
}

.article-diapazon .irs-min,
.article-diapazon .irs-max {
  visibility: hidden !important;
  font-size: 0;
}

.article-diapazon .irs-single {
  font-family: 'Sarala', Arial, Tahoma, sans-serif;
  background: none;
  font-size: 24px;
  font-weight: 700;
  color: #0E4463;
  top: -15px;
}

.article-diapazon .irs-handle {
  width: 26px;
  height: 26px;
  box-shadow: 2px 12px 20px rgba(255, 205, 0, 0.27);
  background: #FFFFFF !important;
  cursor: pointer;
  transition: background 0.3s ease-out;
  border: none;
  top: 24px;
}

.article-diapazon .irs-handle:hover {
  background: #fefefe !important;
}

.article-diapazon .irs-line {
  background: rgba(255, 255, 255, 0.58);
  height: 8px;
  border: none;
  border-radius: 5px;
}

.article-diapazon .irs-bar {
  background: #00839F;
  border: none;
  border-radius: 5px;
  height: 8px;
  box-shadow: none;
}

.article-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #0E4463;
  width: calc(100% - 327px);
  float: left;
}

.article-content h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.article-content h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 20px;
  padding-top: 10px;
}

.article-content p {
  line-height: 1.625;
  margin-bottom: 18px;
}

.simple-list_dotted {
  margin-bottom: 26px;
}

.simple-list_dotted li {
  padding-left: 33px;
  position: relative;
  line-height: 1.25;
  margin-bottom: 10px;
}

.simple-list_dotted li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: #CAE4EA;
  border-radius: 50%;
}

.simple-list_number {
  margin-bottom: 26px;
  counter-reset: numbers;
}

.simple-list_number li {
  padding-left: 26px;
  position: relative;
  line-height: 1.25;
  margin-bottom: 10px;
}

.simple-list_number li:before {
  counter-increment: numbers;
  content: counter(numbers) ". ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #6D91A6;
}

/* =========================== MEDIA ===========================*/

@media (min-width: 0) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1020px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1320px) {
  .container {
    width: 1300px;
  }
}

@media (max-width: 1319px) {
  .intro-truck {
    right: 220px;
  }

  .intro-section_diapazon .links {
    width: 300px;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 33px;
  }

  .advantages-list_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-section_content {
    padding-right: 500px;
  }
}

@media (max-width: 1019px) {
  .header-content {
    padding: 15px 0;
  }

  .intro-section {
    padding: 60px 0 20px;
  }

  .intro-truck {
    display: none;
  }

  .money-absolute {
    display: none !important;
    transform: none !important;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  .intro-section_content {
    padding-right: 300px;
    padding-bottom: 60px;
  }

  .intro-money img {
    max-width: 300px;
  }

  .intro-section_diapazon {
    display: block;
    padding-left: 60px;
  }

  .intro-section_diapazon .links {
    width: 350px;
    margin: 0 auto;
  }

  .inner-diapazon {
    margin-bottom: 40px;
  }

  .steps-section_list li {
    width: 50%;
  }

  .steps-section_list li:nth-of-type(2):after {
    display: none;
  }

  .advantages-section h2 span::after {
    display: none;
  }

  .advantages-section_list li {
    width: 50%;
  }

  .footer-menu li {
    margin-left: 30px;
  }

  .blog-section_list li {
    width: 50%;
    margin-bottom: 30px;
  }

  .header-link {
    padding: 20px 30px;
    margin-left: 20px;
  }

  .article-content {
    padding-bottom: 20px;
    width: 100%;
    float: none;
  }

  .article-sidebar-diapazon {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    float: none;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 27px;
  }

  .main-logo img {
    width: 250px;
  }

  .intro-section_content {
    padding-right: 0;
  }

  .intro-money img {
    max-width: 190px;
  }

  .intro-desc {
    font-size: 20px;
  }

  .intro-section_diapazon {
    padding-left: 25px;
    padding-right: 25px;
  }

  .advantages-section_list {
    padding-top: 10px;
  }

  .about-section_content {
    display: block;
  }

  .about-section_content .side-block {
    width: 100%;
  }

  footer {
    padding: 30px 0;
  }

  .footer-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright {
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }

  .footer-menu {
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .steps-section {
    padding-bottom: 70px;
  }

  .advantages-section {
    padding-bottom: 50px;
  }

  .blog-list_block .image {
    height: 250px;
  }

  .blog-list_block .title {
    font-size: 18px;
    line-height: 1.4;
  }

  .header-link {
    font-size: 13px;
    padding: 15px;
  }

  .article-section {
    padding-top: 40px;
  }

  .article-section h2 span::after {
    display: none;
  }

  .article-back_link {
    font-size: 16px;
  }

  .article-big-image {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .main-logo {
    margin: 0 auto;
  }

  .main-logo img {
    width: 250px;
  }

  .header-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-desc {
    font-size: 18px;
  }

  .intro-section_content {
    text-align: center;
    padding-bottom: 30px;
  }

  .intro-section {
    padding-top: 10px;
  }

  .intro-money {
    display: none;
  }

  .btn {
    font-size: 13px;
    padding: 20px 30px;
    box-shadow: 2px 5px 10px rgba(255, 205, 0, 0.27);
  }

  button.btn {
    font-size: 13px;
  }

  .intro-section_diapazon {
    padding: 20px;
  }

  .intro-section_diapazon .links {
    width: 100%;
  }

  .inner-diapazon .irs-single {
    font-size: 22px;
    top: -9px;
  }

  .steps-section {
    padding-top: 20px;
  }

  .steps-section_list {
    padding-top: 0;
  }

  .steps-section_list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .steps-section_list li:after {
    display: none;
  }

  .steps-list_block .number {
    margin-bottom: 20px;
  }

  .steps-list_block .title {
    line-height: 1.4;
    font-size: 18px;
  }

  .steps-list_block .title br {
    display: none;
  }

  .advantages-section_list {
    padding-top: 0;
  }

  .advantages-section_list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .advantages-list_block {
    padding: 30px 20px;
    border-radius: 30px;
  }

  .about-section {
    padding-top: 40px;
  }

  .about-section_content {
    text-align: center;
  }

  .about-section_content .about-logo img {
    max-width: 250px;
  }

  .about-section_content p {
    margin-top: 15px;
    text-align: justify;
    font-size: 13px;
  }

  .footer-content {
    font-size: 16px;
  }

  .footer-menu {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-menu li {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .btn.header-link {
    font-size: 12px;
    padding: 15px;
    width: 240px;
    margin-top: 10px;
    margin-left: 0;
  }

  .blog-section {
    padding: 30px 0 15px;
  }

  .blog-section_list li {
    width: 100%;
  }

  .blog-list_block .image {
    height: 200px;
    max-width: 300px;
    margin: 0 auto 15px;
  }

  .blog-list_block .title {
    font-size: 16px;
    line-height: 1.4;
  }

  .article-section {
    padding-top: 30px;
  }

  .article-back {
    margin-bottom: 18px;
  }

  .article-back_link {
    font-size: 14px;
  }

  .article-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .article-content h4 {
    font-size: 17px;
    margin-bottom: 15px;
    padding-top: 5px;
  }

  .article-content p {
    text-align: justify;
  }
}
/*# sourceMappingURL=../css/main.css.map */
