.custom_section_radiothon .radiothon-donate {
background-color: #f31000;
padding: 10px 0;
background-image: url(https://www.curtinfm.com.au/wp-content/uploads/2023/06/shutterstock_2104327829-Converted.png);
background-size: 100%;
background-repeat: no-repeat;
height:100px;
}
.custom_section_radiothon .radiothon-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-top:20px;
}
.radiothon-wrapper h5,
.radiothon-wrapper h4 {
margin: 0;
color: #fff;
font-size:25px;
}
.radiothon-wrapper h4 {
text-transform: uppercase;
}
.donate-button {}
a.donate-btn {
background: #000;
color: #fff;
padding: 5px 20px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
border: 2px solid #fff;
}