
.content-with-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1350px;
    padding: 100px 50px;
    margin: auto;
    background-color: white;
}

.content-with-button-container h1,
.content-with-button-container h2 {
    font-weight: bold;
    color: #22334D;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 79px;
}

.content-with-button-container h3,
.content-with-button-container h4 {
    font-weight: bold;
    color: #29A181;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.content-with-button-container p {
    margin-bottom: 50px;
}


@media only screen and (max-width: 1700px) {


}

@media only screen and (max-width: 992px) {

    .content-with-button-container {
        max-width: 100%;
        padding: 42px 24px;
    }

    .content-with-button-container h1,
    .content-with-button-container h2 {
        margin-bottom: 25px;
    }

    .content-with-button-container h3,
    .content-with-button-container h4 {
        margin-bottom: 21px;
    }

    .content-with-button-container p {
        margin-bottom: 32px;
    }

}


