.scrolled{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.m-0{
    margin: 0;
}

.m-0-0-15-0{
    margin: 0 0 15px 0;
}

.font-size-18{
    font-size: 18px;
}

.color-white{
    color: white;
}

.weight-400{
    font-weight: 400;
}

.border-t-white{
    border-top: solid white 1px ;
}

.title-bg{
    background: #41b5c219;
    padding: 0 10px;
    border-radius: 10px;
}

p{
    line-height: 24px;
}

.inner-container{
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
    max-width: 1250px;
    padding: 0 20px;
}

.thank-card {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thank-card h1 {
    font-size: 70px;
    margin: 0;
}

.active-menu span{
    color: #41B5C2;
}