.table-section p,
.table-section td {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    line-height: 135%; /* 37.8px */
}

.table>:not(caption)>*>* {
    background-color: unset;
}

.table>:not(caption)>*>* {
	padding: unset;
}
.table-iframe{
    width: 100%;
    height: calc(100vh - 170px);
    height: calc(100svh - 170px);
    min-height: 100%;
}
.disturber {
	width: 104px;
	height: 104px;
	right: 13px;
	bottom: 37px;
}
.disturber p {
	font-family: 'PT Serif';
	font-size: 12px;
	line-height: 14.4px;
	font-style: italic;
	text-align: center;
	color: black;
	transform: rotate(-12deg);
}

@media only screen and (min-width: 1200px) {
    .custom-table {
        max-width: 656px;
    }

    .table-section p {
        font-size: 20px;
    }

    .table-content {
        margin-top: 40px;
        margin-bottom:32px;
    }
}

@media only screen and (min-width: 1600px) {
    .table-section p {
        font-size: 28px;
    }

    h2 {
        font-size: 88px;
    }

    th,td {
        max-width: 240px;
        font-size: 20px;
    }

    #pdf-image {
        max-width: 800px;
    }

    .custom-table {
        margin-bottom: 40px;
    }

    .custom-table {
        max-width: 880px;
        width: 100%;
    }

/*     #pdf-container {
        margin-top: 220px;
    } */
	
	.download-icon img {
		width: 20px;
	}
}