h2 {  
     color: #22203E;
    font-family: "Circe", Sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: -2.5px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.flex .elem_litt {
    flex: 1 0 30%;
}

.flex .elem {
    flex: 1 0 52%;
}

p {
    color:#22203e;
    font-family: "Circe", Sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    letter-spacing: -.6px;
}

.text_blue {
   color: #022193;
    font: 300 21px / 1.1em 'Circe', Sans-serif;
    font-family: "Circe", Sans-serif;
    margin: 15px 0;
}

.gray_block {
    padding: 10px 10px 10px 10px;
   font: 300 20px / 1.1em 'Circe', Sans-serif;
    font-family: "Circe", Sans-serif;
 
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    background-color: var(--e-global-color-2ea6ecd);
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
   display: inline-block;
}

.teh {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.teh .elem {
     flex: 1 0 45%;
    border-top: solid 1px #022193;
    padding-top: 15px;
    margin-bottom: 20px;
}





table.info_table	{
	width:100%;
	max-width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
}
table.info_table > tbody > tr:nth-child(2n+1) > td, table.info_table > tr:nth-child(2n+1) > td	{
	background:#eee;
}
table.info_table > tbody > tr:nth-child(2n) > td, table.info_table > tr:nth-child(2n) > td	{
	background:#ffffff;
}
table.info_table  > tbody > tr > td, 
table.info_table > tfoot > tr > td, 
table.info_table > thead > tr > td	{
	padding:15px;
	border:1px solid #eee;
	vertical-align:top;
	text-align:left;
	box-sizing:border-box;
}
table.info_table  > tbody > tr > th, 
table.info_table > tfoot > tr > th, 
table.info_table > thead > tr > th	{
	background:#aaa;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	padding:15px;
}
table.info_table_head > tbody > tr:first-child > td, table.info_table_head > tbody > tr:first-child > td	{
	background:#aaa;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	padding:15px;
}
table.info_table_footer > tbody > tr:last-child > td, table.info_table_footer > tbody > tr:last-child > td	{
	background:#ddd;
	color:#000;
	text-align:left;
	font-weight:normal;
	padding:5px 10px;
}

table.info_table td p:first-child	{
	padding-top:0;
}

.flex .flanc {
    border: solid 1px #cfcfcf;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

@media screen and (max-width: 1000px) {
.flex {
    padding: 0 20px;
    box-sizing: border-box;
}

}

@media screen and (max-width: 769px) {
.elementor-2647 .elementor-element.elementor-element-6383edd .elementor-heading-title ,h2 {
        font-size: 30px;
    }
h4,
.elementor-2647 .elementor-element.elementor-element-7ed72ea .elementor-heading-title  {
    font-size: 16px;
}

.flex {
  gap:30px;
}
.gray_block {
    font: 300 14px / 1.1em 'Circe', Sans-serif;
}

    .elementor-2647 .elementor-element.elementor-element-35f9021>.elementor-element-populated {
        padding: 20px;
    }
}