/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

Desktop:
#hs-roi-calculator-embed > div > div {
  height: 2580px!important;
}

Tablet:
@media (max-width: 1015px) {
  #hs-roi-calculator-embed > div > div {
    height: 3380px!important;
  }
}

Mobile:
@media (max-width: 570px) {
  #hs-roi-calculator-embed > div > div {
    height: 4950px!important;
  }
}