
.template-landingpage .screen .content .title{
    font-size: 2.25rem;
    color: #002F6C;
    text-transform: uppercase;
}
.template-landingpage .screen .content {
    padding:0;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 30%;
    color: #002F6C;
}

.btn-blue{
    border-color: #002F6C;
    background-color: transparent;
    color: #002F6C;
}
.btn-blue:hover{
    background-color: #002F6C;
    color: white;
}