.block{
  position: relative;
  z-index: 2;
  margin: 0 -10rem;
  padding: 12.8rem 10rem;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  gap: 8rem;
}
.block-text,
.block-img{
  width: calc(50% - 4rem);
}
.block-img{
  align-self: flex-start;
}
.block-img img{
  width: 100%;
  height: auto;
  border-radius: 2.4rem;
}
.block-text{
  color: var(--white);
  align-self: center;
}
.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6{
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: normal;
  margin: 0 0 4rem;
}
.block-text h1:last-child,
.block-text h2:last-child,
.block-text h3:last-child,
.block-text h4:last-child,
.block-text h5:last-child,
.block-text h6:last-child{
  margin-bottom: 0;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .block {
    padding: 12rem 10rem;
    gap: 6rem;
  }
  .block-text, 
  .block-img {
    width: calc(50% - 3rem);
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .block {
    padding: 11.2rem 10rem;
    gap: 5rem;
  }
  .block-text, 
  .block-img {
    width: calc(50% - 2.5rem);
  }
  .block-text h1, 
  .block-text h2, 
  .block-text h3, 
  .block-text h4, 
  .block-text h5, 
  .block-text h6 {
    font-size: 4.4rem;
    line-height: 5.2rem;
    margin: 0 0 3.2rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .block {
    padding: 10.4rem 10rem;
    gap: 4rem;
  }
  .block-text, 
  .block-img {
    width: calc(50% - 2rem);
  }
  .block-text h1, 
  .block-text h2, 
  .block-text h3, 
  .block-text h4, 
  .block-text h5, 
  .block-text h6 {
    font-size: 4.2rem;
    line-height: 5rem;
    margin: 0 0 2.4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .block {
    padding: 10.4rem 10rem;
    gap: 4rem;
  }
  .block-text, 
  .block-img {
    width: calc(50% - 2rem);
  }
  .block-text h1, 
  .block-text h2, 
  .block-text h3, 
  .block-text h4, 
  .block-text h5, 
  .block-text h6 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin: 0 0 2.8rem;
  }
  .block-text br{
    display: none;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .block {
    padding: 10.4rem 10rem;
    gap: 3rem;
  }
  .block-text, 
  .block-img {
    width: calc(50% - 1.5rem);
  }
  .block-text h1, 
  .block-text h2, 
  .block-text h3, 
  .block-text h4, 
  .block-text h5, 
  .block-text h6 {
    font-size: 3.4rem;
    line-height: 4.2rem;
    margin: 0 0 2.4rem;
  }
  .block-text br{
    display: none;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-block{
    background: var(--black);
  }
  .block {
    margin: 0;
    padding: 6.4rem 0;
    border-radius: 0;
    gap: 0;
    flex-wrap: wrap;
  }
  .block-text, 
  .block-img {
    width: 100%;
  }
  .block-text h1, 
  .block-text h2, 
  .block-text h3, 
  .block-text h4, 
  .block-text h5, 
  .block-text h6 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin: 0 0 2.4rem;
  }
  .block-text{
    margin-top: 3.2rem;
  }
  .block-text br{
    display: none;
  }
  .block-img {
    order: -1;
  }
  .block-img img {
    border-radius: 1.4rem;
  }
}
@media(max-width:767.98px){
  .sec-block{
    background: var(--black);
  }
  .block {
    margin: 0;
    padding: 4.8rem 0;
    border-radius: 0;
    gap: 0;
    flex-wrap: wrap;
  }
  .block-text, 
  .block-img {
    width: 100%;
  }
  .block-text h1, 
  .block-text h2, 
  .block-text h3, 
  .block-text h4, 
  .block-text h5, 
  .block-text h6 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin: 0 0 1.6rem;
  }
  .block-text{
    margin-top: 3.2rem;
  }
  .block-text br{
    display: none;
  }
  .block-img {
    order: -1;
  }
  .block-img img {
    border-radius: 1.4rem;
  }
}