* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

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

section {
  margin: 8rem 0 0 0;
}

input, textarea {
  outline: 0;
}

@media only screen and (max-width: 1200px) {
  header {
    position: fixed;
    width: 100%;
    background: #eee;
    z-index: 99999;
  }
}
header .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  header .container {
    width: 90vw;
  }
}
header .quick-contact {
  background: #ff3a3e;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 576px) {
  header .quick-contact {
    gap: 2rem;
    display: none;
  }
}
header .quick-contact p, header .quick-contact a {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  color: #eee;
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  header .quick-contact p, header .quick-contact a {
    font-size: 12px;
  }
}
header .quick-contact a {
  background: #d30004;
  letter-spacing: 2px;
  padding: 0.5rem 1.6rem 0.4rem 1.6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
header .navbar .logo img {
  width: 180px;
}
@media only screen and (max-width: 1200px) {
  header .navbar .logo img {
    width: 160px;
  }
}
header .navbar .menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .navbar .menu a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  header .navbar .menu a {
    font-size: 13px;
  }
}
header .navbar .menu a:hover {
  color: #ff3a3e;
}
@media only screen and (max-width: 1200px) {
  header .navbar .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100vh;
    background: #eee;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    transition: right 0.4s ease;
    z-index: 9998;
  }
  header .navbar .menu a {
    font-size: 18px;
  }
}
header .navbar .menu.active {
  right: 0;
}
header .social {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .social img {
  width: 48px;
}
@media only screen and (max-width: 1200px) {
  header .social img {
    width: 38px;
  }
}
header .social a {
  height: -moz-max-content;
  height: max-content;
}
header .social #instagram {
  filter: brightness(0.7);
  width: 36px;
}
@media only screen and (max-width: 1200px) {
  header .social #instagram {
    width: 28px;
  }
}
header .hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  z-index: 9999;
  order: 1;
}
header .hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background: #ff3a3e;
  border-radius: 4px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1200px) {
  header .hamburger {
    display: flex;
  }
}
header .hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

footer {
  background: #595964;
}
footer .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
  padding: 6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
@media only screen and (max-width: 1400px) {
  footer .container {
    width: 90vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .brand img {
  width: 220px;
}
footer .brand h4 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  font-size: 22px;
  margin: 1.5rem 0 1rem 0;
  color: #eee;
}
@media only screen and (max-width: 576px) {
  footer .brand h4 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 576px) {
  footer .brand h4 {
    font-size: 24px;
  }
}
footer .brand ul {
  margin: 0 0 0 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
footer .brand ul li {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  color: #eee;
  list-style: disc;
}
footer .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .info p, footer .info a {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  color: #eee;
}
footer .info #email, footer .info #instagram {
  color: #fd7d79;
}
footer .info p, footer .info strong, footer .info a {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media only screen and (max-width: 375px) {
  footer .info p, footer .info strong, footer .info a {
    display: block;
  }
}
footer .info p img, footer .info strong img, footer .info a img {
  width: 24px;
}
footer .copy {
  background: #42484e;
}
footer .copy .container {
  align-items: center;
  padding: 1rem 0;
}
footer .copy p {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  color: #7d7c86;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
footer .copy div {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  footer .copy div {
    flex-direction: column;
    text-align: center;
  }
}
footer .copy div p {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  color: #7d7c86;
  font-size: 16px;
}
footer .copy div img {
  width: 54px;
}
@media only screen and (max-width: 768px) {
  footer .copy div img {
    width: 42px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner {
    margin-top: 8rem;
  }
}
.banner img {
  width: 100%;
  height: 100%;
}

.cards-info {
  margin-top: 0;
  position: relative;
  top: -4rem;
}
@media only screen and (max-width: 1200px) {
  .cards-info {
    top: -3rem;
  }
}
@media only screen and (max-width: 768px) {
  .cards-info {
    top: -2rem;
  }
}
@media only screen and (max-width: 375px) {
  .cards-info {
    top: -1rem;
  }
}
.cards-info .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  .cards-info .container {
    width: 90vw;
  }
}
@media only screen and (max-width: 1400px) {
  .cards-info .container {
    width: 90vw;
  }
}
@media only screen and (max-width: 576px) {
  .cards-info .container {
    width: 80vw;
  }
}
.cards-info .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 576px) {
  .cards-info .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 375px) {
  .cards-info .items {
    grid-template-columns: 1fr;
  }
}
.cards-info .items .item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #eee;
  height: 290px;
}
.cards-info .items .item:nth-child(1) {
  background: #595959;
}
.cards-info .items .item:nth-child(2) {
  background: #6e6e6e;
}
.cards-info .items .item:nth-child(3) {
  background: #d82e2b;
}
.cards-info .items .item:nth-child(4) {
  background: #ff3a3e;
}
@media only screen and (max-width: 1200px) {
  .cards-info .items .item {
    padding: 2rem 1rem;
    height: 240px;
  }
}
@media only screen and (max-width: 992px) {
  .cards-info .items .item {
    padding: 1rem;
    height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .cards-info .items .item {
    padding: 1rem 0.8rem;
    height: 170px;
  }
}
@media only screen and (max-width: 576px) {
  .cards-info .items .item {
    padding: 1rem 2rem;
    height: 180px;
  }
}
@media only screen and (max-width: 375px) {
  .cards-info .items .item {
    padding: 1rem 4rem;
  }
}
.cards-info .items .item img {
  width: 180px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1400px) {
  .cards-info .items .item img {
    width: 120px;
    height: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .cards-info .items .item img {
    width: 115px;
    height: 85px;
  }
}
@media only screen and (max-width: 992px) {
  .cards-info .items .item img {
    width: 100px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .cards-info .items .item img {
    width: 80px;
    height: 60px;
  }
}
.cards-info .items .item h3 {
  margin: 1.25rem 0 0 0;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1400px) {
  .cards-info .items .item h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .cards-info .items .item h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .cards-info .items .item h3 {
    font-size: 0.8rem;
  }
}
.cards-info .items .item a {
  margin: auto 0 0 0;
  font-weight: 200;
}
@media only screen and (max-width: 1200px) {
  .cards-info .items .item a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .cards-info .items .item a {
    font-size: 0.75rem;
  }
}

.about {
  margin: 4rem 0 0 0;
  padding-bottom: 8rem;
  background: url("../assets/images/sobre-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.about .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 1400px) {
  .about .container {
    width: 90vw;
  }
}
@media only screen and (max-width: 1200px) {
  .about .container {
    flex-direction: column;
  }
}
.about .text-wrapper h2 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .about .text-wrapper h2 {
    font-size: 42px;
  }
}
.about .text-wrapper .divisor {
  width: 30%;
  height: 3px;
  background: #ff3a3e;
}
.about .text-wrapper p {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  margin: 2rem 0 0 0;
}
@media only screen and (max-width: 576px) {
  .about .image-wrapper img {
    width: 100%;
  }
}

.services {
  background: #a12120;
  padding: 8rem 0;
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .services {
    padding: 6rem 0;
  }
}
.services .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  .services .container {
    width: 90vw;
  }
}
.services .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.services .header h2 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  color: #eee;
  font-size: 38px;
}
@media only screen and (max-width: 576px) {
  .services .header h2 {
    font-size: 42px;
  }
}
.services .header .divisor {
  width: 30%;
  height: 3px;
  background: #ff3a3e;
  background: #eee;
  width: 15%;
}
.services .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 3rem 0 0 0;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .services .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .services .items {
    grid-template-columns: 1fr;
  }
}
.services .items .item {
  display: flex;
  flex-direction: column;
}
.services .items .item:hover .image-wrapper img {
  transform: scale(1.05);
}
.services .items .item .image-wrapper {
  overflow: hidden;
}
.services .items .item .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.4s;
}
.services .items .item .text-wrapper {
  background: #484848;
  padding: 1rem 2rem;
  color: #eee;
}
.services .items .item .text-wrapper span {
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .services .items .item .text-wrapper span {
    font-size: 15px;
  }
}
.services .items .item .text-wrapper h3 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  color: #eee;
  font-size: 32px;
  margin: 0.5rem 0 0 0;
}
@media only screen and (max-width: 576px) {
  .services .items .item .text-wrapper h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  .services .items .item .text-wrapper h3 {
    font-size: 24px;
    margin: 0.25rem 0 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .services .items .item .text-wrapper h3 {
    font-size: 20px;
  }
}
.services .btn {
  background: #ff3a3e;
  padding: 1.2rem 3rem;
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin: 3rem auto 0 auto;
  border-radius: 50px;
  color: #eee;
  text-transform: uppercase;
  font-weight: 600;
}

.blog {
  padding: 8rem 0;
  margin: 0;
  background: #e9e9e9;
}
@media only screen and (max-width: 1200px) {
  .blog {
    padding: 6rem 0;
  }
}
.blog .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1400px) {
  .blog .container {
    width: 90vw;
  }
}
@media only screen and (max-width: 1200px) {
  .blog .container {
    flex-direction: column;
  }
}
.blog .header {
  display: flex;
  flex-direction: column;
}
.blog .header span {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 20px;
}
.blog .header h2 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  font-size: 38px;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .blog .header h2 {
    font-size: 42px;
  }
}
.blog .header a {
  color: #ff3a3e;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}
.blog .header a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 58, 62, 0.2);
  margin-top: 0.1rem;
}
.blog .items {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .blog .items {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .blog .items {
    display: flex;
    flex-direction: column;
  }
}
.blog .items .item {
  background: #f4f4f4;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .blog .items .item {
    flex-direction: column;
  }
}
.blog .items .item .image-wrapper {
  flex: 0 0 40%;
}
.blog .items .item .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 576px) {
  .blog .items .item .image-wrapper img {
    height: 260px;
  }
}
.blog .items .item .text-wrapper {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #eee;
}
.blog .items .item .text-wrapper h3 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  .blog .items .item .text-wrapper h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .blog .items .item .text-wrapper h3 {
    font-size: 28px;
  }
}
.blog .items .item .text-wrapper p {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 0.5rem;
  font-size: 16px;
  letter-spacing: 0;
}
.blog .items .item .text-wrapper a {
  color: #ff3a3e;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .blog .items .item .text-wrapper a {
    margin: 1rem 0 0 0;
  }
}
.blog .items .item .text-wrapper a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 58, 62, 0.2);
  margin-top: 0.1rem;
}
.blog .items .bigger {
  grid-row: span 2;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .blog .items .bigger {
    flex-direction: row;
  }
}
@media only screen and (max-width: 576px) {
  .blog .items .bigger {
    flex-direction: column;
  }
}
.blog .items .bigger .image-wrapper {
  width: 100%;
  height: 60%;
}
@media only screen and (max-width: 992px) {
  .blog .items .bigger .image-wrapper {
    height: 100%;
  }
}
.blog .items .bigger .text-wrapper {
  height: 40%;
}
@media only screen and (max-width: 992px) {
  .blog .items .bigger .text-wrapper {
    height: 100%;
  }
}
.blog .items .smaller {
  width: 660px;
}
@media only screen and (max-width: 1400px) {
  .blog .items .smaller {
    width: 550px;
  }
}
@media only screen and (max-width: 992px) {
  .blog .items .smaller {
    width: 100%;
  }
}

.faq {
  margin: 0;
  padding: 8rem 0;
  background: #af2127;
}
@media only screen and (max-width: 1200px) {
  .faq {
    padding: 6rem 0;
  }
}
.faq .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1400px) {
  .faq .container {
    width: 90vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq .container {
    flex-direction: column;
  }
}
.faq .info {
  width: 40%;
}
@media only screen and (max-width: 992px) {
  .faq .info {
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  .faq .info {
    width: 100%;
  }
}
.faq .info span {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  font-size: 20px;
  color: #eee;
}
.faq .info h2 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  color: #eee;
  font-size: 42px;
  text-transform: uppercase;
  width: 50%;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 576px) {
  .faq .info h2 {
    font-size: 42px;
  }
}
.faq .info .item {
  margin: 1rem 0 0 0;
}
.faq .info .item h4 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  color: #eee;
  font-size: 22px;
}
@media only screen and (max-width: 576px) {
  .faq .info .item h4 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .faq .info .item h4 {
    font-size: 24px;
  }
}
.faq .info .item p {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  color: #eee;
  font-size: 16px;
}
.faq .accordion {
  width: 60%;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .faq .accordion {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .faq .accordion {
    width: 100%;
  }
}
.faq .accordion .accordion-item {
  border-top: 1px solid rgba(238, 238, 238, 0.2);
  background: transparent;
}
.faq .accordion .accordion-item:first-child {
  border-top: none;
}
.faq .accordion .accordion-item:first-child .accordion-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq .accordion .accordion-item .accordion-header {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  background: transparent;
  width: 100%;
  padding: 2rem 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  color: #eee;
}
@media only screen and (max-width: 576px) {
  .faq .accordion .accordion-item .accordion-header {
    font-size: 42px;
  }
}
.faq .accordion .accordion-item .accordion-header .arrow {
  transition: transform 0.3s ease;
}
.faq .accordion .accordion-item .accordion-header.active .arrow {
  transform: rotate(180deg);
}
.faq .accordion .accordion-item .accordion-header span {
  font-size: 22px;
}
.faq .accordion .accordion-item .accordion-body {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.3s ease;
  color: #eee;
}
.faq .accordion .accordion-item .accordion-body.open {
  padding: 0 1rem 1rem 1rem;
}
.faq .accordion .accordion-item .accordion-body img {
  width: 100%;
  margin: 2rem 0;
}
.faq .accordion .accordion-item .accordion-body ul {
  margin: 2rem 0 0 1.4rem;
  list-style: disc;
}
.faq .accordion .accordion-item .accordion-body ul li {
  margin: 0.5rem 0 0 0;
}

.clients {
  margin: 0;
  padding: 8rem 0;
}
@media only screen and (max-width: 1200px) {
  .clients {
    padding: 6rem 0;
  }
}
.clients .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  .clients .container {
    width: 90vw;
  }
}
.clients .header span {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 20px;
}
.clients .header h2 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  font-size: 42px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .clients .header h2 {
    font-size: 42px;
  }
}
.clients .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin: 1rem 0 0 0;
}
@media only screen and (max-width: 992px) {
  .clients .items {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 576px) {
  .clients .items {
    justify-content: space-between;
  }
}
.clients .items .item img {
  width: 140px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-single-blog .single-blog {
  padding: 4rem 0;
}
.page-single-blog .single-blog .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1400px) {
  .page-single-blog .single-blog .container {
    width: 90vw;
  }
}
@media only screen and (max-width: 1400px) {
  .page-single-blog .single-blog .container {
    width: 90vw;
    gap: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .page-single-blog .single-blog .container {
    flex-direction: column;
  }
}
.page-single-blog .single-blog .container .content {
  width: 70%;
}
@media only screen and (max-width: 1200px) {
  .page-single-blog .single-blog .container .content {
    width: 100%;
  }
}
.page-single-blog .single-blog .container .content h1 {
  margin: 0 0 1rem 0;
  color: #ff3a3e;
  font-weight: 800;
  line-height: 1.2;
}
.page-single-blog .single-blog .container .content .image-wrapper img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .page-single-blog .single-blog .container .content .image-wrapper img {
    height: 500px;
  }
}
@media only screen and (max-width: 576px) {
  .page-single-blog .single-blog .container .content .image-wrapper img {
    height: 400px;
  }
}
@media only screen and (max-width: 375px) {
  .page-single-blog .single-blog .container .content .image-wrapper img {
    height: 250px;
  }
}
.page-single-blog .single-blog .container .content .image-wrapper span {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  color: rgba(34, 34, 34, 0.6);
}
.page-single-blog .single-blog .container .content .text-wrapper {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  margin: 1rem 0 0 0;
}
.page-single-blog .single-blog .container .content .text-wrapper a {
  color: #ff8789;
}
.page-single-blog .single-blog .container .content .text-wrapper h3, .page-single-blog .single-blog .container .content .text-wrapper h4 {
  font-size: 1.8rem;
  margin: 1rem 0;
  color: #ff3a3e;
}
.page-single-blog .single-blog .container .content .text-wrapper p {
  margin: 1.5rem 0 0 0;
}
.page-single-blog .single-blog .container .content .text-wrapper figure {
  width: 100% !important;
  margin: 2rem 0 0 0;
}
.page-single-blog .single-blog .container .content .text-wrapper figure img {
  width: 100%;
  border-radius: 0.5rem;
}
.page-single-blog .single-blog .container .content .text-wrapper figcaption {
  width: 100%;
  text-align: center;
  display: block;
  justify-content: center;
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  color: rgba(34, 34, 34, 0.6);
}
.page-single-blog .single-blog .container .content .text-wrapper blockquote {
  padding: 0 0 0 1rem;
  border-left: 4px solid #ff3a3e;
}
.page-single-blog .single-blog .container .aside {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .page-single-blog .single-blog .container .aside {
    width: 100%;
  }
}
.page-single-blog .single-blog .container .aside h4 {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.2;
  font-size: 1.4rem !important;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 576px) {
  .page-single-blog .single-blog .container .aside h4 {
    font-size: 42px;
  }
}
.page-single-blog .single-blog .container .aside ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.page-single-blog .single-blog .container .aside ul li a {
  font-family: "Inter", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(34, 34, 34, 0.8);
  transition: all 0.2s;
}
.page-single-blog .single-blog .container .aside ul li a:hover {
  color: #ff3a3e;
}/*# sourceMappingURL=main.css.map */