
.technology-wrapper{
    position:relative;
}
.technology-content{
    max-width: 80%;
}
.technology-content h2{
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.technology-content p{
    font-size: 18px;
    font-weight: 500;
    color: #777777;
    padding-top: 20px;
    line-height: 1.7;
    text-align: justify;
}
.technology-img{
    background: url(../images/infrastructure/technology-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.rice-leaf {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 0px;
}
@media(max-width:1680px){
    .rice-leaf img {
        display:none;
    }
}
@media(max-width:992px){
    .technology-content h2 {
        font-size: 30px;
    }
    .why-content h3 {
        font-size: 30px;
    }
    .assurance-card h2 {
        font-size: 30px;
    }
    .end-content p {
        font-size: 14px;
    }
}
@media(max-width:768px){
    .technology-content {
        text-align: center;
        max-width: 100%;
        padding-bottom: 1rem;
    }
    .mobile-top{
        margin-top:2rem;
    }
}
@media(max-width:577px){
    .why-content h3 {
        font-size: 18px;
    }
    .why-content p {
        font-size: 14px;
    }
    .technology-content h2 {
        font-size: 20px;
    }
    .technology-content p {
        font-size: 14px;
    }
    .assurance-card h2 {
        font-size: 20px;
    }
    .assurance-card p {
        font-size: 14px;
    }
    .common-wrapper-infrastructure {
        height: 200px;
    }
}