.desc {
    color: var(--v2-primary-color);
}
.boxc-fh .title {
    font-size: 40px;
    color: var(--v2-primary-color);
}
.label_contact{
    color: var(--v2-primary-color);
}
.boxc-r{
    color: #fff;
    text-align: left;
    padding-left: 50px;
    padding-block: 45px;
}
.contact-title{
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px #E77BA3;
}
.box-drive span:first-child{
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--v2-primary-color);
    left: 0;
    top: -2px;
    transform: rotate(45deg);
}
.box-drive span:last-child{
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--v2-primary-color);
    right: 0;
    top: -2px;
    transform: rotate(45deg);
}
.box-drive::before {
    content: '';
    width: 55px;
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--v2-primary-color);
    top: 0;
}
.box-drive::after {
    content: '';
    width: 55px;
    position: absolute;
    height: 1px;
    right: 0;
    background: var(--v2-primary-color);
    top: 0;
}

.boxc-r ul>li>a, .boxc-r ul>li>p {
    font-size: 18px;
    color: #fff;
}
@media only screen and (min-width:1480px){
    .contact-p {
        min-height: 605px;
    }
}
@media only screen and (max-width:1000px) {
    .boxc-r {
        padding-left: 0;
    }
    #form-contact-p {
        max-width: 350px;
    }
    .boxc-fh .title {
        font-size: 36px;
        color: var(--v2-primary-color);
    }
}
@media only screen and (max-width:765px) {
    .boxc-r ul>li>a,
    .boxc-r ul>li>p {
        font-size: 16px;
    }
    .boxc-fh {
        padding:25px 12px 0 ;
        background: rgba(223, 24, 84, 0.37);
        border: 0.600001px solid var(--v2-primary-color);
        box-shadow: 0px 0px 7px #FFDCE9;
        border-radius: 5px;
    }

    .c-button-9 {
        background:var(--v2-primary-color);
    }
}
@media only screen and (max-width:550px) {
    .boxc-fh .title {
        font-size: 25px;
    }
}
