.serv-top__text {
    max-width: 720px;
    margin: 35px 0 18px;
    line-height: 1.55;
    font-size: 16px;
    color: #696969;
}
.desc {
    width: 100%;
}
.desc img {
    width: 100%;
	border: 1px solid #CCCCCC;
    border-radius: 1rem;
}

.desc table {
    width: 100%;
    border-radius: 1.25rem;
    text-align: center;
    position: relative;
    display: table;
    border-collapse: separate;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}
.desc td, th {
    text-align: center;
    padding: 5px;
}