h2 {
    margin: 0 auto;
    color: #B61729;
}

h3 {
    margin: 0 auto;
}

p {
    margin: 0 auto;
}

.weapons-section {
    background-image: url("../image/weapons\ background\ header.jpg");
    background-size: cover;
    background-position: center;
    min-height: 700px;
    position: relative;
}

.weapons-section-mobile {
    display: none;
}

.weapons-infoheader {
    position: absolute;
    left: 60%;
    right: 10%;
    top: 40%;
    text-align: right;
}

.weapons-video {
    width: 100%;
    height: auto;
    margin-top: 150px;
    margin-bottom: 50px;
}

.weapons-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.weapons-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 5%;
}

.weapons-info-mobile,
.weapons-info-mobile3,
.weapons-info-mobile4 {
    display: none;
}

.weapons-text {
    width: 50%;
}

.weapons-text1 {
    padding-bottom: 60px;
}

.weapons-content2 {
    padding-bottom: 100px;
}

/*laptop*/
@media screen and (max-width: 1150px) {
    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 38px;
    }

    p {
        font-size: 14px;
    }

    .weapons-text {
        width: 40%;
    }

    .weapons-video {
        margin-top: 100px;
    }
}

/*laptop*/
@media screen and (max-width: 1000px) {

    .weapons-text {
        width: 35%;
    }

    .weapons-img {
        width: 50%;
    }
}

/*mobile*/
@media screen and (max-width: 600px) {
    h3 {
        font-size: 48px;
        color: #B61729;
        padding-bottom: 10px;
    }

    span {
        font-family: "Cormorant Infant", serif;
        font-size: 24px;
    }

    p {
        font-size: 12px;
    }

    .weapons-section {
        display: none;
    }

    .weapons-section-mobile {
        display: block;
    }

    .weapons-info-mobile,
    .weapons-info-mobile3,
    .weapons-info-mobile4 {
        display: block;
    }

    .weapons-info {
        display: none;
    }

    .weapons-infoheader-mobile {
        text-align: center;
        padding: 10px 20px;
    }

    .weapons-info-mobile {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .weapons-video {
        margin: 30px 0px 0px 0px;
    }

    .weapons-text-mobile {
        padding: 0px 0px 20px 0px;
        position: relative;
    }

    .weapons-img-mobile {
        padding: 38px;
        position: absolute;
        bottom: 28px;
    }

    .weapons-text1-mobile {
        text-align: center;
        padding-bottom: 150px;
    }

    .weapons-text2-mobile {
        text-align: center;
        background-color: #7F8487;
        padding-top: 150px;
    }

    .weapons-img-mobile3 {
        padding: 40px;
        position: absolute;
        bottom: 30px;
    }

    .weapons-text1-mobile3 {
        text-align: center;
        padding-bottom: 100px;
    }

    .weapons-text2-mobile3 {
        text-align: center;
        background-color: #7F8487;
        padding-top: 100px;
    }

    .weapons-img-mobile4 {
        padding: 60px;
        position: absolute;
        bottom: 35px;
    }

    .weapons-text1-mobile4 {
        text-align: center;
        padding-bottom: 170px;
    }

    .weapons-text2-mobile4 {
        text-align: center;
        background-color: #7F8487;
        padding-top: 170px;
    }

    .weapons-content2 {
        padding-bottom: 0px;
    }

    .weapons-info-mobile2 {
        display: block;
    }

    .weapons-info-mobile2 {
        margin-bottom: 10%;
    }
}