
.why-and-how {
    padding: 10px 0; /* Reduced padding for better spacing */
    background-color: #f9f9f9;
    margin: 10px 0; /* Reduced vertical margins */
}

.why-and-how h2 {
    font-size: 24px;
    margin-bottom: 5px; /* Reduced bottom margin */
    text-align: center;
    color: #871606; /* Maroon text color */
}
.content-right,
.content-left {
    overflow: auto; /* Ensures that the section wraps around floated elements */
    text-align: justify; /* Justify text inter-word */
    margin: 0 0 10px 0; /* Added margin for spacing between sections */
}

.thumbnail {
    width: 150px;
    height: auto;
    margin: 0 5px 15px 0; /* Adjusted margin for better spacing */
    border-radius: 10px; /* Adjust the value as needed */
}

.content-right .thumbnail {
    float: left; /* Floats the image to the left */
}

.content-left .thumbnail {
    float: right; /* Floats the image to the right */
    margin: 0 0 5px 4px; /* Adjusted margin for better spacing */
}

.why-and-how p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.whatsnew {
    text-align: center;
    margin-top: 0; /* Remove top margin */
    margin-bottom: 10px; /* Reduced bottom margin */
}
.suite {
    margin: 0 5px 5px 5px;
    background-color: #FFFFF0; /* ivory */
    border: solid #B22222; /* Deep Red */
}

.suite dl {
    margin: 0;
    padding: 10px; /* Optional: adds padding around the entire definition list */
}

.suite dt {
    margin-left: 20px; /* Adjust as needed */
    padding-left: 10px; /* Optional: add padding inside the dt */
}

.suite dd {
    margin-left: 20px; /* Adjust as needed */
    padding-left: 10px; /* Optional: add padding inside the dd */
}
