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

.mainheader h1 {
  color: #4C4C4C;
  font-size:45px;
  margin-left:15px;
}

.text-header h2 {
  font-size: 90px;
  margin-top:40px;
  margin-left: 30px;
}

.text-header p {
  font-size: 16px;
}

.degrade-header {
  position: absolute;
  left: 0;
  padding-left: 58px;
  background-image: linear-gradient(to right, rgb(76 76 76), rgba(0,0,0,0) 75%);
  width: 100%;
}

/*.slide {
  clip-path: ellipse(82% 85% at 24% 9%);
}*/

@media(min-width: 769px){
  .slide{
    clip-path: ellipse(78% 60% at 40% 20%);
  }
}

@media(max-width: 769px){
  #hs_cos_wrapper_module_1610707874147402{
    text-align: center;
    padding-left:0 !important;
  }
  .main-title{
    padding-bottom:0;
  }
}

@media(max-width: 615px) {
  #hs_cos_wrapper_module_1610707874147402 h2{
    font-size: 60px !important;
  }
}