table {border-collapse: collapse; width: 100%; }
table tr td { padding: 22px 30px; color: var(--primary-color-2); font-size: 1.4rem; line-height: 2.0rem; }
table tr th { padding: 24px 30px; text-transform: uppercase; color: var(--primary-color-2); letter-spacing: 0.15rem; font-size: 1.3rem; line-height: 1.6rem; font-family: var(--font-medium); font-weight: 400; font-style: normal; text-align: left; }
table tr { background: var(--mono1); }
table tr:nth-child(odd) { background: var(--primary-color-5); border: 0; }
table tbody tr { background: var(--primary-color-5); }
table tbody tr:nth-child(odd) { background: var(--mono1); }
.content_text__area .content_text__label {margin-bottom: 6px;}
.content_text__area .content_text__title * {margin-bottom: 0;}
.content_text__area .content_text__title {
margin-bottom: 21px;
}
.content_text__area .content_text__link {
    margin-top: 49px;
}
.scroll-table-container table tbody .ar-link .icon-arrow-down{font-size:1.8rem; color:var(--primary-color-7);}
table tr td a:hover {
    color: var(--primary-color-2);
}
.ip3-site-services .content_text__desc h3{
	font-size: 2.3rem;
    line-height: 3.4rem;
}