@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container-conten {
    width: 80%;
}

.background-blur-right {
    position: absolute;
    right: 0;
    width: 200px;
    height: 100%;
}

.header-service {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 548;
    font-style: normal;
}

.header-service-2 {
    width: 500px;
}