:root{
--blue-color: #0050c9;
}

.logo img{
max-height: 60px;
}
.text-small{
font-size: 13px;
line-height: 1.5;
}

.ctc{
    width: 100%;
    height: 450px;
    color: #fff;
}
.text-blue{
    color: var(--blue-color);
}
