.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: 90%;
	border-radius: 8px;
	margin: auto;
    display: table-cell;
}
.godex-img img{
	max-width: 50%;
	border-radius: 8px;
	margin: auto;
    display: table-cell;
}
.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*/

/*table end*/

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