﻿
.title-light {
    color: #06BCED;
}

.title-dark {
    color: #007AA0;
}

.text {
    color: #182050;
}

.gradiant-bg-1 {
    background: #62D8FF;
    background: linear-gradient(183deg, rgba(98, 216, 255, 1) 0%, rgba(162, 133, 241, 1) 80%);
}
