.recent-projects-section {
    padding: 40px;
}

.recent-projects-section .h2 {
    margin-bottom: 64px;
    text-align: right;
}

@media screen and (min-width: 860px) {
    .recent-projects-section {
        padding: 40px 120px;
    }

    .recent-projects-section .h2 {
        margin-bottom: 120px;
    }
}

@media screen and (min-width: 1400px) {
    .recent-projects-section {
        padding: 60px;
    }

    .recent-projects-section .recent-projects__content {
        max-width: 1200px;
        margin: auto;
    }
}