.introduction-text{
    padding: 4vw 1em;
}

.introduction-text p{
    line-height: calc(-0.07143vw + 2.05714em);
    padding: 0;
    margin: 1rem 0;
    font-size: 20px;
}
.introduction-text strong{
    color: #DB8925;
}
/*  */
.parts-PC{
    display: block;
}
.parts-iphone{
    display: none;
}
.boxed-side-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: .5rem 0;
}
.boxed h3{
    font-size: calc(0.61788vw + 19.0817px);
    line-height: calc(0vw + 1.4em);
}
 p{
    line-height: calc(-0.07143vw + 2.05714em);
    padding: 0;
    margin: 1rem 0;
    font-size: 20px;
}
p>a{
    color: #DB8925!important;
}
.wrapper{
    padding-left: 110px!important;
}

.form-sub {
    border: none;
    width: 16%;
    height: 41px;
    color: #fff;
    background: #000;
    font-size: 18px;
    margin-bottom: 50px;
}

.button-text {
    background: #000;
    color: #fff;
}



.forms-btn {
    margin-top: 44px;
    display: block;
}

@media(max-width:768px) {
  
}
@media(max-width:768px){
    .wrapper{
        padding-left: 15px!important;
    }
    .form-sub {
        width: 50%;
    }

    
    .parts-PC{
        display: none;
    }
    .parts-iphone{
        display: block;
    }
}