section.slice {
    padding: 14px 0 ! important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.section-title.left {
    
    color: #ff0000;
    font-size: 38px;
    padding: auto;
    text-align: center;
    font-style: italic;
    
}
.img{
    display: block;
    margin: auto;
    width: 890px;
    height: 400px;
}

.text-justify{
    text-align: center;
    font-weight: bold; 
    
}
.text-justify1{
    text-align: center;
    font-weight: bold; 
    font-size: larger;
    
}

@media only screen and (max-width: 900px ) {
  .img {
    position: relative;
    display: flex;
    width: 100%;
    height: fit-content;
    text-align: center;
    
  }
}
@media only screen and (max-width: 900px ) {
  .text-justify1 {
    position: relative;
 
    color: blue;
    font-size: x-large;
    
  }
}
