
.sun-push {
    margin: 0 auto 60px;
}
.sun-hero__bold-text {
    margin: 0 auto 15px;
}
.sun-hero__text {
    margin: 0 auto 15px;
}
.sun-hero__text:last-of-type{
    margin: 0 auto;
}

@media (max-width: 480px) {
    .sun-hero__bold-text {
        max-width: 356px;
    }
    .sun-hero__bold-text+.sun-hero__text {
        width: 79%;
    }
    .sun-hero__text:last-of-type {
        width: 77%;
    }
}
