.text-\[\#000\] {
    color: #000;
}

.color-\[blue\] {
    color: #0000ff;
}

.text-\[\#ff0000\] {
    color: #ff0000;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-\[80px\] {
    margin-bottom: 80px;
}

.max-w-\[80\%\] {
    max-width: 80%;
}

.max-w-\[60\%\] {
    max-width: 60%;
}

.w-\[30\%\] {
    width: 30%;
}

.w-\[50\%\] {
    width: 50%;
}

.w-\[70\%\] {
    width: 70%;
}

.p-\[2px\] {
    padding: 5px;
}

.p-\[10px\] {
    padding: 10px;
}

.pl-\[30px\] {
    padding-left: 30px;
}

.bg-\[\#F2F2F2\] {
    background: #f2f2f2;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.font-italic {
    font-style: italic;
}

.bg-\[\#00ff00\] {
    background-color: #00ff00;
}

@media (max-width: 768px) {
    
    .mb\:w-full {
        width: 100%;
    }

    .mb\:max-w-full {
        max-width: 100%;
    }

    .mb\:flex-col {
        flex-direction: column;
    }
}

.color-\[\#45688E\] {
    color: #45688E;
}

.bg-\[\#DAE2E8\] {
    background: #DAE2E8;
}

.text-\[20px\] {
    font-size: 20px;
}

.underline {
    text-decoration-line: underline;
}