.page-template-template-qr-crane-brands #boxed-wrapper #wrapper
{
  padding-top: 0 !important;
}
.page-template-template-qr-crane-brands #boxed-wrapper #wrapper #sliders-container
{
  display: none;
}
section.cranes-company-qr
{
  margin-top: 2rem;
}
section.cranes-company-qr > header
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 1.5rem 10px;
  gap: 20px;
  margin-bottom: 15px;
}
section.cranes-company-qr > header div:first-child
{
  background-color: #fff;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cranes-company-qr > header > div:first-child img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}
section.cranes-company-qr > header .info-company h1
{
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  width: fit-content;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bolder;
  color: #313131;
}
section.cranes-company-qr > header .info-company
{
  width: 67%;
}
section.cranes-company-qr > header .info-company p
{
  color: #313131;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
section.cranes-company-qr > header .info-company p span
{
  font-weight: 600;
}
section.cranes-company-qr .bkl-crane-qr
{
    padding: 2rem 0;
    margin-block: 0px;
    border-bottom: 1px solid #313131;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.cranes-company-qr .bkl-crane-qr .first-column
{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
section.cranes-company-qr .bkl-crane-qr .first-column a
{
  max-width: 76px;
}

section.cranes-company-qr .bkl-crane-qr .first-column a img
{
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.cranes-company-qr .bkl-crane-qr .first-column .info-crane-qr h2
{
  font-weight: 700;
  font-size: 23px !important;
  line-height: 1.2 !important;
  font-family: 'Montserrat', sans-serif;
  color: #313131;
  margin: 0;
  margin-bottom: 20px;
}
section.cranes-company-qr .bkl-crane-qr .first-column .info-crane-qr h2 a
{
  color: #313131;
}
section.cranes-company-qr .bkl-crane-qr .first-column .info-crane-qr p
{
  font-size: 13px !important;
  margin: 0;
  color: #313131;
}
section.cranes-company-qr .bkl-crane-qr .second-column a
{
  border-radius: 5px;
  background-color: #e62721;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: fit-content;
}
section.cranes-company-qr .bkl-crane-qr a > img
{
  width: 34px;
}
@media(min-width:900px)
{
  section.cranes-company-qr > header
  {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem 40px;
    gap: 50px;
  }
  section.cranes-company-qr > header div:first-child
  {
    width: 161px;
    height: 161px;
  }
}