.event-single-col-no-header img
{
width: 100%;
height: auto;
  border-radius: 19px; 
 padding-bottom: 10px;
}

.event-single-col-no-header h3 {
    color: #018B87;
    font-size: 31px;
    font-family: 'proxima-nova';
    margin-bottom: 0px;
  font-weight: 500;
  margin-top: 15px;
}

.event-single-col-no-header .text-content {
    color: #000;
    font-family: 'proxima-nova';
    font-weight: 300;
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 50px;  
}

.event-single-col-no-header .give-spacing
{
 text-align:right;
  max-width: 720px;
}

.event-single-col-no-header .give-button
{
 
display: unset;
}

.event-single-col-no-header .give-button
{
 
display: unset;
}

.event-single-col-no-header .text-padding
{
  max-width: 750px;
    margin: auto;
}

@media (max-width: 767px)
{

.event-single-col-no-header h3 {
    
    font-size: 23px;
  line-height: 27px;
}
  
  
  .event-single-col-no-header .text-content {
        font-size: 14px;
        line-height: 20px;
  
  
}


