.logo {
    width: 182px;
    display: inline-block;
    float: right;
}

.bold-title {
    font-size: 5rem;
}

.subtitle.is-3 {
    font-size: 1.8rem;
}

img.logo.img-responsive {
    border: none;
}

@media screen and (max-width: 768px){
    .bold-title {
        font-size: 3rem;
        text-align: center;
    }
    .subtitle{
        text-align: center;
    }
    .logo {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .social-icons {
        text-align: center;
    }
}