#shooting-range-part button{
    background-color: transparent;
    padding: 15px 50px 15px 50px;
    width: fit-content;
    float: right;
    font-size: 15px;
    font-family: "Tektur", sans-serif;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    background-color: #bcaf10;
    box-shadow: none;
    clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0 80%, 0 20%);
    border: 0;
}

#shooting-range-part{
    background-color: #161616;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
}

#shooting-range-part .row{
    border-bottom: 2px solid #202020;
}

#shooting-range-part .row, #shooting-range-part .row .col {
    height: fit-content;
}

#shooting-range-part .row .col, #shooting-range-part .row{
    display: flex;
    align-items: center;
    padding: 15px 0 15px 0;
}

#shooting-range-part .row .col img{
    width: 100px;
    height: 100px;
}

#shooting-range-part .row .col img:first-child{
    width: 150px !important;
}

#shooting-range-part p:not(#shooting-range-additional-info p){
    color: #bcaf10;
}

#shooting-range-part p:not(.main-header){
    padding: 0;
    margin: 0;
}

#shooting-range-additional-info p{
    color: #bb8645;
    font-size: 14px;
}

@media only screen and (max-width: 991px){
    #shooting-range .row:first-child, #shooting-range .row .col{
        display: flex !important;
        flex: 1;
    }

    #shooting-range .row:first-child .col:first-child{
        order: 3;
    }
}   