.impact{
    max-width: 930px;
    width: 90%;
    margin: 0 auto;
    padding: 64px 0 61px;
}

.impact__list{
    margin-bottom: 61px;
}

.impact__item{
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: center;
    min-height: 151px;
    padding-left: 28px;
}

.impact__item p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 70px;
    color: #358FC6;
    min-width: 44px;
}

.impact__item h3{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    color: #000000;
}

.impact__item img{
    display: block;
}

.impact__item--s1 img:nth-child(2){
    max-height: 73px;
    margin: 0 20px;
}

.impact__item--s1 .dotted-line{
    margin: 0 44px 0 50px;
}

.impact__item--s1 p:nth-child(1){
    min-width: 129px;
}

.impact__item--s1 p:nth-child(6){
    margin: 0 31px;
}

.impact__item--s1 img:nth-child(5){
    max-height: 70px;
}

.impact__item--s2 img:nth-child(2){
    max-height: 85px;
    margin: 0 34px;
}

.impact__item--s2 .dotted-line{
    margin: 0 56px 0 69px;
}

.impact__item--s2 img:nth-child(6){
    max-height: 72px;
    margin: 0 28px;
}



.impact__item--s3 img{
    max-height: 137px;
    margin-top: auto;
}

.impact__item--s3 h3{
    margin: 0 71px 0 72px;
}

.impact__item--s3 p:nth-child(1){
    min-width: 176px;
}

.impact__item--s4 img{
    max-height: 134px;
    margin-top: auto;
}

.impact__item--s4 p:nth-child(2){
    margin: 0 18px 0 50px;
}

.impact__item--s4 p:nth-child(4){
    margin: 0 18px 0 38px;
    min-width: 72px;
}

.dotted-line{
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    height: 51px;
}

.impact__image{
    width: 100%;
}

.impact__image img{
    width: 100%;
}

@media (max-width:1100px) {

    .impact__item p {
        min-width: auto !important;
        font-size: 40px;
    }

    .impact__item h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .impact__item img {
        max-height: 70px !important;
    }

    .impact__item{
        min-height: 120px;
        padding-left: 0;
        justify-content: center;
    }

    .impact__item .dotted-line{
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .impact {
        padding: 40px 20px;
    }

    .impact__item {
        flex-direction: column;
        align-items: center;
        text-align: center;

        min-height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .impact__item p {
        margin: 10px 0;
    }

    .impact__item h3 {
        margin: 10px 0;
    }

    .impact__item--s1 .dotted-line,
    .impact__item--s2 .dotted-line {
        margin: 20px 0;
        height: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-right: none;
        border-left: none;
    }

    .impact__item--s3 img,
    .impact__item--s4 img {
        max-height: 100px;
        margin: 10px 0 0 0;
    }

    .impact__image img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .impact__list{
        margin-bottom: 0;
    }
}