#sergic-postulate {
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -150px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

#sergic-postulate .sergic-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#00000000, #00000090);
}

#sergic-postulate .sergic-postulate-wrapper {
    padding: 2rem 7%;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
}

#sergic-postulate .sergic-postulate-wrapper h2 {
    font-size: 38px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

#sergic-postulate .sergic-postulate-wrapper p {
    font-weight: bold;
}

#sergic-postulate .sergic-postulate-wrapper .sergic-postulate-first-link {
    background-color: #fff;
    color: #00b3ff;
    border-radius: 20px;
    width: 175px;
    padding: 6px 55px;
    font-weight: 700;
}

#sergic-postulate .sergic-postulate-wrapper .sergic-postulate-second-link {
    color: #fff;
    font-weight: 600;
    position: relative;
    width: 210px;
}

#sergic-postulate .sergic-postulate-wrapper .sergic-postulate-second-link:after {
    position: absolute;
    content: "";
    left: 105%;
    background-image: url('/wp-content/themes/sergic/assets/img/arrow-long-white.svg');
    width: 45px;
    height: 15px;
    background-size: cover;
    top: 4px;
}

@media screen and (max-width: 1034px) {
    #sergic-postulate {
        background-position: center !important;
    }
    #sergic-postulate .sergic-postulate-wrapper h2 {
        font-size: 24px;
    }
}