.serviceSupport_banner{
    padding-top: 10px;
    position: relative;
}
.home_separator{
    margin-top: -11%;
    z-index: 0;
}
.home_separator svg{
    width: 100%;
}
.home_separator svg path{
    fill: #474040;
}
.serviceSupport h3{
    display: inline-block;
    background: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(255,255,255,1) 65%, rgba(255,255,255,0.5) 100%);
    background-clip: text;
    color: transparent;
    font-size: 2.125rem;
    margin-bottom: 1.75rem;
}
.serviceSupport_content{
    padding-top: 2rem;
    border-top: 1px solid #E8200E;
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
}
.serviceSupport1{
    margin: 2.8125rem 0 13.75rem 0;
}
.serviceSupport.contactUs{
    margin: 0;
    padding: 8.75rem 0 13.75rem 0;
}
.serviceSupport.fpvParameter{
    padding-bottom: 5rem;
}
.serviceSupport:not(.fpvParameter) .serviceSupport_box{
    width: 32.3%;
}
.serviceSupport.contactUs .serviceSupport_content{
    justify-content: inherit;
}
.serviceSupport.contactUs .serviceSupport_box:not(:nth-of-type(3n)){
    margin-right: 1.5%;
}
.serviceSupport.fpvParameter .serviceSupport_box{
    width: 49%;
}
.serviceSupport_box{
    background: var(--second-bgColor);
    text-align: center;
    height: 12.375rem;
    padding-top: 1.5625rem;
    box-sizing: border-box;
}
.contactUs .serviceSupport_box:nth-of-type(-n+3){
    margin-bottom: 1.25rem;
}
.serviceSupport_box .am{
    height: 3.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serviceSupport_box img{
    max-width: 20.625rem;
}
.serviceSupport_box h5{
    font-size: 1.25rem;
    color: #fff;
    margin: 1.25rem 0 0.375rem 0;
}
.serviceSupport_box p,.serviceSupport_box a{
    font-size: 0.875rem;
    font-family: Gotham-Medium;
}
.serviceSupport_box p{
    color: #fff;
    max-width: 92%;
    margin: auto;
}
.serviceSupport_box a{
    color: var(--second-textColor);
    text-decoration: underline;
    margin-top: 0.8rem;
    display: block;
}
@media only screen and (max-width: 1600px) {
    .serviceSupport_banner{
        padding-top: 0;
    }
    .serviceSupport_box h5{
        margin-top: 0.625rem;
    }
    .contactUs .serviceSupport_box a{
        margin-top: 0.5rem;
    }
    .serviceSupport.fpvParameter{
        padding-bottom: 4rem;
    }
    .serviceSupport.contactUs{
        padding: 6rem 0 10rem 0;
    }
    .serviceSupport1{
        margin-bottom: 10rem;
    }
}
@media only screen and (max-width: 1024px) {
    .serviceSupport h3{
        text-align: center;
        width: 100%;
        font-size: 24px;
    }
    .serviceSupport1{
        margin: 0;
        padding: 58px 0 80px 0;
    }
    .serviceSupport_box h5{
        font-size: 14px;
    }
    .serviceSupport h3{
        margin-bottom: 18px;
    }
    .serviceSupport_content{
        padding-top: 10px;
    }
    .serviceSupport.serviceSupport1 .serviceSupport_box{
        width: 100%;
        margin-top: 10px;
    }
    .serviceSupport.contactUs .serviceSupport_content .serviceSupport_box{
        margin-right: 0;
    }
    .serviceSupport.contactUs .serviceSupport_content .serviceSupport_box:nth-of-type(odd){
        margin-right: 3.2%;
    }
    .serviceSupport.serviceSupport1 .serviceSupport_box:first-child{
        margin-top: 0;
    }
    .serviceSupport_box{
        height: auto;
        padding: 20px 0;
    }
    .serviceSupport_box svg{
        max-height: 40px;
        max-width: 40px;
    }
    .serviceSupport_box img{
        max-width: 80%;
    }
    .serviceSupport_box .am{
        height: 17px;
    }
    .serviceSupport_box p, .serviceSupport_box a{
        font-size: 12px;
    }
    .serviceSupport.fpvParameter{
        padding-bottom: 22px;
    }
    .serviceSupport.contactUs{
        padding: 58px 0 80px 0;
    }
    .contactUs .serviceSupport_box:nth-of-type(-n+4){
        margin-bottom: 10px;
    }
    .serviceSupport.contactUs .serviceSupport_box{
        width: 48.4%;
    }
    .serviceSupport .serviceSupport_box a{
        margin-top: 10px;
    }
}