header {
    height: 300px;
    background-image: url(../images/Clients.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
header.game-development {
    background-image: url(../images/Clients.webp)
}

header.casino-operator {
    background-image: url(../images/bg_casino_operator.jpg);
}

header.sports-betting {
    background-image: url(../images/bg_sports_betting.jpg);
}

header.lottery-bingo {
    background-image: url(../images/bg_lottery.jpg);
}

header.cryptocurrency-payment {
    background-image: url(../images/bg_cryptocurrency_payment.jpg);
}

header.multiplayer-social {
    background-image: url(../images/bg_multiplayer_social.jpg);
}

header.game-development .about-section {
    padding-top: 150px;
}

header.casino-operator .about-section {
    padding-top: 150px;
}

header.casino-operator div.about h1 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

header.multiplayer-social .about-section {
    padding-top: 110px;
}

header .wrap {
    display: inline-block;
    width: 1140px;
}

div.about {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding-top: 110px;
}

div.about-section {
    padding-top: 130px;
}

div.about .about-text {
    padding-left: 42px;
}

div.about h1 {
font-family: "Open Sans Bold", sans-serif;
    font-size: 58px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-stretch: normal;
    margin: 0;
    line-height: 1.36;
    letter-spacing: normal;
    color: #fff;
    text-align: left;
   /* word-break: break-word;*/
}

div.about p {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.81);
    text-align: left;
    max-width: 587px;
}

@media (max-width: 1160px) {
    header .wrap {
        width: 750px;
    }
}

@media (max-width: 991px) {
    header {
        height: 413px;
        background-image: url(../images/Clients.png);
        background-position: 35% 60%;
        background-size: 1613px 576px;
    }

    header.game-development {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Clients.png);
        background-size: cover;
        background-position: 36% 33%;
    }

    header.casino-operator {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg_casino_operator.jpg);
        background-size: cover;
        background-position: 39% 35%;
    }

    header.sports-betting {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg_sports_betting.jpg);
        background-size: cover;
        background-position: 76% 84%;
    }

    header.cryptocurrency-payment {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg_cryptocurrency_payment.jpg);
        background-size: cover;
        background-position: 55% 84%;
    }

    header.multiplayer-social {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg_multiplayer_social.jpg);
        background-size: cover;
        background-position: 22% 84%;
    }

    header.lottery-bingo {
        background-position: 20% 30%;
    }

    header.main-header .container {
        max-width: unset;
    }

    .header-section {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/head.jpg);
        background-position: 77% 30%;
        background-size: 2304px 780px;
        height: 218px;
        padding-top: 25px !important;
    }

    header.header-section div.about h1 {
        color: #fff;
        text-shadow: none;
        line-height: 1.42;
    }

    header .wrap {
        width: 100%;
    }

    div.about {
        padding-top: 82px;
    }

    div.about-section {
        padding-top: 155px;
    }

    div.about h1 {
        text-shadow: none;
    }

    div.about .about-text {
        padding-left: 15px;
    }
}

@media (max-width: 600px) {
    header {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Clients.png);
        background-position: 77% 30%;
        background-size: 2304px 780px;
        height: auto;
        padding-bottom: 122px;
    }

    header.header-section div.about h1 {
        line-height: 1.26;
    }

    div.about h1 {
        color: #fff;
        font-size: 2.8rem;
    }

    div.about p {
        color: #fff;
    }
}

@media (max-width: 399px) {
    div.about h1 {
        font-size: 2.4rem;
    }
}
header.game-development .about-section {
    padding-top: 59px !important;
}
