.head2 {
    padding-top: 24px;
}

.head2 h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 16px 0;
    font-weight: 800;
    text-wrap: balance;
}

.head2 h2,
.head2 h3 {
    margin: 0;
    padding: 0 0 16px 0;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
}

.head2 h2 span {
    white-space: nowrap;
}

.head2 .img-wrap {
    padding-top: 25px;
}

.head2 .img-wrap img {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {

    .head2 {
        padding-top: 47px;
    }

    .head2 h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {

    .head2 {
        padding-top: 70px;
    }

    .head2 h1 {
        padding-bottom: 24px;
    }

    .head2 h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .head2 .img-wrap {
        padding-top: 20px;
    }

    .head2 .img-wrap img {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: none;
        width: auto;
        height: 100%;
    }
}

@media (min-width: 1200px) {

    .head2 .row {
        align-items: center;
    }

    .head2 .img-wrap img {
        width: 100%;
        height: auto;
        position: relative;
    }
}
