.public_header_1{
    font-size: 64px;
    line-height: 1em;
    background: -webkit-linear-gradient(left, #3e6ea6, #1d4090);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 120px;
    z-index: 50;
    right: unset;
    left: 50px;
    width: 870px;
    text-align: left;
    position: absolute;
    bottom: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .public_header_1{
        font-size: 40px;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
    }

    .generic_header, .generic_header img{
        height: 300px;
    }
}

.public_header_2, .public_text{
    color: #404044;
}

.public_header_2{
    margin-top: 30px;
    font-weight: bold;
}

.public_text{
    margin-top: 20px;
    margin-left: 27px;
    text-align: justify;
    font-weight: normal;
}

.public_img{
    margin-top: 20px;
    text-align: center;
}