.about-content-bottom {
    border-top: none !important;
}

.bottom-content-wrapper .block:first-child {
    margin-left: 0;
}

.bottom-content-wrapper {
    font-weight: normal;
}

.bottom-content-wrapper .block {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 50px;
    margin-left: 40px;
    text-align: center;
    justify-content: unset;
}

.bottom-content-wrapper .block .icon {
    width: 88px;
    height: 56px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.bottom-content-wrapper .block .text {
    width: 100%;
}

.bottom-content-wrapper.dark .block::before {
    background: #2B1B35;

    opacity: 0.1 !important;
}

@media (max-width: 1019px) {
    .about-content-bottom {
        background: unset;
    }

    .bottom-content-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bottom-content-wrapper .block {
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .bottom-content-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-content-bottom .content-wrapper {
        padding: 0;
    }

    .about-content-bottom .block .text {
        margin-left: 0 !important;
    }
}
