.bg-green{
    background-color: #0F4841 !important;
}

.text-white{
    color: white !important;
}

.text-black{
    color: black !important;
}

* {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0%;
    line-height: 100%;
}

.gap-2{
    gap: 2px;
}

.mt-20{
    margin-top: 20px !important;
}

.mt-40{
    margin-top: 40px !important;
}

.mt-50{
    margin-top: 50px !important;
}


.pt-20{
    padding-top: 20px !important;
}

.maxw-550{
    max-width: 550px !important;
}

.maxw-460{
    max-width: 460px !important;
}

.top-b{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.color-white{
    color: white !important;
}