html{
    overflow-x: hidden;
}
.container1{
    width: 100vw;
    height: fit-content;
    margin:auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(191, 202, 172);
    /* background-image: url('../img/bg1.png');
    background-repeat: no-repeat; */
}

.abc h1 {
    text-align: center;
    color:black;
    padding: 40px;
}
.showimg {
    max-width:1000px;
    width: auto;
    display: flex;
    margin: auto;
    align-items: center; 
    justify-content: justify;
    padding: 10px 0;
}
.showimg img {
    width: 1920px;
    height: auto;
}
.showimg ul {
    text-align: left;
    padding: 0 0 0 35px;
    list-style-type: disc;
  }
  .showimg ul li {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
.right-side {
    width: 100%;
    height: auto;
    text-align: justify;
    /* padding: 10px 6px; */
}
.showimg1 {
    max-width:1000px;
    width: auto;
    /* display: flex; */
    margin: auto;
    align-items: center;
    justify-content: justify;
    padding: 15px 5px;
}
.header-bg {
    /* background-color: rgb(191, 202, 172); */
    background-image: linear-gradient(0deg, rgb(121, 73, 73), rgb(73, 126, 139));
    padding: 25px;
    border-radius: 15px;
    margin: 15px 0;
}
.header-bg p {
    color:rgb(199, 196, 193);
    letter-spacing: 1px;
    line-height: 26px;
    /* text-indent: 36px; */
    padding: 5px 0;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
