/**
 * #.# Basic Content Module
 *
 * Styles for template-part/modules/basic_content_module.php
**/

.line-btn {position: relative;
  color: var(--blue) !important;
  margin-bottom: 40px;
  display: inline-block;font-family: var(--alderwood);
  font-size: 39px;
  line-height: 26px;
  padding-bottom: 0px;
  text-transform: uppercase;}
.line-btn::before {
  content: "";
  background-image: url(../../../img/underline.svg);
  height: 9px;
  width: 117px;
  position: absolute;
  bottom: -17px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  left: -10px;
}
h1 strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 1536px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}