﻿.thong-diep-caption {
	max-width: 840px;
	margin: 0 auto;
}
.thong-diep-text {
    margin-top: 64px;
    margin-bottom: 152px;
}
.thong-diep-author {
	margin-top: 24px;
    text-transform: uppercase;
}
.thong-diep-text-container {
	max-width: 829px;
	margin: 0 auto;
}
.thong-diep-img img {
	max-width: 100%;
}
@media screen and (max-width: 991px) {
    .thong-diep-caption {
        font-size: 24px;
        line-height: calc(32 / 24);
    }
    .thong-diep-author {
        font-size: 14px;
        line-height: calc(20 / 14);
    }
    .thong-diep-author {
        text-transform: initial;
    }
    .thong-diep-text {
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .thong-diep-text * {
        font-size: 14px;
        line-height: calc(20 / 14);
    }
}