

.tieudechinh_text{
	font-size:18px;
	margin-left:5px;
	font-weight: bolder;
	color:#26547C;
}
.myrounded-image {
      border-radius: 15px; /* Adjust this value to change the roundness */
      border: 2px solid #ddd; /* Optional: Add a border around the image */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a box shadow */
      width: 200px; /* Optional: Set a fixed width for the image */
      height: auto; /* Ensure the height scales proportionally */
    }

 .left_content{
 	text-transform: uppercase;
 	color:black;
 	/* Set font size */
    font-family: 'Times New Roman', Times, serif !important;  /* Set font to Times New Roman */
 /* Ensure text wraps normally */
    word-wrap: break-word !important; /* Break long words if necessary */
     /* Ensure the container takes full width */
 }
 .left_content p{
 	font-style: italic;
 	font-size: 1.5em !important; 
 	text-transform: capitalize;
 }

  .img-shadow {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adding shadow */
            border-radius: 5px; /* Optional: rounded corners */
        }