.content .text-primary-500{
    color: #0267b4;
}

.landing-page form .field{
    display: inline-block;
    width: 33%;
}
.landing-page form {
    background: #fff;
}
.landing-page form .text-xs {
    display: none;
}
@media only screen and (max-width: 900px){
    .landing-page form .field{
        display: block;
        width: 100%;
    }
    .landing-page iframe{
        height: 250px;
    }
}
