#logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-top: 25px;
}

#title {
    font-family: MTSWide-Medium;
    font-size: 48px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 8px;
}

.title {
    font-family: 'MTSWide-Medium';
    font-size: 32px;
    line-height: 36px;
    margin-top: 32px;
}

.description {
    font-family: "MTSSans-Regular";
    font-size: 20px;
    line-height: 28px;
    margin-top: 8px;
}

.color-navy {
    color: #001424;
}