<div class="features">
        <div class="container">
            <div class="features-content">
                    <p class="have">We have great features with</p>
                    <h2 class="unlimited">Unlimited Customization Features</h2>
                    <p class="many">There are many variations of passages of Lorem Ipsum available, the majorityalteration make difficult</p>
                    <div class="test">
                        <li><input type="radio"> <label>More wordpress featrures with great responsive design.</label></li>
                        <li><input type="radio"> <label>Corporate flat design with necessary elements.</label></li>
                        <li><input type="radio"> <label>Free vector shape and mockup by great designer.</label></li>
                        <li><input type="radio"> <label>Full one page flat and modern trend following goods.</label></li>
                    </div>
                    <a href="" class="but"><img class="but" src="image/button.png" alt=""></a>
            </div>
        </div>   
    </div>
.features{
    background: url(image/moby.jpg) no-repeat center center;
    height: 781px;
}

.features-content {
    display: flex;
    flex-direction: column;
    width: 400px;
}

.have{
    font-size: 22px;
    color: #494949;
    font-weight: 600;
    padding-top: 136px;
    opacity: 0.4;
}

.unlimited{
    font-size: 32px;
    color: #494949;
    font-weight: 600;
    padding-top: 9px;
}


.many{
    color: #7C7C7C;
    font-size: 20px;
    font-weight: 500;
    padding-top: 24px;
}

label{
    font-size: 14px;
    color: #7C7C7C;
    font-weight: 500;
    padding-left: 19px;
}

.but{
    padding-top: 31px;
}

.test{
    padding-top: 53px;
}

.test li{
    list-style-type: none;
    padding-bottom: 15px;
}

.block-4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: 20px;
    padding-top: 113px;
}

.img{
    float: left;
    padding-bottom: 100px;
    padding-right: 18px;
}

.idea{
    font-size: 18px;
    color: #494949;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 8px;
}

.more-text-1{
    width: 315px;
    color: #7C7C7C;
    font-weight: 500;
    font-size: 14px;
}

.block-4-content{
    margin-bottom: 69px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.