
.p-service__cont{
    margin: 120px 0;
}
@media only screen and (max-width: 767px) {
    .p-service__cont {
        margin: 60px 0;
    }
}
.p-service .footer{
    margin: 0;
    padding: 40px 0;
    background: #1c202d;
}
@media only screen and (max-width: 767px) {
    .p-service .footer {
        padding: 20px 0;
    }
}
.p-serviceDevelopment .c-cta,
.p-serviceDesign .c-cta,
.p-serviceEditor .c-cta,
.p-serviceWriting .c-cta{
    margin-top: 40px;
}
.p-service-flex{
    display: flex;
}
@media only screen and (max-width: 767px) {
    .p-service-flex {
        display: block;
        width: 100%;
        padding: 0 15px;
    }
}
.p-service-flex {
    max-width: 1150px;
    width: 95%;
    margin: auto;
}
.p-service-flex__wrap{
    width: 70%;
    padding:  0 40px 40px 0;
}
@media only screen and (max-width: 767px) {
    .p-service-flex__wrap {
        width: 100%;
        padding: 0 0 10px;
        margin-bottom: 40px;
        border-bottom: 1px solid #fff;
    }
}
.p-service-image{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .p-service-image {
        margin-bottom: 20px;
    }
}
.p-service-image:before{
    content: "";
    display: block;
    padding-top: 65%;
}
.p-service-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.p-service-desc{
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}
.p-service-desc h3{
    font-weight: bold;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 54px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .p-service-desc h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 44px;
    }
}
.service-intro{
    margin-bottom: 25px;
}
.service-intro p + p{
    margin-top: 12px;
}
.service-process{
    margin-bottom: 25px;
}
.service-process h4{
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .service-process h4 {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 8px;
    }
}
.service-process p{
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .service-process p {
        margin-bottom: 20px;
    }
}
.service-process ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}
@media only screen and (max-width: 767px) {
    .service-process ul {
        display: block;
    }
}
.service-process ul li{
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.service-process ul li:before{
    content: "";
    width: 8px;
    height: 17px;
    border-left: 3px solid #34a238;
    border-top: 3px solid #34a238;
    position: absolute;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    left: 0;
    z-index: 9
}

.p-serviceDesign .service-process ul li:before{
    border-color: #2E78BE;
}

.p-serviceEditor .service-process ul li:before {
    border-color: #EDCA24;
}

.p-serviceWriting .service-process ul li:before {
    border-color: #7F5A40;
}