#sergic-help-block {
    margin: 3rem auto;
}

#sergic-help-block .sergic-help-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sergic-help-block .sergic-help-wrapper h2 {
    width: 70%;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    color: #07374e;
}

#sergic-help-block .sergic-help-wrapper .sergic-help-link a {
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background-color: #00b3ff;
    border-radius: 24px 24px 24px 24px;
    padding: 10px 30px;
}

@media screen and (max-width: 768px) {
    #sergic-help-block .sergic-help-wrapper {
        flex-direction: column;
    }
    #sergic-help-block .sergic-help-wrapper h2 {
        width: 100%;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 1rem;
    }
}