.services-toggle > div > p {
    margin: 30px 40px !important;
}
.services-toggle > h5 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 166px;
    padding-top: 62px !important;
    padding-right: 150px !important;
}
.services-toggle > h5::before {
    right: 70px !important;
}
.services-toggle:nth-child(1) > h5 {
    background-image: url('https://rnrrescue.com/wp-content/uploads/2023/09/services-industrial-rescue-2.webp');
}
.services-toggle:nth-child(2) > h5 {
    background-image: url('https://rnrrescue.com/wp-content/uploads/2023/09/services-training-2.webp');
}
.services-toggle:nth-child(3) > h5 {
    background-image: url('https://rnrrescue.com/wp-content/uploads/2023/09/services-safety-solutions-2.webp');
}
.services-see-more { /*button*/
    width: 173px;
    height: 39.316px;
    color: #FFF;
    text-align: center;
    font-family: 'gotham-book',"gotham-book Fallback";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.289px;
    border: none;
    border-radius: 6px;
    background-color: #002e6d;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.services-see-more:hover {
    opacity: 0.7;
}
@media (min-width: 769px) and (max-width: 1200px) {
    .services-toggle > h5 {
        padding-right: 50px !important;
        font-size: 30px !important;
        padding-top: 70px !important;
    }
    .services-toggle > h5::before {
        right: 10px !important;
    }
}
@media (max-width: 768px) {
    .services-toggle > h5 {
        background: #D7282F !important;
        text-align: left !important;
        font-size: 30px !important;
        padding: 20px 10px !important;
        min-height: auto !important;
    }
    .services-toggle > h5::before {
        right: 0px !important;
    }
}