.new1 {
    padding: 2rem;
}
.new2 {
    padding-top: 0;
}
.new1 h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #2A2929;
    padding: 2rem 0;
}
.new1 h3 span {
    color: #F0AC41;
}
.new1 > img {
    border-radius: 10px;
}
.new2 > img {
    margin-bottom: 2rem;
}
.b6 {
    margin-bottom: -0.1rem;
}
.b6 > img {
    border-radius: 10px;
    margin-bottom: 2rem;
}
.b6 > center img {
    border-radius: 50%;
    padding: 0.5rem;
    border: 2px solid #F0AC41;
}
.floated-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.floated-img .img {
    flex-basis: 30%;
}
.floated-img p {
    flex-basis: 70%;
    font-size: 20px;
    line-height: 24px;
}

.new3 {
    background: #2A2929;
    padding-top: 0;
}
.new3 h3 {
    color: #fff;
}
.new3 > img {
    margin-bottom: 2rem;
}