
/* technology_partnerAtra */

.technology_partnerAtra .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}
.technology_partnerAtra {
    width: 100%;
}
.partner_contentBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.partner_contentBox .subtext {
    width: 50%;
    background: #000;
    padding: 134px 0 90px 70px;
}
.partner_contentBox .subtext .content {
    max-width: 650px;
    margin-left: auto;
    padding-right: 108px;
}
.partner_contentBox .subtext .content h2 {
    margin-bottom: 25px;
    font-size: 45px;
    color: #fff;
    line-height: 65px;
     font-family: 'Helvetica Neue';
    font-weight: 500;
}
.partner_contentBox .subtext .content p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
     font-family: 'Helvetica Neue';
    font-weight: 400;
    max-width: 540px;
}
.partner_contentBox .image {
    width: 50%;
    position: relative;
}
.partner_contentBox .image:after {
    content: "";
    background: rgba(227, 21, 30, 0.21);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;

}
.partner_contentBox .image img {
    width: 100%;
}
.partner_contentBox .subtext .content ul.list_item {
    list-style: none;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner_contentBox .subtext .content ul.list_item li {
    width: calc(50% - 10px);
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica Neue';
    font-weight: 400;
    display: flex;
    margin-bottom: 30px;
    
}
.partner_contentBox .subtext .content ul.list_item .icon {
    width: 16px;
    height: 16px;
    margin-right: 13px;
    font-size: 10px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    background: #E3151E;
}
/* END technology_partnerAtra */