.how-we-work {
    padding-bottom: 50px;
}
.tile__content {
    text-align: center;
}
.img__content {
    background:url(../images/line.svg) no-repeat;
    width:100%;
    min-height:400px;
    background-position: 30px 85px;
    margin:30px auto 100px auto;
}
.tile__content img {
    height: 100px;
}
.tile__content:nth-child(4),.tile__content:nth-child(5),.tile__content:nth-child(6) {
    padding-top:130px;
}
.tile__content p {
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
}
@media (max-width:1200px) {
    .img__content {
        background-size:contain;
        background-position: 0 85px;
    }
    .tile__content p {
        font-size:12px;
    }
    .tile__content img {
        height: 70px;
    }
    .tile__content:nth-child(4), .tile__content:nth-child(5), .tile__content:nth-child(6) {
        padding-top: 115px;
    }
    .img__content {
        background-size: 94%;
        background-position: 54px 58px;
    }
}
@media (max-width:992px) {
    .tile__content img {
        height: 50px;
    }
    .img__content {
        background-position: 33px 40px;
        min-height: 300px;
    }
    .tile__content:nth-child(4), .tile__content:nth-child(5), .tile__content:nth-child(6) {
        padding-top: 60px;
    }
    .tile__content p {
        width:100%;
    }
}
@media (max-width:768px) {
    .img__content {
        background:none;
    }
    .tile__content {
        padding-top: 0;
    }
    .img__content {
        margin:0 auto 40px 0;
    }
    .tile__content:nth-child(1) {
        padding-top:0;
    }
    .tile__content img {
        height: 90px;
    }
    .tile__content p {
        font-size: 16px;
        width:60%;
    }
    .tile__content::after {
        content: url(../images/border.svg);
        display: block;
        padding: 30px 0;
    }
    .tile__content:nth-child(4), .tile__content:nth-child(5), .tile__content:nth-child(6) {
        padding-top: 0;
    }
}