body{
    background-color: #1b1b1b;
    font-family: "Inter", serif;
    color: #f2f2f2;
}

main{
    background: url("../img/hero.png") top right no-repeat;
}

.name-wrap{
    width: 40%;
    padding: 30px;
    background: #F2B600;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-bottom-right-radius: 40px;
}

.p-content{
    height: 600px;
    width: 700px;
    display: flex;
    align-items: center;
}

.p-content h2{
    font-size: 55px;
    font-weight: 700;
}

.p-inner p{
    font-size: 20px;
    line-height: 35px;
}

.choose{
    background: #000;
    padding: 40px;
    text-align: center;
}

.choose h3{
    font-size: 20px;
    font-weight: 700;
    color: #F2B600;
}

.choose i{
    font-size: 30px;
    display: block;
    margin-bottom: 15px;
    color: #F2B600;
}

.choose .col{
    padding: 0 40px;
}

.services{
    padding: 50px;
}

.services .col{
    padding: 20px;
}

.item{
    background: #000;
    padding: 40px;
    border-radius: 20px;
}

.item h2{
    font-size: 25px;
    font-weight: 600;
    color: #F2B600;
}

.sStories{
    padding: 50px 0;
    background: #000;
    
}

.sStories h2{
    font-size: 50px;
    font-weight: 600;
}

.sStories .col:nth-of-type(1){
    display: flex;
    align-items: center;
}

.privacy{
    background: #000;
    padding: 50px 0;
}

.privacy h3{
    padding: 50px 0 30px;
}

footer{
    padding: 30px 0;
    font-size: 12px;
    opacity: .5;
}

footer a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px 10px 10px;
}

footer span{
    display: block;
}

@media only screen and (max-width: 600px) {
    .p-content,
    .name-wrap,
    .item{
        width: 100%;
    }
    main {
        background: url(../img/hero.png) -477px 0 no-repeat;
    }
    .p-content{
        height: auto;
        padding: 200px 30px 30px;
    }
    .p-content h2 {
        font-size: 43px;
    }
    .choose .col {
        padding: 30px 40px;
        display: block;
    }
    .services {
        padding: 30px;
        width: 100%;
    }
    .services .container{
        margin: 0;
        padding: 0;
    }
    .services .row{
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .services img{
        width: 100%;
    }
    .services .col{
        width: 100%;
        padding: 20px 0;
        display: block;
    }
    .sStories .row,
    .sStories .col:nth-of-type(1){
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .sStories h2{
        padding-bottom: 50px;
        font-size: 40px;
        text-align: center;
        display: block;
    }
    .privacy{
        padding: 50px 20px;
    }
}