#service-banner {
    border: none;
}

#service-banner h3 {
    width: 100%;
}

.presentation-column-inner {
    padding: 0;
}

#presentation-row {
    margin-bottom: 0;
}

#third-section {
    padding-bottom: 0;
}
#third-section .row{
    align-items: flex-start;
}
@media (max-width: 991.8px) {
    #third-section {
        padding-bottom: 50px;
    }
    #third-section-text {
        order: 2;
        text-align: center;
    }

    #third-section-image {
        order: 1;
        text-align: center;
    }
}