.bg-yellow-hero {
    background-image: url(../img/dotted_bg_landscape.svg);
    background-size: cover;
    background-position: center center;
}

.account-name{
    font-weight: 600;
}

.img-logo-ty{
    width: 300px;
}

@media (min-width: 768px) {
    .img-logo-ty{
        width: 500px;
    }
}