.js-page-custom-css-section .template-header{
  height:0px!important;
}
.js-page-custom-css-section .details{
    max-width: 405px!important;
    max-height: 283px!important;
    width: 100%!important;
    height: 100%!important;
}
.js-page-custom-css-section .title {
  max-width:1300px!important;
}

.js-page-custom-css-section .generated-form{
  margin-top:unset!important;
  padding-top:unset!important;
  border-top: unset!important;
  margin-bottom:100px;
}

.js-page-custom-css-section .domain-container .title{
  margin-top:50px;
}

@media(max-width:600px){
  .js-page-custom-css-section .domain-text{
    line-height:30px!important;
  }
  .js-page-custom-css-section .domain-jobs{
    line-height:20px!important;
    margin-top:5px;
  } 
}

@media(max-width:800px){
  .js-page-custom-css-section .breadcrumbs-container > ul > li:nth-child(1){
    padding-left:0px;
  }
  .js-page-custom-css-section .domain-container .title{
  
  padding-left:20px!important;
  }
}


@media(min-width:801px) and (max-width:1300px){
  .js-page-custom-css-section .domain-wrapper > .block-content{
    grid-template-columns: repeat(2, 1fr);
    gap:43px;
  }
}

.js-page-custom-css-section .domain-wrapper .domain-image {
    max-width: 405px!important;
    max-height: 283px!important;
    width:100%!important;
    height:100%!important;
}