#service #serviceSec2 {padding: 0 0 200px;}
#service #serviceSec2 article:not(:last-child) {margin-bottom: 120px;}

#service #serviceSec2 .content_subs p > a {display: inline; text-decoration: underline; text-underline-offset: 3px; color: var(--yellow);}

@media screen and (max-width: 1400px) {
    #service #serviceSec2 .content_subs p br {display: none;}
}

@media screen and (max-width: 1024px) {
    #service #serviceSec2 {padding: 0 0 150px;}
    #service #serviceSec2 article:not(:last-child) {margin-bottom: 100px;}
}

@media screen and (max-width: 768px) {
    #service #serviceSec2 {padding: 0 0 120px;}
    #service #serviceSec2 article:not(:last-child) {margin-bottom: 70px;}
}

@media screen and (max-width: 540px) {
    #service #serviceSec2 {padding: 0 0 100px;}
    #service #serviceSec2 article:not(:last-child) {margin-bottom: 50px;}
}