.amblog-products-container iframe {
    margin-bottom : 20px;
 }
 .amblog-post-content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 10px;
    color: #000;
    text-transform: uppercase; /* Makes the text uppercase */
    padding-bottom: 5px; /* Adds some space below the heading */
}

/* Additional heading style for h2 */
.amblog-post-content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin: 15px 0;
    color: #333;
    text-transform: uppercase; 
}

.amblog-post-content p {
    text-align: justify;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #5C5C5C;
    margin-bottom: 15px;
}

.amblog-post-content iframe {
    width: 100%;
    height: 450px; 
    border: none;
}

.amblog-post-content > div {
    margin-bottom: 20px; 
}
img  {
    margin-bottom: 20px; 
}
.text-whiteGray{
    color:#CFCFCF;
}
.opacity-blog-listing{
    opacity: .8;
}
.amblog-post-content a {
    color  : #86a33d;
}