.sec-spacing {
    padding: 79px 0px 80px;
}

.section-threatcop-why-choose-partnership p.content{
    margin-top:30px;
}

.why-choose-partnership-content-inner{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 48px 0px;
    justify-content: space-between;
    gap: 40px;
}

.why-choose-partnership-content-each {
    width: calc(50% - 30px);
    border-radius: 10px;
    /*background: #FAFAFA;*/
    padding: 30px 40px;
    background: url("../../images/partners/why-choose-bg-item.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.why-choose-partnership-content-each .icon-text{
    display: flex;
    gap: 20px;
    align-items: center;
}

.why-choose-partnership-content-each .icon-text .icon{
    width:60px;
}

.why-choose-partnership-content-each .details p{
    color: #FFF;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.bottom-txt {
    width: 80%;
}
.bottom-txt {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.btn-contact {
    background: #e94b2e;
    margin-top: 64px;
    font-size: 14px;
    color: #FFF;
    margin-top: 20px;
    display: inline-block;
    font-family: 'Proxima Nova Alt Rg';
    position: relative;
    transition: all 0.3s ease;
    line-height: 28px;
    padding: 10px 20px;
    border-radius: 5px;
    width: 157px;
    text-align: center;
    
}

@media only screen and (max-width: 991px){
    .why-choose-partnership-content-each {
        width: 100%;
      
    }

    .why-choose-partnership-content-each .icon-text{
        flex-direction: column;
    }

    .bottom-txt {
        width: 100%;
    }

    .bottom-container{
        flex-direction: column;
    }
}