/*!
Theme Name: segmentspb
Theme URI: http://underscores.me/
Author: Kosmostars7403
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: segmentspb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
:root {
  --gray: #f5f6f7;
  --blue: #d8e1e7;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  width: 600px;
  font-family: Georgia, serif;
  font-size: 2.5rem;
}
button.popup-resolver {
  margin-top: 20px;
  width: 250px;
  height: 50px;
  font-size: 16px;
  color: white;
  background-color: #373737;
  border: none;
  outline: none;
  cursor: pointer;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.breadcrumbs {
  display: flex;
  font-size: 0.8rem;
  padding-top: 20px;
}
.breadcrumbs a {
  color: grey;
  margin: 0 5px 0 5px;
}
.current-item {
	margin-left: 10px;
}
.pagination i {
  font-size: 1.2rem;
}
.pagination a {
  font-size: inherit !important;
  font-weight: inherit !important;
}
.page-numbers.current {
  font-size: 1.5rem;
}
.about-page {
  width: 550px;
}
.about-page__mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .about-page {
    width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 720px;
  }
  .left__img2 {
    position: static !important;
  }
  .left__img {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    width: auto;
  }
  .container {
    width: 100%;
  }
  .navigation {
    margin-left: 33%;
  }
  .pagination {
    margin-top: 10px;
  }
}
