.banner-single-development-goals{
    margin: 48px 0 60px;
}
.banner-single{
    background: #D33B42;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 135px 100px;
}
.single-goals-img{
    max-width: 479px;
}
.sub-heading{
    color: #121212;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 32px;
    padding-bottom: 26px;
    border-bottom: 1px solid #DEDEDE;
}
.single-goals-info{
    width: 32%;
}
.single-heading{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.single-count{
    color: #FFF;
    font-size: 126px;
    font-style: normal;
    font-weight: 300;
    line-height: 96px;
    margin: 24px 0 ;
}
.single-title{
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    margin: 0;
}
.single-description{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 16px 0;
}
.single-goals-content{
    margin-bottom: 68px;
}
.single-goals-content h2{
    margin: 0 0 16px 0;
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 170% */
    text-transform: capitalize;
}
.single-goals-content p{
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 12px 0;
    position: relative;
    padding-left: 42px;
}
.single-goals-content p strong{
    color: #121212;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    margin-right: 14px;
    position: absolute;
    left: 0;
}