.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.svc-catalog-global {
    position: relative;
}
.svc-catalog-global:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: -8px;
    left: 0;
    background: repeating-linear-gradient(90deg, #666 0, #666 10%, #888 10%, #888 20%);
}

.roof-cleaning-global {
background-color: #1c4c3c;
color: #ffffff;
padding: 25px 0px 50px;
border-bottom: 3px solid var(--yellow-color);
}

.roof-cleaning-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 60px;
align-items: center;
justify-content: center;
}

.rc-col {
max-width: 46%;
}

.rc-image::before {
    border-top: 3px dashed var(--yellow-color);
    border-left: 3px dashed var(--yellow-color);
}
.rc-image::after {
    border-bottom: 3px dashed var(--yellow-color);
    border-right: 3px dashed var(--yellow-color);
}

.rc-image img {
width: 100%;
}

.rc-text ul {
margin-left: 20px;
}

.rc-text p {
max-width: 85%;
}


@media (max-width: 1200px) {

    .roof-cleaning-row {
        display: flex;
        flex-direction: column;
    }

    
    .rc-col {
        max-width: 100%;
    }
}