<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.strategies_details {
	letter-spacing: 0px;
}

/*.cross {
	width: 5rem;
}
.cross img {
	margin-top: -1rem;
	margin-left: 3rem;
}*/

.items .sub-title-txt {
    max-width: 60%;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {

	.strategies_details .table &gt; div:nth-child(2n+1) {
		width: 30%;
	}
	.strategies_details .table &gt; div:nth-child(2n+2) {
		width: 70%;
	}
	/*.cross {
		width: 3rem;
	}
	.cross img {
		margin-top: -1rem;
		margin-left: 1.2rem;
	}*/

	.section2 .table01 &gt; div:nth-child(1){
		display: none;
	}
	.section2 .table01 &gt; div:nth-child(3n+1){
		width: 100%;
	}
	.section2 .table01 &gt; div:nth-child(3n+2){
		width: 70%;
	}
	.section2 .table01 &gt; div:nth-child(3n+3){
		width: 30%;
		border-right: none;
	}
	
	.section2 .table01 &gt; div:nth-child(6n+2), .section2 .table01 &gt; div:nth-child(6n+3) {
		background-color: #fff;
	}
	.section2 .table01 &gt; div.th {
    background-color: #006661;
  }
}</pre></body></html>