.contact_p {
    width: 100%;
}

.contact_p .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.contact_p .container .row {
    max-width: min(100%, 129rem);
    gap: 0;
    margin: 0 auto;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.contact_p .container .row .contact_info,
.contact_p .container .row .problem_from {
    margin: 0;
    padding: 0;
    width: 50%;
    max-width: 50%;
    flex: none;
}

.contact_p .container .row .contact_info {
    padding-right: 3rem;
}

.contact_p .container .row .contact_info h1 {
    color: #162339;
    font-size: 4.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    text-transform: none;
    line-height: 5.4rem;
    margin-bottom: 2.7rem;
}

.contact_p .container .row .contact_info p {
    width: 80%;
    color: #5c6672;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 2.4rem;
    margin-bottom: 4.87rem;
}

.contact_p .container .row .contact_info .info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 3rem 0;
    border-bottom: 1px solid #e5e7ea;
    box-shadow: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.contact_p .container .row .contact_info .info:last-child {
    border-bottom: 0;
}

.contact_info .info .icons {
    width: 11.4rem;
    height: 11.4rem;
}

.contact_p .container .row .contact_info .info .info_body {
    width: calc(100% - 15rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact_p .container .row .contact_info .info .info_body h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem;
    padding: 0;
    margin: 0;
    color: #162339;
}

.contact_p .container .row .contact_info .info .info_body p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem;
    color: #5c6672;
    text-align: left;
    margin-top: 1.6rem;
    margin-bottom: 0;
}

.contact_p .container .row .problem_from {
    padding: 4.4rem 5rem;
}

.contact_p .container .row .problem_from h2 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 4rem;
    color: #162339;
    padding: 0;
    margin-bottom: 1.6rem;
}

.contact_p .container .row .problem_from p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #5c6672;
    padding: 0;
    margin-bottom: 4rem;
    width: 100%;
    max-width: 100%;
}

.contact_p .container .row .problem_from .solve_from {
    padding: 0;
}

.contact_p .container .row .problem_from .solve_from input,
.contact_p .container .row .problem_from .solve_from textarea {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-color: #e5e7ea;
    border-radius: 12px;
    padding: 1.4rem 2rem 1.5rem;
}

.contact_p .container .row .problem_from .solve_from input:focus,
.contact_p .container .row .problem_from .solve_from input:hover,
.contact_p .container .row .problem_from .solve_from textarea:focus,
.contact_p .container .row .problem_from .solve_from textarea:hover {
    border-color: #6c38ff;
}

.contact_p .container .row .problem_from .solve_from button {
    font-weight: 800;
    line-height: 1.85;
    font-size: 13px;
    font-size: .8125rem;
    background: linear-gradient(111.8deg, #8236fb 21.93%, #076ef4 90.29%);
    border-radius: 12px;
    white-space: nowrap;
    padding: 13px 30px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 15px 30px;
}

.contact_p .container .row .problem_from .solve_from button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(111.8deg, #076ef4 21.93%, #8236fb 90.29%);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact_p .container .row .problem_from .solve_from button:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.contact_p .container .row .problem_from .solve_from button span {
    font-size: 1.6rem;
    line-height: 2.4rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
}



@media (max-width: 990px) {
    .contact_p .container {
        margin: 0 0 5rem;
    }

    .contact_p .container .row {
        flex-direction: column;
    }

    .contact_p .container .row .contact_info,
    .contact_p .container .row .problem_from {
        width: 100%;
        max-width: 100%;
    }

    .contact_p .container .row .contact_info p {
        width: 100%;
    }

    .contact_p .container .row .problem_from {
        padding: 4.4rem 1.6rem;
    }
}