@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);

.btn-primary {
    background-color: #ffe500;
    border-color: #ffe500;
    color: #152d34
}

.btn-primary:hover {
    border-color: #ffe500
}

.btn-primary:hover,
.btn-secondary {
    background-color: #152d34;
    color: #ffe500
}

.btn-secondary:hover {
    background-color: rgba(21, 45, 52, .92)
}

.content-4 {
    padding: 3rem 0 2rem
}

@media(max-width:991.98px) {
    .content-4 {
        padding: 3rem 0
    }
}

.content-4 h3 {
    font-weight: 700;
    margin: 0 0 2rem
}

.content-4 p {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

@media(max-width:991.98px) {
    .content-4 p {
        font-size: 2rem
    }
}

@media(max-width:767.98px) {
    .content-4 p {
        font-size: 1.6rem
    }
}

.content-4 img {
    max-width: 100%
}

.content-4 .row {
    margin-bottom: 8rem
}

@media(max-width:991.98px) {
    .content-4 .row {
        gap: 2rem
    }
}

.content-4.first-reverse .row.row-content-4 {
    flex-direction: row-reverse;
    text-align: right
}

.content-4.first-reverse .row.row-content-4:nth-child(2n+2) {
    flex-direction: row;
    text-align: left
}

@media(max-width:991.98px) {
    .content-4.first-reverse .row.row-content-4:nth-child(2n+2) {
        flex-direction: row;
        text-align: center
    }
}

@media(max-width:767.98px) {
    .content-4:not(.first-reverse) .row:not(.row-content-4) {
        margin-bottom: 4rem
    }
}

@media(max-width:991.98px) {
    .content-4:not(.first-reverse) .row {
        margin-bottom: 6rem;
        text-align: center
    }
}

.content-4:not(.first-reverse) .row.row-content-4:nth-child(2n+2) {
    flex-direction: row-reverse;
    text-align: right
}

@media(max-width:991.98px) {
    .content-4:not(.first-reverse) .row.row-content-4:nth-child(2n+2) {
        flex-direction: row;
        text-align: center
    }
}