/* @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    */
/*****************************************/

iframe {
	width: 100%;
}
<a id="services" data-hs-anchor="true"></a>
/* Stop scroll targets from hiding under sticky header */
a[data-hs-anchor="true"] {
  scroll-margin-top: 120px;  /* change 120px to about your header height */
}