.intro-two {
    background-color: #3F3F44;
    padding: 50px 0 100px;
    position: relative;
    margin-top: -2px;
}
.intro-two__copy {
    position: relative;
    z-index: 2;
}
.intro-two h2 {
    margin-bottom: 30px;
}
.intro-two p {
    color: #F5F5F5;
    font-family:  "Open Sans",sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}
.intro-two__image {
    position: absolute;
    top: -350px;
    right: 0px;
    z-index: 1;
}
@media only screen and (max-width: 1650px) {
    .intro-two__image {
        width: 50%;
    }
}
@media only screen and (max-width: 1280px) {
    .intro-two {
        text-align: center;
        padding: 0px 0 60px;
    }
    .intro-two__image {
        display: none;
    }
}