
html{
    overflow-x: hidden!important;
}
.sales_team{
    float: left;
    width: 100%;
}
.sales_team .sales_word{
    position: relative;
    z-index: 1;
    font-size: 10rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    /* writing-mode: vertical-lr;
    align-items: flex-start;
    justify-content: center; */
    display: block;
    /* margin-top: 10%; */
    /* opacity: 0.2; */
    right: 0;
    width: 100%;
    height: 520px;
    padding: 25px 20px;
    color: #fff;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-size: 100%; */
    background-position: left;
   
}
.sales_team .sales_word p{
    position: relative;
    transform: rotate(90deg);
    top: 180px;
    left: -35%;

}
.sales_team .sales_word:before{
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top:0;
    position: absolute;
    mix-blend-mode: darken;
    z-index: -1;
    background-image: linear-gradient(120deg, rgba(72, 198, 239, 0.5) 0%, rgba(111, 134, 214, 0.5) 100%);
}
.sales_service .container{
    display: flex;
    align-items: center;
}
.prm_event li img{
    max-height:120px;
    /* width:100%; */
    width: auto;
    /* max-width: auto!important; */
}
.prm_qa li span{
    border-radius: 100%;
    /* padding: 20px; */
    height: 80px;
    width: 80px;
    margin: 10px auto 25px;
    display: flex;
    align-items: center;
    background-color: #48c6ef;
}
.prm_qa .small_text{
    text-align: center;
    width: 100%;
}
.prm_qa{
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.prm_qa img{
    max-width: 50px;
    margin:0 auto 0px;
}
.prm_qa li{
    width:22%;
    display: inline-block;
    min-height:260px;
    float: left;
    text-align: center;
    padding:30px 20px;
    margin:0 10px;
    background-color:rgba(255,255,255,0.5);
}
@media screen and (max-width: 1680px){
    .sales_team .creative_why{
        width:100%;
    }
}
@media screen and (max-width: 1199px){
    .prm_qa li{
        width:47%;
        min-height: 220px;
        margin-bottom:20px;
    }
    .sales_team .creative_word{
        height:500px!important;
        background-attachment: scroll;
    background-size: 100%;
    }
    .sales_service .main_text{
        font-size:3.5rem;
    }
}
@media screen and (max-width: 1024px){
    .sales_team .sales_word p{
        top: 150px;
    }
    .sales_team .creative_word {
        height: 450px!important;
        font-size:9rem;
        background-size: 120%;
    }
}
@media screen and (max-width: 991px){
    .sales_team{
        background-color:transparent;
    }
    .sales_team .sales_word:before{
        background-color:rgba(0,0,0,0.5);
    }
    .sales_team .creative_why{
        position: relative;
    z-index: 1;
    }
    .sales_team .sales_word p{
        display: none;
    }
    .sales_team .sales_word{
        /* display: none; */
        background-size: cover;
        position: absolute;
        min-height: auto;
        height: 420px!important;
    }
    .sales_team,
    .sales_service .container{
        display: block;
    }
}
@media screen and (max-width: 767px){
    .prm_qa li {
        width: 45%;
    }
    .sales_team .sales_word {
        height: 400px!important;
   
    }
    .sales_service .main_text {
        font-size: 3rem;
    }
}
@media screen and (max-width: 480px){
    .prm_qa li .small_text{
        text-align: center!important;
    }
    .prm_qa li {
        width: 100%;
        margin: 0 0 15px;
        min-height: auto;
    }
}
@media screen and (max-width: 414px){
    .sales_team .sales_word{
        height: 480px!important;
    }
    .sales_service{
        padding-top:60px;

    }
}
@media screen and (max-width: 320px){
.sales_team .sales_word {
    height: 530px!important;
}