.web-dev-main-section p{
    max-width: 1200px;
}
.web-dev-main-section img{
    width: 100%;
}

.web-card{
    border: 1px solid #828282;
    border-radius: 25px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.web-pricing{
    border-top: 1px solid #828282;
    padding: 18px 30px;
}

.web-pricing p{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #333333;
}

.web-pricing span{
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #0F81B9;
}

@media screen and  (max-width:1280px){
    .web-pricing{
        padding: 18px 15px;
    }    
}
