.toptxt {
  position: absolute;
    top: 120px;
    font-size: 0.6em;
  
}

.blob {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 714.67 691.63'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23001230;%7D%3C/style%3E%3C/defs%3E%3Cpath id='blob' class='cls-1' d='M549.24,83.78c114.67,87.54,195.83,237.55,154.49,369.44-40.97,132.46-204.45,246.79-360.02,237.93C188.52,682.86,40.28,551.17,7.35,406.47-25.58,261.77,56.22,104.42,171.02,37.99,286.39-28.82,434.57-3.76,549.24,83.78Z'/%3E%3C/svg%3E");
width: 498px;
height: 482px;
position: absolute;
top: 55%;
transform: translate(-50%,-50%);
left: 25%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
color: #F3E9E6;
padding: 20px;
font-size: 3em;
}

.blob:before {
  content:"";
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 167.56 158.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff5f27;%7D%3C/style%3E%3C/defs%3E%3Cpath id='blob' class='cls-1' d='M52.08,148.61C21.98,133.71-3.24,103.04,.34,71.06,3.81,38.97,36.07,5.57,72.01,.68c35.83-5.01,75.57,18.48,89.53,50.08,13.96,31.6,2.27,71.19-21,91.48-23.39,20.4-58.36,21.27-88.46,6.37Z'/%3E%3C/svg%3E");
  width: 116px;
  height: 110px;
  background-repeat: no-repeat;
  position: absolute;
  left: -70px;
  bottom: -40px;
}

.sikringlogo {
  width: 100px;
  position: absolute;
  bottom: 50px;
}

#heart {
  width: 25px;
display: inline-block;
}

@media screen and (max-width: 990px) {

  
  .blob {
    width: 398px;
height: 386px;
    font-size: 2.5em;
  }
  
  .sikringlogo {
    width: 60px;
  }
  
  .toptxt {
    top: 90px
  }

}

@media screen and (max-width: 768px) {

  .blob {
    left: 40%;
    font-size: 2em;
  }
  
    .toptxt {
    top: 110px
  }
  
  #heart {
  width: 18px;
  }
}

@media screen and (max-width: 480px) {

  .blob {
    left: 50%;
    font-size: 1.8em;
    width: 290px;
    height: 281px;
    top: 70%;
  }
  
    .sikringlogo {
    width: 50px;
      bottom: 30px
  }

      .toptxt {
    top: 65px
  }
  
  .blob::before {
   width: 80px;
    left: -40px;
    bottom: -70px
  }
  
  #heart {
  width: 15px;
  }
  
}