/* custom.css */
.uncarousel_21{
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}
.uncarousel_21 .item{
     width: 262px;
}
.term-policy_21{
     color: #007bff;
     cursor: pointer;
}
.term-policy_21:hover{
     color: #1165be;
}

.custom-txtwidth_21{
     width: 50%;
}

@media screen and (max-width:1200px){
     .custom-txtwidth_21{
          width: 100%;
     }
}
