.banner {
    width: 100%;
    height: 4rem;
    position: relative;
    /* background-image: url(/assets/images/connectivityBanner.png); */
    background-image: url(/assets/images/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-container{
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.banner h1:nth-of-type(1) {
    position: absolute;
    display: block;
    top: 1.85rem;
    margin: 0;
    width: 12rem;
    font-size: 0.54rem;
    font-family: RobotoCondensed-Bold, RobotoCondensed;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.63rem;
}
.banner p{
    position: absolute;
    top: 2.6rem;
    height: 0.26rem;
    font-size: 0.22rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.29rem;
}

.detail-intro {
    width: 100%;
}

.detail-intro>.container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.detail-item {
    width: 100%;
    padding: .7rem 1.1rem;
    color: #454547;

}

.detail-item li {
    list-style-type:disc !important;
    margin-left: 0.18rem;
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
}
.detail-item-container{
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.detail-item:nth-of-type(even){
    background-color: #f5f5f5;
}
.detail-item:nth-of-type(even) .detail-item-container{
    flex-direction: row-reverse;
}
.detail-item-img{
    width: 50%;
    height: 2.96rem;
    box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.04rem;
    overflow: hidden;
    margin-top: .45rem;
}

.detail-item-img>img{
    width: 100%;
    height: 100%;
}

.detail-item-ML {
    width: 46%;
}

.detail-item-ML h3 {
    margin-top: 0;
}

.detail-item p,.detail-item li{
    font-size: 0.2rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    color: #454547;
    line-height: 0.26rem;
}

.btn-contianer{
    width: 100%;
    height: 3.2rem;
    background-color: #264054;
    position: relative;
}
.btn-contianer>h1{  
    position: absolute;
    top: 0.94rem;
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    font-family: RobotoCondensed-Bold, RobotoCondensed;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.47rem;
    letter-spacing: 0.01rem;
}
.bottom-button {
    top:1.84rem;
    left: 50%;
    transform: translateX(-50%);
}
.bottom-button a:hover{
    text-decoration: none;
}

@media (max-width: 768px){
    .banner-container{
        width: 100%;
    }
    .banner h1:nth-of-type(1) {
        top: 1.49rem;
        left: 2.5%;
        width: 95%;
        font-size: 0.44rem;
        line-height: 0.52rem;
        text-align: center;
    }
    .banner p{
        top: 2.2rem;
        left: .16rem;
        right: .16rem;
        height: 0.42rem;
        font-size: 0.18rem;
        line-height: 0.23rem;
        text-align: center;
    }
    
    .detail-item {
        padding: .6rem .16rem;   
    }
   
    .detail-item-container{
        width: 100%;
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .detail-item:nth-of-type(even) .detail-item-container{
        flex-direction: column;
    }
    .detail-item-img{
        width: 100%;
        height: 2.3rem;
    }
    .detail-item-ML {
        width: 100%;
        margin-top: 0.2rem;
    }
    
    .detail-item p,.detail-item li{
        font-size: 0.16rem;
        line-height: 0.2rem;
    }
    
    .btn-contianer{
        width: 100%;
        height: 3.2rem;
        background-color: #264054;
        position: relative;
    }
    .btn-contianer>h1{  
        top: 0.8rem;
        left: .16rem;
        right: .16rem;
        width: 3.82rem;
        font-size: 0.3rem;
        line-height: 0.35rem;

    }
    .bottom-button {
        top:1.86rem;
    }

}
