body {
  font-family: Montserrat, sans-serif !important;
  font-weight: 300;
  color: #333132;
}

.footer {
  color: #333132;
  max-height: 519px;
  width: 100%;
 
  img {
    width: 100%;
    max-height: 519px;
  }
}
.row {
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .footer {
    height: 150px;
  }
}

.container {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 16px !important;
  padding-left: 16px !important;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.logo {
  width: 253px;
  height: 38px;
}

@media (max-width: 900px) {
  .logo {
    height: 30px;
    width: 215px;
  }
  .line-first {
    text-indent: 20px !important;
  }
}

.line-first {
  text-indent: 40px;
}

.h1 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 0.5rem;
}
@media (max-width: 667px) {
  #contact-section h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
  }
  #contact-section .widget {
    padding-left: 27px;
    margin: 0;
  }
  #contact-section .address {
    padding-left: 15px;
  }
  .mail {
   
    font-size: 25px !important;
  }
  .phone {
    font-size: 30px !important;
  }
  .contact{
    margin-top: 20px !important;
  }
}

@media (min-width: 1001px) {
 
  h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
  }
  .mail {
    font-size: 40px;
    font-weight: 600 !important;
  }
}

h2 {
  font-size: calc(1.3rem + 0.6vw) !important;
  color: #333132 !important;
  font-weight: 600 !important;
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
  color: #333132 !important;
}
p {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 0 !important;
}
span {
  text-decoration: underline;
}
a {
  color: #333132 !important;
  text-decoration: none !important;
  line-height: 100% !important;
}
a:hover {
  color: #68c644 !important;
}
.title-label {
  color: #68c644 !important;
}
.mail {
  font-size: 35px;
  font-weight: 600 !important;
}
.phone {
  font-size: 40px;
  margin-top: 5px;
  font-weight: 200 !important;
  margin-bottom: 1rem;
}
