.rx-services .services-contact ul li {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #555555;
}



.rx-services:hover {
    border: 1px solid #131618;
}
.rx-services {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f5f5f5;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.rx-services .services-ico {
    margin-bottom: 20px;
}

.rx-services .services-ico svg, .rx-services .services-ico img {
    height: 50px;
    width: 50px;
}

.rx-services .services-ico svg path, .rx-services .services-ico img path {
    stroke: #9d7e54;
    fill: #9d7e54;
}

.rx-services .services-contact h5 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #000;
    line-height: 1.2;
}