#main-wrapper {
    overflow: auto;
}
/* hero-section */

.hero {
    padding-top: 130px;
}

@media (min-width: 372px) {
    .hero {
        padding-top: 66px;
    }
}

.hero__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}
@media (min-width: 320px) and (min-width: 767px) {
}

.hero__image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero__title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: var(--white);
    position: relative;
    z-index: 1;
    margin: 0 0 34px 0;
    font-weight: 600;
    text-shadow: 1px 26px 52px #000000;
}

.hero__list {
    position: relative;
    margin: 0 0 55px 0;
    z-index: 1;
}

.hero__item {
    color: var(--white);
}

.hero__item::marker {
    color: #f26dc4;
}

.hero__deskription-list {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
}

.hero__deskription-list span {
}

.hero__deskription-list dt {
    display: inline-flex;
    color: #f26dc4;
}

.hero__deskription-list dd {
    color: var(--white);
    margin: 0;
}

/* problems-section */
.problems {
    background-color: #000000;
}

.problems__inner-wrap {
    padding: 40px 15px 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.problems__title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 0 30px 0;
}
.problems__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.problems__deskription svg {
}
.problems__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .problems__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.problems__item {
    list-style: none;
    padding: 20px;
    background-color: #292929;
}
.problems__title-list {
    color: var(--white);
    font-weight: 600;
}

@media (min-width: 768px) {
    .problems__title-list {
        font-weight: 500;
    }
}
.problems__paragraph-list {
    color: var(--white);
    opacity: 0.6;
}

/* solution-section */
.solution {
    overflow-x: hidden;
}

.solution__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}
.solution__title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.solution__logo {
    margin: 0 0 20px 0;
}

.solution__title span {
    color: #f26dc4;
}
/* .solution__list-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
} */
.solution__head-titles {
}

.solution__head-title {
    min-width: 200px;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    color: var(--white);
    padding: 15px 10px;
}

.solution__head-title.solution__head-title--bg-black {
    background-color: #000000;
}

.solution__head-title.solution__head-title--bg-ping {
    background-color: #f26dc4;
}

.solution__head-title.solution__head-title--bg-violet {
    background-color: #7651e6;
}

.solution__table-wrap {
    overflow-x: auto;
    width: 100%;
}

.solution__table {
    display: grid;
    grid-template-columns: repeat(3, auto);
    min-width: 1200px;
}

.solution__table-col {
    padding: 16px;
    border-right: 1px solid #ccc;
}

.solution__table-col {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 71px auto auto auto;
}

.solution__table-col h3 {
    margin: 0;
}

.solution__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.solution__table-row-bloblems {
    display: flex;
    align-items: center;
    gap: 16px;
}
.solution__table-row-bloblems h3 {
    margin: 0;
    width: 171px;
    font-size: 16px;
    font-weight: 700;
}
