body {
    font-family: 'Libre Franklin', Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}
.ent-article-container {
    max-width: 1200px;
    margin: 20px auto;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ent-header {
    text-align: center;
    margin-bottom: 20px;
}
.ent-header h1 {
    margin: 0;
    color: #ff6720;
}
.ent-content {
    font-size: 16px;
}

.ent-content h1 {
    font-size: 1.2em;
    font-weight: 600;
}
.ent-content h2 {
    font-size: 1.1em;
    font-weight: 600;
    padding: 20px 0px 0px;
    margin: 0px;
    line-height: 1em;
}

.ent-footer {
    text-align: center;
    font-size: 0.8em;
    color: #aaa;
    margin-top: 40px;
}
ul {
    padding-left: 20px;
}
ul li {
    margin-bottom: 10px;
}

.ent-signature-wrapper {
    display: flex;
    justify-content: flex-end;
}

.ent-signature {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ent-content-full-image {
    width: 100%;
    height: auto;
    display: block;
}

.ent-content-full-image img {
    width: 100%;
    height: auto;
    display: block;

}

.ent-content-side-image-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
}

.ent-content-side-image {
    flex-shrink: 1;
    min-width: 200px;
    max-width: 300px;
}

.ent-content-side-image img {

}

.img-150 {
    width: 150px;
}

.img-175 {
    width: 175px;
}

.img-200 {
    width: 200px;
}

.img-200 img {
    width: 200px;
}

.img-250 {
    width: 250px;

}

.img-275 {
    width: 275px;
        height: auto;
}

.img-300 {
    width: 300px;
}

.img-400 {
    width: 400px;
}

@media (max-width: 700px) {

    .ent-content-side-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }   
    
    .ent-section-side-image {
    margin: 0 auto;
    flex-shrink: 0;
    height: auto;
    width: 100%;
}    
    
    
    .ent-section-side-image img {
    width: 100%;
    margin: 0 auto;
}


.img-150, .img-175, .img-200, .img-225, .img-250, .img-300, img-400 {
    width: 100%;
    margin: 0 auto;
}


.img-150 img, .img-175, .img-200 img, .img-225, .img-250, .img-300 img, img-400 {
    width: 100%;
    margin: o auto;
}

}

<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">