#service-section h2 {
    font-size: 48px;
    color: #e65700;
}

#service-section .text-ser h2 {
    font-size: 34px;
    color: #242424;
}

#service-section .text-ser p {
    font-size: 18px;
    color: #242424;
    font-weight: 400;
    line-height: 24px;
    margin-left: 30px;
}

.col-text .text-ser .icon-icon9 {
    margin-left: 10px;
    font-size: 60px;
}

.col-text .text-ser .icon-icon7 {
    margin-right: 10px;
    font-size: 60px;
}

.img-ser {
    position: relative;
    margin-bottom: 10px;
}

.img-ser::before {
    content: '';
    z-index: -1;
    position: absolute;
    background: #e65700;
    width: 300px;
    height: 170px;
    bottom: -15px;
    right: -15px;
}

.readserbtn a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 8px 8px;
    border: 1px solid #e65700;
    background: #e65700;
}

.readserbtn a:hover {
    color: #ffff;
    border: 1px solid #52525200;
    background: #242424;
}

@media(min-width:992px) {

    .row-ser .col-ser:nth-child(even) .col-img {
        order: 2;
    }

    .row-ser .col-ser:nth-child(odd) .col-text {
        order: 1;
    }

    .readserbtn a {
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        padding: 10px 20px;
        border-radius: 8px 8px;
        border: 1px solid #e65700;
        background: #e65700;
    }

    .readserbtn a:hover {
        color: #ffff;
        border: 1px solid #52525200;
        background: #242424;
    }

    .img-ser {
        position: relative;
        margin-bottom: 10px;
    }
    
    .img-ser::before {
        content: '';
        z-index: -1;
        position: absolute;
        background: #e65700;
        width: 530px;
        height: 360px;
        bottom: -20px;
        right: -20px;
    }
}