.funfact-one {
    position: relative;
    z-index: 1;
    padding: 185px 0px 105px;
}

@media (max-width: 991px) {
    .funfact-one {
        padding: 100px 0px 100px;
    }
}

@media (max-width: 767px) {
    .funfact-one {
        padding: 80px 0px 80px;
    }
}

.funfact-one--home {
    margin-top: -71px;
}

@media (max-width: 991px) {
    .funfact-one--home {
        margin-top: 0;
    }
}

.funfact-one__bg {
    position: absolute;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-color: var(--digitalfirehouse-base, #CA4445);
    -webkit-mask: url('data:image/svg+xml;utf8,  <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 279.000000" >  <g transform="translate(0.000000,279.000000) scale(0.100000,-0.100000)"> <path d="M0 1395 l0 -1395 4500 0 4500 0 0 1240 0 1240 -4245 0 -4244 0 -38 21 c-21 11 -51 29 -68 40 -16 10 -37 22 -45 26 -8 4 -46 25 -85 48 -38 22 -77 44 -85 48 -8 4 -28 16 -45 27 -16 10 -50 29 -74 42 -24 13 -46 31 -49 41 -2 9 -8 17 -13 17 -5 0 -9 -594 -9 -1395z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,  <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 279.000000" >  <g transform="translate(0.000000,279.000000) scale(0.100000,-0.100000)"> <path d="M0 1395 l0 -1395 4500 0 4500 0 0 1240 0 1240 -4245 0 -4244 0 -38 21 c-21 11 -51 29 -68 40 -16 10 -37 22 -45 26 -8 4 -46 25 -85 48 -38 22 -77 44 -85 48 -8 4 -28 16 -45 27 -16 10 -50 29 -74 42 -24 13 -46 31 -49 41 -2 9 -8 17 -13 17 -5 0 -9 -594 -9 -1395z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

@media (max-width: 1199px) {
    .funfact-one__bg {
        mask: none;
    }
}

.funfact-one__item {
    background: var(--digitalfirehouse-white, #fff);
    position: relative;
    padding: 54px 10px 40px;
    z-index: 1;
}

.funfact-one__item__icon {
    width: 70px;
    height: 70px;
    background: var(--digitalfirehouse-secondary, #232728);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: var(--digitalfirehouse-white, #fff);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.funfact-one__item__icon::after {
    content: "";
    width: 18px;
    height: 15px;
    background: var(--digitalfirehouse-secondary, #232728);
    position: absolute;
    bottom: -14px;
    left: 40%;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: all 0.4s ease-in-out;
}

.funfact-one__item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--digitalfirehouse-secondary, #232728);
    padding-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
}

.funfact-one__item__title span {
    color: inherit;
}

.funfact-one__item__text {
    margin-bottom: -4px;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
    color: var(--digitalfirehouse-text, #7D8081);
    text-align: center;
    text-transform: uppercase;
}

.funfact-one__item::after {
    content: "";
    background: #EFE6E1;
    transform: matrix(1, 0, 0, -1, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 124px;
    z-index: -1;
}

.funfact-one__item:hover .funfact-one__item__icon {
    background: var(--digitalfirehouse-base, #CA4445);
}

.funfact-one__item:hover .funfact-one__item__icon::after {
    background: var(--digitalfirehouse-base, #CA4445);
}

/**Funfact Section Two**/
.funfact-two__inner {
    background: var(--digitalfirehouse-base, #CA4445);
    position: relative;
}

@media (max-width: 991px) {
    .funfact-two__inner {
        padding: 30px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .funfact-two__inner {
        padding: 30px;
    }
}

.funfact-two__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
    z-index: 3;
    position: relative;
}

@media (max-width: 767px) {
    .funfact-two__list {
        display: block;
    }
}

.funfact-two__list__item {
    padding-top: 74px;
    padding-bottom: 74px;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
}

@media (max-width: 991px) {
    .funfact-two__list__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .funfact-two__list__item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .funfact-two__list__item {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
}

.funfact-two__list__item:hover .funfact-two__item__icon {
    color: var(--digitalfirehouse-white, #fff);
}

.funfact-two__list__item:hover .funfact-two__item__icon::after {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.funfact-two__list__item + .funfact-two__list__item {
    border-left: 1px solid rgba(var(--digitalfirehouse-white-rgb, 255, 255, 255), 0.43);
}

@media (max-width: 991px) {
    .funfact-two__list__item + .funfact-two__list__item {
        border-left: 0px solid rgba(var(--digitalfirehouse-white-rgb, 255, 255, 255), 0.43);
    }
}

.funfact-two__item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.funfact-two__item__icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--digitalfirehouse-white, #fff);
    font-size: 55px;
    color: var(--digitalfirehouse-text, #7D8081);
    position: relative;
    z-index: 1;
}

.funfact-two__item__icon::after {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--digitalfirehouse-secondary, #232728);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.funfact-two__item__title {
    display: flex;
    gap: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 8px;
    padding-bottom: 0;
    color: var(--digitalfirehouse-white, #fff);
}

.funfact-two__item__title span {
    color: inherit;
}

.funfact-two__item__text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--digitalfirehouse-white, #fff);
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .funfact-two__item__text {
        text-align: start;
    }
}