/* Add custom CSS styles below */ 
.s-block--fixed-banner img {
 border-radius: 20px; 
}
/* CSS */
footer
    
.ssl-badge {
    display: inline-flex;
    align-items: center;
    background-color: #f8f9fa; 
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.ssl-badge img {
    width: 40px; 
    height: auto;
    margin-right: 10px;
}

.ssl-badge span {
    font-size: 16px; 
    color: #28a745;
    font-weight: bold;
}

.s-block {
  padding-bottom: 10px;
}