.information {
    margin-bottom: 34px;
}

.information__main {
    max-width: 922px;

    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
    border-radius: 10px;

    padding-left: 40px;
    padding-top: 40px;
    padding-right: 62px;
    padding-bottom: 40px;
}

.information__wrapper {
    display: flex;
    flex-direction: column;
}

.information__wrapper-item {
    display: flex;
    flex-direction: column;
}

.information__item-top {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;

    z-index: 1;
}

.information__item-img {
    position: relative;
}

/* .information__item-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    height: 100%;
    width: 4px;
    background: #FFB701;
    border-radius: 18px;


    z-index: -1;
} */

.line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    height: 100%;
    width: 4px;
    background: #FFB701;
}

.information__top-info {
    margin-left: 25px;
}

.information__top-info h1 {
    margin-bottom: 16px;
    margin-top: 6.5px;
}

.information__top-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.information__top-desc {
    max-width: 720px;

    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.information__info-upper {
    margin-bottom: 44px;
}

.information__info-bottom {
    margin-bottom: 32px;
}

.information__info-bottom h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

    max-width: 572px;
}

.information__info-bottom p {
    margin-top: 13px;

    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #313131;

    max-width: 720px;
}

.information__item-img img {
    max-height: 75px;
    width: 75px;
}

.information__wrapper-item .information__info-bottom:last-child {
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.information__info-bottom ul li {
    list-style-type: disc;

    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #313131;

}

.information__info-bottom ul {
    margin-left: 18px;

    margin-bottom: 46px;
}

.information__info-bottom a {
    color: #313131;
}