#time-and-material-model {
    margin: 0;
    background-color: var(--color-purple);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 150px;
    padding-top: 150px;
    overflow: hidden;
}

.time-and-material-model-content h3 {
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
}
.time-and-material-model-content p{
  max-width: 570px;
}
.time-and-material-model-content h3,
.time-and-material-model-content p,
.time-and-material-model-content a,
.time-and-material-model-content {
    color: #fff
}

.time-and-material-model-content a:hover,
.time-and-material-model-content a {
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
}

.new-list-time-and-material-model-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-list-time-and-material-model-2 ul li {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 20px 60px;
    background: var(--color-purple-medium);
    margin-bottom: 50px;
    max-width: 500px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 155px;
}

.new-list-time-and-material-model-2 ul li::before {
    content: '';
    background: url(./imgs/check-round.svg) center center no-repeat;
    background-size: contain;
    width: 49px;
    height: 49px;
    position: absolute;
    top: calc(50% - 25px);
    left: -20px;
    display: block;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.16);
    border-radius: 100%;
}


.new-list-time-and-material-model-2 ul li:last-child {
    margin: 0;
}


@media screen and (max-width: 991px) {
    .time-and-material-model-content h3 {
        margin-top: 50px;
    }
    .time-and-material-model-content a{
        font-size: 28px
    }
    .new-list-time-and-material-model-2 ul{
      padding-left: 15px;
      margin-top: 50px;
    }
}
