.top-text-section {
    margin: 1em;
    line-height: 1.6em;
}

.block-img {
    width: 100%;
    display: block;
    margin: auto;
}

.other-services-container {
    background-color: #58636e;
    padding: 1em;
    overflow: hidden;
    box-sizing: border-box;
}

.our-other-services {
    max-width: 1200px;
    padding-bottom: 24px;
    padding-top: 24px;
    display: block;
    margin: auto;
}

.glide {
    margin: 1em;
    display: block;
    margin: auto;
}

.other-services-container h1 {
    color: white;
    margin: auto;
    font-size: 1.6em;
}

.other-services-container h1::after {
    content: ' ';
    display: block;
    margin: 16px 0;
    width: 60px;
    height: 8px;
    background: #f2e400;
}

.description-container {
    color: white;
}


.read-more-btn {
    width: fit-content;
    display: block;
    margin: 1em auto 0em auto;
    border: 1px solid white;
    white-space: nowrap;
}

.read-more-para {
    line-height: unset;
}
.description-container .rich-text {
    position: relative;
}

.description-container .rich-text p {
    height: 180px;
    overflow: hidden;
}

.description-container .rich-text p::before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-image: -webkit-linear-gradient(top, rgba(88, 99, 110, 0.01) 70%, #58636e 100%, #58636e 100%);
}


.prices-container h1::after {
    content: ' ';
    display: block;
    margin: 16px 0;
    width: 60px;
    height: 8px;
    background: #f2e400;
}

.prices-container {
    max-width: 1200px;
    display: block;
    width: 100%;
}

.price-section {
    background:  rgb(249, 249, 249);
    padding: 1em;
}

.prices-container .rich-text ul {
    line-height: 1.4em;
}

.prices-container .rich-text {
    font-size: 1.1em;
}

@media only screen and (min-width: 768px) {
    .top-text-section {
        max-width: 1200px;
        display: block;
        margin: auto;
    }

    .other-services-container {
        padding: 1em 1em;
    }
    .other-services-container h1 {
        font-size: 2em;
    }

    .description-container {
        color: unset;
    }

    .description-container .rich-text p {
        margin-bottom: 0;
        height: 200px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .description-container .rich-text p::before {
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.001) 80%, #fff 100%, #fff 100%);

    }

    .read-more-btn {
        border: 1px solid black;
    }

    .btn-container {
        bottom: 5px;
    }

    .prices-container {
        margin: auto;
    }
}