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

.fixed-price-model-content h3 {
    font-weight: 600;
    margin-top: 50px;
}
.fixed-price-model-content p{
    max-width: 570px
}
.fixed-price-model-content h3,
.fixed-price-model-content p,
.fixed-price-model-content a,
.fixed-price-model-content {
    color: var(--color-purple);
}

.fixed-price-model-content a:hover,
.fixed-price-model-content a {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-purple);
}

.new-list-fixed-price-model-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.new-list-fixed-price-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;
    left: -25px;
    display: block;
}

.new-list-fixed-price-model-2 ul li:last-child {
    margin: 0;
}


@media screen and (max-width: 991px) {
    .fixed-price-model-content h3 {
        margin-top: 50px;
    }
    .fixed-price-model-content a{
        font-size: 28px
    }
    .new-list-fixed-price-model-2 ul{
      padding-left: 15px;
      margin-top: 50px;
    }
    section .col-12 ul li{
        padding-right: 15px;
        padding-left: 40px;
        margin: 0 0 30px;
    }
    #contact-form .fade-in-view,
    .new-list-dedicated-development-team-model-2 ul li,
    .dedicated-development-team-model-content,
    .new-list-time-and-material-model-2 ul li,
    .time-and-material-model-content,
    .new-list-fixed-price-model-2 ul li{
        transform: translate(0%, 0%) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pin-spacer{
        padding: 0 !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: inherit !important;
        position: relative !important;
    }
    .pin-spacer{
      padding: 0 !important;
      height: auto !important;
    }
    section#dedicated-development-team-model,
    section#time-and-material-model,
    section#fixed-price-model{
        padding: 50px 0 !important;
        min-height: 0 !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        display: inline-block !important;
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        max-height: initial !important;
    }

}
