.text-info{
  padding: 0 2rem;
}
.text-info-img{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 4.7rem 0;
  gap: 2rem;
}
.text-info-img:first-child{
  margin-top: 0;
}
.text-info-img:last-child{
  margin-bottom: 0;
}
.text-info-img-item{
  margin: 0 2.85rem;
}
.text-info-img-item img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.content-block-outer{
  margin: 3.8rem 0 4.6rem;
  padding-left: 3.1rem;
}
.content-block-outer:first-child{
  margin-top: 0;
}
.content-block-outer:last-child{
  margin-bottom: 0;
}
.content-block{
  position: relative;
  width: 100%;
  max-width: 49rem;
  min-height: 15.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  border: 1px solid var(--gold);
  padding: 1.8rem 3.1rem 2rem 6.6rem;
  border-radius: 0 3.2rem 0 3.2rem;
}
.content-block-img{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: -3.1rem;
  margin: auto 0;
  width: 6.2rem;
  height: 11.8rem;
}
.content-block-img img{
  width: 100%;
  max-height: 100%;
  height: auto;
}
.content-block-text{
  width: 100%;
}
.content-block-text h4{
  text-transform: uppercase;
  font-size: 3.6rem;
  line-height: 5.4rem;
  margin: 0;
  letter-spacing: 1.08px;
}
.content-block-text h4:last-child{
  margin-bottom: 0;
}
.content-block-text p{
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.18px;
  font-weight: 500;
}
@media(min-width:992px) and (max-width:1199.98px){
  .text-info-img {
    margin: 4rem 0;
  }
  .text-info-img-item {
    margin: 0 2.4rem;
  }
  .content-block {
    max-width: 42rem;
  }
  .content-block-text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .text-info {
    padding: 0;
  }
  .text-info-img {
    margin: 3.7rem 0;
  }
  .text-info-img-item {
    margin: 0 2rem;
  }
}
@media(max-width:767.98px){
  .sec-text-info {
    padding-bottom: 4.2rem;
  }
  .text-info {
    padding: 0;
  }
  .text-info-img {
    gap: 4rem;
  }
  .content-block-outer {
    margin: 4.2rem 0;
    padding-left: 3.1rem;
  }
  .content-block {
    padding: 1.5rem 2.8rem 2.2rem 6.3rem;
  }
  .content-block-text h4 {
    font-size: 2.6rem;
    line-height: 4.4rem;
    letter-spacing: 0.84px;
  }
  .content-block-text p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    letter-spacing: 0.16px;
  }
}