.content-block p{
  color: var(--gray);
  margin-bottom: 1.6rem;
}
.content-block span{
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--gray);
}
.content :is(h1,h2,h3,h4,h5,h6){
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 6.4rem 0 3.2rem;
}
.content :is(h1,h2,h3,h4,h5,h6):first-child{
  margin-top: 0;
}
.content :is(h1,h2,h3,h4,h5,h6):last-child{
  margin-bottom: 0;
}
.content p strong{
  font-weight: 500;
}
.content-logo{
  margin: 3.2rem 0 6.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.content-logo:first-child{
  margin-top: 0;
}
.content-logo:last-child{
  margin-bottom: 0;
}
.content-logo-item{
  width: calc(33.33% - 1.34rem);
  border: 1px solid #DFE0E1;
  text-align: center;
  background: var(--white);
  height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-logo-item:hover{
  background: #000000;
  border-color: #000000;
}
.content-logo-img{
  width: 90%;
  height: 8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-logo-item:hover .content-logo-img{
  height: 6rem;
}
.content-logo-img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.icon-white{
  opacity: 0;
}
.content-logo-item:hover .icon-black{
  opacity: 0;
}
.content-logo-item:hover .icon-white{
  opacity: 1;
}
.content-link{
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: initial;
  color: var(--white);
  font-weight: normal;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-logo-item:hover .content-link {
  opacity: 1;
  height: 2rem;
  margin-top: 2.4rem;
}
.content-large-img{
  margin: 6.4rem -14.4rem;
}
.content-large-img:first-child{
  margin-top: 0;
}
.content-large-img:last-child{
  margin-bottom: 0;
}
.content-large-img img{
  width: 100%;
  height: auto;
}
.content-info-block{
  gap: 3.2rem;
  margin: 3.2rem 0 6.4rem;
}
.content-info-block:first-child{
  margin-top: 0;
}
.content-info-block:last-child{
  margin-bottom: 0;
}
.content-columns{
  width: 50%;
}
.content-columns:has(img){
  background: var(--white);
}
.content-columns img{
  width: 100%;
  height: auto;
}
.content-columns :is(h1,h2,h3,h4,h5,h6){
  margin-bottom: 2rem !important;
}
.content-blockquote{
  margin: 6.4rem -20.8rem;
}
.content-blockquote:first-child{
  margin-top: 0;
}
.content-blockquote:last-child{
  margin-bottom: 0;
}
.content-blockquote{
  background: var(--dark-black);
  padding: 6.4rem;
}
.content-blockquote :is(h1,h2,h3,h4,h5,h6){
  color: var(--white);
}
.content-blockquote p{
  font-size: 2.4rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
  color: var(--white);
}
.content-blockquote span{
  color: var(--gray);
  display: block;
}
.content-gallery{
  margin: 6.4rem -14.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.content-gallery-item{
  display: block;
  width: calc(50% - 1.2rem);
}
.content-gallery-item img{
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 20px;
}
.content-share{
  margin-top: 3.2rem;
}
.content-share label{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.16px;
  display: block;
  margin-bottom: 1.6rem;
}
.share{
  display: flex;
  align-items: center;
  gap: 1.2rem
}
.btn-share{
  height: 4rem !important;
  width: 4rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #DFE0E1 !important;
  background: var(--white) !important;
}
.btn-share:hover{
  background: var(--black) !important;
  border-color: var(--black) !important;
}
.btn-share img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.btn-share:hover img{
  -webkit-filter: invert(1);
  filter: invert(1);
}
.content-btns{
  margin-top: 6.4rem;
  padding-top: 4.8rem;
  border-top: 1px solid rgba(39,47,55,0.1);
  justify-content: space-between;
}
.content-btns:first-child{
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.content-btn{
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: normal;
  color: var(--black);
}
.content-btn:hover{
  text-decoration: underline !important;
}
.content-btn-icon{
  width: 5.6rem;
  height: 5.6rem;
  border: 1px solid #DFE0E1;
  border-radius: 50%;
  background: var(--white);
}
.content-btn:hover .content-btn-icon{
  background: var(--black);
  border-color: var(--black);
}
.content-btn:hover .content-btn-icon img{
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media(min-width:1360px) and (max-width:1403.98px){
  .content :is(h1,h2,h3,h4,h5,h6) {
    font-size: 3rem;
    line-height: 3.8rem;
    margin: 4.8rem 0 2.4rem;
  }
  .content-blockquote p {
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin-bottom: 2.4rem;
  }
  .content-btns {
    margin-top: 4.8rem;
    padding-top: 4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .content :is(h1,h2,h3,h4,h5,h6) {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin: 4.8rem 0 2.4rem;
  }
  .content-large-img,
  .content-gallery{
    margin: 4.8rem -10.4rem;
  } 
  .content-gallery-item img {
    height: 27.8rem;
  }
  .content-blockquote {
    margin: 4.8rem -15.6rem;
    padding: 4.8rem;
  }
  .content-blockquote p {
    font-size: 2.2rem;
    line-height: 3.6rem;
    margin-bottom: 2.4rem;
  }
  .content-btns {
    margin-top: 4.8rem;
    padding-top: 4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .content :is(h1,h2,h3,h4,h5,h6) {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin: 4rem 0 2.4rem;  
  }
  .content-columns :is(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 1.4rem !important;
  }
  .content-gallery,
  .content-large-img{
    margin: 4rem -3.2rem;
  }
  .content-blockquote {
    margin: 4rem -6.8rem;
    padding: 4.8rem;
  }
  .content-blockquote p {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .content-gallery-item img {
    height: 23.6rem;
  }
  .content-btns {
    margin-top: 4rem;
    padding-top: 3.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .content :is(h1,h2,h3,h4,h5,h6) {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin: 4rem 0 2rem;
  }
  .content-logo {
    margin: 2.4rem 0 4rem;
  }
  .content-columns :is(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 1rem !important;
  } 
  .content-large-img,
  .content-blockquote,
  .content-gallery{
    margin: 4rem 0;
  }
  .content-blockquote {
    padding: 4rem;
  }
  .content-blockquote p {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .content-gallery-item img {
    height: 18.8rem;
  }
  .content-btns {
    margin-top: 4rem;
    padding-top: 3.2rem;
  }
  .content-btn-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media(max-width:767.98px){
  .content :is(h1,h2,h3,h4,h5,h6) {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin: 2.4rem 0 1.2rem;
  }
  .content-logo {
    margin: 2.4rem 0;
    gap: 1rem;
  }
  .content-logo-item {
    width: calc(50% - 0.5rem);
    height: 10rem;
  }
  .content-logo-img {
    height: 6rem;
  }
  .content-logo-item:hover .content-logo-img {
    height: 4rem;
  }
  .content-link {
    font-size: 1.3rem;
  }
  .content-logo-item:hover .content-link {
    margin-top: 0.8rem;
  }
  .content-large-img {
    margin: 2.4rem 0;
  }
  .content-info-block {
    gap: 2rem;
    margin: 2.4rem 0;
    flex-wrap: wrap;
  }
  .content-columns {
    width: 100%;
  }
  .content-columns :is(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 1rem !important;
  }
  .content-blockquote {
    margin: 2.4rem -1.5rem;
    padding: 3.2rem 1.5rem;
  }
  .content-blockquote p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1.6rem;
  }
  .content-gallery {
    margin: 2.4rem 0;
    gap: 1rem;
  }
  .content-gallery-item {
    width: calc(50% - 0.5rem);
  }
  .content-btns {
    margin-top: 3.2rem;
    padding-top: 2.4rem;
  }
  .content-btn {
    gap: 1rem;
    font-size: 1.4rem;
  }
  .content-btn-icon {
    width: 4rem;
    height: 4rem;
  }
  .content-btn-icon img {
    max-width: 2rem;
  }
}
@media(max-width:575.98px){
  .content-gallery-item img {
    height: calc(33.5vw - 3rem);
  }
}