.g3 {
    background-color: #FAF8F2;
    padding-top: 61px;
}
.h2{
    position: relative;
}
.two{
        margin-top: 57px;
}
.g3 {
    background-color: #FAF8F2;
    padding-top: 61px;
    overflow-x: hidden;
    padding-bottom: 42px;
}
.reg-white {
    width: 320px;
    height: 80px;
    border: 4px solid white;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100px;
    font-size: 21px;
    font-family: Raleway;
    font-weight: 600;

    font-size: 18px;


    text-align: center;
}

.h2::before{
content: '';
    background: var(--brand-yellow);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 77px;
    height: 4px;
    top: 22px;
    left: -99px;
}
.card__icon{
    justify-content: center;
}

