.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-left.clear {
  clear: left;
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

/* Custom */
a.cta-button {
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20.54px;
    color: #6e3688;
    background-color: #f39313;
    text-align: center;
    gap: 10px;
    padding: 15px 30px;
}
a.cta-button:hover {
    color: #FFFFFF;
    background-color: #6e3688;  
}
a.cta-button-sec {
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20.54px;
    color: #FFFFFF;
    background-color: #6e3688;
    text-align: center;
    gap: 10px;
    padding: 15px 30px;
}
a.cta-button-sec:hover {
    background-color: #a12481;  
}
a.cta-button-ghost {
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20.54px;
    color: #6e3688;
    background-color: #FFFFFF;
    border: 1px solid #6e3688;
    text-align: center;
    gap: 10px;
    padding: 15px 30px;
}
a.cta-button-ghost:hover {
    color: #FFFFFF;
    background-color: #a12481;  
    border: 1px solid #a12481;
}
a.cta-button-other {
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20.54px;
    color: #6e3688;
    background-color: #f39313;
    text-align: center;
    gap: 10px;
    padding: 20px 40px;
}
a.cta-button-other:hover {
    color: #FFFFFF;
    background-color: #6e3688;  
}