
.firearm-section2 {
    /*padding: 6rem 0 6rem;*/
    /*text-align: center;*/
    text-align: -webkit-center;
}
/*.sec03 h2 {
    font-size: 4.8rem;
    color: #002e5a;
}
.sec03 .container {
    max-width: 136rem;
}
.sec03 img {
    margin: 3rem 0;
}*/
    .firearm-section2 p {
        font-size: 2rem;
        color: #000;
        line-height: 1.4;
    }

.firearm-section2 button {
    font-size: 2.8rem;
    font-weight: 700;
    background-color: #fff;
    color: #002e5a;
    padding: 1rem 1rem;
    border-radius: 5px;
    text-transform: uppercase;
    border: 2px solid #002e5a;
}
/*.sec03 input {
    border-radius: 5px;
    padding: 2rem 3rem;
    border: 1px solid #c2c4c6;
    font-size: 2rem;
    position: relative;
    top: -1px;
    width: 37%;
    margin-right: 1rem;
}*/
    .firearm-section2 select {
        border-radius: 1px;
        padding: .7rem 1rem;
        border: 1px solid #c2c4c6;
        font-size: 1.5rem;
        position: relative;
        /*top: -1px;*/
        margin-right: 1rem;
    }


/*
@media only screen and (max-width: 1024px) {
	.quote-form input, .sec03 input, .sec03 select {
	    font-size: 1.8rem;
	    padding: 1.5rem 3rem;
	}
	.quote-form button, .sec03 button {
	    font-size: 2rem;
	}
	.sec03 h2 {
	    font-size: 3.8rem;
	}
	.sec03 p {
	    font-size: 2.2rem;
	}
	.sec04 h2 {
	    font-size: 4.2rem;
	    margin-bottom: 2rem;
	}*/

@media only screen and (max-width: 568px) {

    .firearm-section2 button {
        font-size: 1.8rem;
        /*padding: 1.5rem 2rem;*/
        margin-top: .5rem;
        line-height: 1.2;
    }

    .firearm-section2 {
        /*padding: 1rem 0 1rem;*/
    }

        .firearm-section2 h2, .sec04 h2, .sec04-row2 h3, .sec06 h2, .sec07 h2, .sec09 h2 {
            font-size: 2rem;
        }

        .firearm-section2 img {
            margin: 0rem 0 2rem;
            height: 200px;
        }

        .firearm-section2 p {
            font-size: 1.8rem;
        }

        .firearm-section2 form {
            display: flex;
            justify-content: center;
        }

        .firearm-section2 input {
            /*width: 46%;*/
        }

        .firearm-section2 select {
            margin-top: .5rem;
        }
}

@media only screen and (max-width: 480px) {
    /*.quote-form input, .sec03 input, .sec03 select {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 1rem;
	    padding: 1.5rem;
	    font-size: 1.6rem;
	}
	.quote-form button, .sec03 button {
	    width: 100%;
	}
	.sec03-form form {
	    flex-wrap: wrap;
	}
	tr th {
	    font-size: 12px;
	}
	tr td:first-of-type {
	    font-size: 13px;
	}
	tr td {
	    font-size: 12px;
	}*/
    /*.start-row .sq-btn {
        font-size: 1.5rem;
    }*/
}
