.homepage-hero { display: inline-block; width: 100%; padding: 50px 0; background-color: #000; color: #fff; }
.homepage-hero h1 {    font-size: 60px;    font-weight: 900;    margin: 40px 0;}
.homepage-hero h1 span {    color: #fc674a;    display: block;}

ul.hero-links {    padding: 0;    display: flex;    align-items: center;    gap: 10px;    margin: 0;    list-style: none;}
ul.hero-links svg {    width: 45px;    height: 45px;}
ul.hero-links svg circle {    fill: #fff;    fill-opacity: 0.1;}

a.trustpilot-hero {    display: inline-block;    border: 1px solid #275143;    color: #d0ffef;    border-radius: 6px;    padding: 4px 10px;    font-weight: 500;    font-size: 14px;}
a.trustpilot-hero span.stars-trust svg {
    width: 16px;
    background-color: #042b20;
    padding: 2px;
    border-radius: 3px;
    line-height: normal;
      vertical-align: top;
    margin-top: 3px;
}
strong.ttust-text svg {    height: 18px;    fill: #fff;    width: auto;    vertical-align: top;    margin-top: 1px;}

@media (max-width: 1199px) {
.homepage-hero h1 {    font-size: 46px;}
}

@media (max-width: 991px) {
.homepage-hero h1 {    font-size: 40px;    margin: 23px 0;}
}

@media (max-width: 767px) {
.homepage-hero h1 {    font-size: 33px;}
a.trustpilot-hero {    font-size: 12px;}
a.trustpilot-hero span.stars-trust svg {    width: 15px;    margin-top: 2px;}
span.stars-trust {    margin-right: 3px;}
strong.ttust-text svg {    height: 16px;    margin-top: 0;}
.homepage-hero {    padding-bottom: 0;    padding-top: 30px;}
.homepage-hero .container { padding: 0px; }
.hero-text {    padding: 0 30px 30px 30px;}
ul.hero-links svg {    width: 36px;    height: 36px;}
}