body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #e1e1e1;
    color: #333;
}

.ent-container {
    max-width: 700px;
    margin: 20px auto;
    padding: 0px;
    border-radius: 0px;
}

.header {
    color: white;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
}

.the-title {
    padding: 0px;
    width: 100%;
}

.the-title img {
    padding: 0px;
    width: 100%;
}

.the-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    font-size: clamp(12px, 2vw, 16px);
    padding: 10px 10px;
}

.ent-content {
    margin-bottom: 20px;
}

.ent-section-outer-wrapper {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #bbb;
    border-radius: 8px;
    padding: 5px 0px 0px 0px;
    margin-bottom: 50px;
    background: #e1e1e1;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}

.ent-section-heading h1 {
    font-size: 20px;
    color: #ff6720;
    font-weight: 600;
    line-height: 1em;
    font-family: 'Bree Serif', Georgia, Cambria, 'Times New Roman', serif;
    padding: 0px 10px;
}

.ent-section-inner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid red;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ent-section-inner-img {
    background: #fff;
    border: 0px solid #bbb;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 150px;
    border-bottom-left-radius: 8px;
}

.ent-section-inner-img img {
    padding: 0px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-bottom-left-radius: 8px;
}

.ent-section-inner-content {
    font-size: 16px;
    color: #444;
    line-height: 1.3em;
    margin: 0px;
    border: 0px solid #444;
    padding: 5px;
    padding-left: 10px;
    flex: 1;
    background: #fff;
}

.ent-read-more {
    font-size: 16px;
    color: #ff6720;
}

.ent-read-more a {
    color: #ff6720;
    text-decoration: none;
}

.ent-read-more a:hover {
    color: #822f08;
}

.footer {
    text-align: center;
    font-size: 0.9em;
    color: #777;
}

.header img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.img-150 {
    width: 150px;
}

.img-175 {
    width: 175px;
}

.img-200 {
    width: 200px;
}

.img-225 {
    width: 225px;
}

.img-250 {
    width: 250px;
}

.img-275 {
    width: 275px;
}

.img-300 {
    width: 300px;
}

/* Switch to column layout on smaller screens */
@media (max-width: 700px) {

 .ent-section-outer-wrapper {
    max-width: 500px;
    margin: 20 auto;
    flex-wrap: wrap;
 }   
.ent-section-inner-wrapper {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.ent-section-inner-img {
    width: 100%;
}

.ent-section-inner-img img {
    width: 100%;
}

.ent-section-inner-content {
    width: 100%;
}

.reverse-order-1 {
    order: 1;
}

.reverse-order-2 {
    order: 2;
}

.img-150, .img-175, .img-200, .img-225, .img-250, .img-275, .img-300 {
    width: 100%;
}
 
}
