body {
    background: #000;
    font-family: Arial, sans-serif !important;
    }
h1 {
    color:#fff;
    text-align:center;
    padding:35px 0 0 0;
    text-transform:uppercase;
}

.first-sec {
    background:url(../images/best-broker.jpg)#000 no-repeat center center;
    background-size: cover;
    height:524px;
    }

@media (max-width:992px){
    h1 {
       font-size:25px;
       padding:80px 0 0 0;
    }
    .first-sec {
        height:600px;
        }
}
@media (max-width:600px){
    h1 {
       padding:20px 0 0 0;
    }
    .first-sec {
        height:400px;
        }
}

.options {
    color:#fff;
    margin-bottom:120px;
    }
.options img {
    height:100px;
    }

.options .risk {
    font-size:11px;
    padding:30px 0 0 0;
    }

.options .pdd {
    padding:40px 0 30px 0;
    }

.options .pd {
    padding-top:70px;
    }

.options h4 {
    padding:20px 0 0 0;
    }

.options ul {
    padding:10px 0 50px 0;
    padding-inline-start: 0px;
    font-size:17px;
    }
.options ul li{
    list-style-type:none;
    }

.options ul >li:before {
    content: "- ";
    text-indent: -5px;
    }

.options p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    }



.btn-ghost-red {
    padding:15px 80px;
    background:transparent;
    border:1px solid #cd0a10;
    color:#cd0a10;
    font-size:26px;
    font-weight:bold;
    min-width:280px;
    }

.btn-ghost-red:hover {
    background:#cd0a10;
    color:#fff;
    }


@media (max-width: 600px) {
    .btn-ghost-red {
        padding:15px 25px;
    }
 }

 @media (max-width: 767px) {
     .options {
        text-align:center;
     }
     img {
        display:block;
        margin:auto;
     }
 }