.service{
    padding-bottom: 10rem;
}
.service h2{
    font-size: 1.875rem;
    padding: 8.75rem 0 1.25rem 0;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #E8200E;
}
.service h2 span{
    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;
    width: max-content;
}
.service h3{
    font-size: 1.625rem;
    color: #fff;
}
.service h3.beforeStyle{
    padding-left: 21px;
    box-sizing: border-box;
    position: relative;
}
.service h3.beforeStyle::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 32%;
}
.service p{
    font-size: 1.125rem;
    color: var(--second-textColor);
    margin-top: 0.625rem;
}
.service ul li{
    margin-bottom: 2.625rem;
}
.service ul li:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .service h2{
        padding-top: 90px;
    }
}
@media only screen and (max-width: 1024px) {
    .service h2{
        padding: 58px 0 20px 0;
        margin-bottom: 20px;
    }
    .service p{
        margin-top: 6px;
    }
    .service h3.beforeStyle{
        font-size: 18px;
    }
    .service p{
        font-size: 12px;
    }
    .service ul li{
        margin-bottom: 20px;
    }
}
