@media screen and (max-height: 320px) {}

@media (min-height: 320px) and (max-height: 450px) {}

@media screen and (max-height: 450px) {}

@media(max-width: 1024px) {}

@media(max-width: 767px) {
    ul.anwer-list li { 
		padding: 24px 13px;
	}
}
.left-te span {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
        text-align: center;
        color: #0c226e;
        margin-left: 10px;
        font-weight: 500;
    }

    .posture-box {
        display: flex;
        flex-wrap: wrap;
        max-width: 330px;
        margin: auto;
    }

    .posture-box .col-md-7 {
        width: 50%;
    }

    .posture-box .col-md-5 {
        width: 50%;
    }
	.ght { 
		font-size: 15px;
		line-height: 21px;
	}