.footer-section {
    padding-top: 50px;
}
.my-section-2{
    padding-bottom: 30px;
}
.hd-img-section .hd-title{
    color: #0080CB;
}
.com-title{
    position: relative;
    justify-content: center;
}
.com-title h3{
    color: #0080CB;
}
.com-title img{
    padding-top: 60px;
}
.com-title .c-bg-1{
    position: absolute;
    top: -90px;
    width: 300px;
    height: 200px;
    left: 38%;
}
.hd-img-section{
    background-image: url(/assets2/image/hd-big-bg-5.png);
}

.my-wrapper{
    margin-top: 100px;
}

.web-item{
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    padding: 10px 30px;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.web-left{
    display: flex;
    align-items: center;
    color: #88654F;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    column-gap: 20px;
    width: 80%;
}
.web-item img{
    max-width: 100%;
    height: auto;
}
.web-left img{
    width: 20%;
}
.sm-web-left img{
    width: 5%;
}
.web-right{
    border-radius: 30px;
    background-color: #B5E7FF;
    padding: 10px 20px;
    animation: slideRight 1.3s ease-in-out infinite;
}
.web-right img{
    width: 40px;
}

.accessibility-1-3 .web-right img {
    background-color: #333333 !important;
}

.web-item:hover .web-right{
    background-color: #0080CB;
}
@keyframes slideRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.my-section-3 .my-wrapper{
    margin-top: 0px;
}
.my-section-3 {
    padding-top: 50px;
}