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

.single-col-no-header h3 {
    color: #018B87;
    font-size: 41px;
    font-family: 'freight-display-pro';
    margin-bottom: 10px;
  font-weight: 500;
}

.single-col-no-header .text-content {
    color: #000;
    font-family: 'proxima-nova';
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px;
  max-width: 765px;
}

.single-col-no-header .give-button
{
  margin-top: 20px;
display: unset;
}

.single-col-no-header .text-padding
{
  padding-left: 20px;
}


@media (max-width: 1220px)
{

.single-col-no-header h3 {
    
    font-size: 32px;
  line-height: 38px;
}
  
  
  .single-col-no-header .text-content {
        font-size: 20px;
        line-height: 28px;
  
  
}

@media (max-width: 920px)
{

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

@media (max-width: 767px)
{

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


