/* Colors */
/* Swatch colors */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
/* Icons */
.regionTitle {
  color: #101820;
  font-family: 'Montserrat',sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 576px) {
    .regionTitle {
      font-size: 18px;
      letter-spacing: 4px; } }

.regionSubTitle {
  color: #626669;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center; }

.link-buttonMore {
  color: #6B778C !important;
  font-family: 'Montserrat','sans-serif';
  font-size: 14px;
  border-radius: 8px;
  float: right;
  position: absolute;
  right: 3px;
  top: 12px; }
  @media (max-width: 576px) {
    .link-buttonMore {
      font-size: 12px;
      top: inherit;
      right: inherit;
      position: relative;
      float: inherit;
      text-align: center; } }
  .link-buttonMore:hover {
    color: #8993A4;
    text-decoration: underline; }

@media (max-width: 576px) {
  .mt-3-mob {
    margin-top: 2rem; } }
