html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

/* === Section Title Start === */
.section_title_wrapper {
    margin-bottom: 60px;
}

.section_title {
    font-size: 70px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;
}

.section_title_highlight {
    color: #f50963;
    position: relative;
}

.section_title_highlight svg {
    position: absolute;
    bottom: -12%;
    left: 0%;
    width: 100%;
}

/* === Section Title End === */