@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)
}

.bfc-box-list {
    padding: 5rem 0
}

@media(max-width:1199.98px) {
    .bfc-box-list {
        padding: 3rem 0
    }
}

@media(max-width:767.98px) {
    .bfc-box-list {
        padding: 2rem 0
    }
}

.bfc-box-list .bfc-box-list-heading {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 8rem
}

@media(max-width:991.98px) {
    .bfc-box-list .bfc-box-list-heading {
        padding-bottom: 5rem
    }
}

.bfc-box-list .bfc-box-list-heading h3 {
    margin: 0
}

@media(max-width:991.98px) {
    .bfc-box-list .bfc-box-list-heading h3 {
        font-size: 2.8rem;
        line-height: 3.5rem
    }
}

@media(max-width:767.98px) {
    .bfc-box-list .bfc-box-list-heading h3 {
        font-size: 2.4rem;
        line-height: 3.2rem
    }
}

.bfc-box-list .row>div:nth-child(2n+2):hover .bfc-box-list-single-thumb {
    transform: scale(1.05) rotate(-1deg)
}

.bfc-box-list .bfc-box-list-single {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 6.4rem;
    position: relative
}

.bfc-box-list .bfc-box-list-single:hover .bfc-box-list-single-thumb {
    transform: scale(1.05) rotate(1deg)
}

.bfc-box-list .bfc-box-list-single:hover .bfc-box-list-single-title {
    background-color: #152d34
}

.bfc-box-list .bfc-box-list-single:hover .bfc-box-list-single-title h4 {
    color: #ffe500
}

.bfc-box-list .bfc-box-list-single>* {
    z-index: 1
}

@media(max-width:1199.98px) {
    .bfc-box-list .bfc-box-list-single {
        margin-bottom: 3rem
    }
}

@media(max-width:767.98px) {
    .bfc-box-list .bfc-box-list-single {
        margin-bottom: 2rem
    }
}

.bfc-box-list .bfc-box-list-single .bfc-box-list-single-thumb-outer {
    display: block;
    overflow: hidden
}

.bfc-box-list .bfc-box-list-single .bfc-box-list-single-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 69%;
    transition: transform .3s ease
}

.bfc-box-list .bfc-box-list-single .bfc-box-list-single-title {
    background-color: #ffe500;
    border: .2rem solid #ffe500;
    padding: 1.5rem;
    text-align: center;
    transition: background .3s ease
}

@media(max-width:1199.98px) {
    .bfc-box-list .bfc-box-list-single .bfc-box-list-single-title {
        padding: 1rem
    }
}

.bfc-box-list .bfc-box-list-single .bfc-box-list-single-title h4 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.7rem;
    margin: 0;
    transition: color .3s ease
}

@media(max-width:1199.98px) {
    .bfc-box-list .bfc-box-list-single .bfc-box-list-single-title h4 {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

.bfc-box-list .bfc-box-list-button {
    padding-top: 3.6rem
}

@media(max-width:1199.98px) {
    .bfc-box-list .bfc-box-list-button {
        padding-top: 3rem
    }
}

@media(max-width:767.98px) {
    .bfc-box-list .bfc-box-list-button {
        padding-top: 2rem
    }
}