.godex-protitie{
	font: 600 2em / 1.2 "Oswald", sans-serif;
    color: inherit;
	margin-top: 0;
    margin-bottom: 0;
	letter-spacing: 0.5px;
}
.Clm-3 {
    font-size: 1rem;
    line-height: 1.75;
	max-width: 100%;
    overflow: hidden;
}
.Clm-3 ul {
    padding-left: 1em;
	margin: .5rem 0;
	list-style-type: none;
}
.Clm-3 ul > li {
    position: relative;
	font-size: 1pc;
}
.Clm-3 ul > li:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: .7em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e0002a;
    position: absolute;
    right: 100%;
}
.Clm-3 ul > li:after {
    content: '';
    display: block;
    clear: both;
}
.Clm-4{
    background: #fff;
    position: relative;
    z-index: 0;
	margin-top: 0;
	max-width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;	
}
.Clm-4 img{
    max-width: 100%;
	border-radius: 8px;
}
.Clm > ul {
    list-style: none;
}
.LytClm4 {
    margin: -30px 0 0 -30px;
    padding: 0;
}
[class^="LytClm"] {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.LytClm4 > li {
    width: 25%;
    padding: 30px 0 0 30px;
	list-style-type: none;
}

[class^="LytClm"] > li {
    background: none;
}

.Caption {
    display: block;
    font-size: .95rem;
	margin-top: 12px;
    text-align: center;
}

/*table begin*/
.text-jumbo-table {
	margin-top:3rem;
    clear: both;
    font-size: 15px;
    color: #616161;
    line-height: 1.8;
}
.text-jumbo-table table {
    border-collapse: collapse;
}
.text-jumbo-table td {
    padding: 8px 5px 8px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.text-jumbo-table table tr:nth-child(2n-1) td:nth-child(1) {
    background-color: #e6e6e6b8;
    width: 24.6974%;
    height: 25px;
}
.text-jumbo-table table tr:nth-child(2n-1) td:nth-child(2) {
    background-color: #e6e6e6b8;
    width: 72.3026%;
}
/*table end*/

@media screen and (max-width: 991px) {
.LytClm4 > li {
        width: 100%;
        padding: 0;
    }
.LytClm4 > li Img {
        max-width: 60%;
    }
.Caption {
        padding-left:30px;
    }
}