.block-img{
  padding-right: 2rem;
  position: sticky;
  top: 15rem;
}
.block-img img{
  width: 100%;
  height: auto;
}
.block-item{
  border: 1px solid rgba(var(--black-hex),0.1);
  padding: 4rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.2rem;
}
.block-item:last-child{
  margin-bottom: 0;
}
.block-item-img{
  margin-right: 3.2rem;
}
.block-item-img img{
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}
.block-item-line{
  margin: 2rem 0;
}
.block-item-line:first-child{
  margin-top: 0;
}
.block-item-line:last-child{
  margin-bottom: 0;
}
.block-item-contact{
  margin-bottom: 1.6rem;
}
.block-item-contact:last-child{
  margin-bottom: 0;
}
.block-item-contact .fw-12{
  margin-bottom: 0.1rem;
}
.block-item-contact a.h6:hover{
  text-decoration: underline !important;
}
.block-item-contact p{
  margin: 0;
  color: var(--black);
}
@media(min-width:1460px) and (max-width:1559.98px){
  .block-item {
    padding: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .block-item {
    padding: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .block-img {
    padding-right: 0;
  }
  .block-item {
    padding: 3.2rem;
    margin-bottom: 2.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .block-img {
    padding-right: 0;
  }
  .block-item {
    padding: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .block-item-img {
    margin-right: 2rem;
  }
  .block-item-img img {
    width: 10rem;
    height: 10rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .block-img {
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .block-item:first-child{
    margin-top: 4rem;
  }
  .block-item {
    padding: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
@media(max-width:767.98px){
  .block-img {
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .block-item {
    padding: 2.4rem;
    display: block;
    margin-bottom: 1.6rem;
  }
  .block-item:first-child{
    margin-top: 3.2rem;
  }
  .block-item-img {
    margin-right: 0;
  }
  .block-item-text {
    margin-top: 2.4rem;
  }
}