.fotrimg-bg-color2 {
    background-color: #A27AB4;
} 



.fotrimgs {
    display: flex;
    flex-direction: column;
align-items: center;
justify-content: space-between;
    margin: 0 auto;
    width: 80%;
    hieght:76%;
    padding: 5%;
    position: relative;
    -webkit-clip-path: polygon(85% 0, 100% 20%, 100% 100%, 15% 100%, 0% 80%, 0 0);
    clip-path: polygon(85% 0, 100% 20%, 100% 100%, 15% 100%, 0% 80%, 0 0);
}

.titTexts {
    font-size: 1rem;
    text-align: center;
    z-index: 99999;
    color: white;
    width: 55vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5vh;
}

.titTextss {
    font-size: 0.8rem;
    text-align: center;
    z-index: 99999;
    color: white;
  width: 55vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 992px) { 
.fotrimgs {
    display: flex;
    flex-direction: column;
    width: 90vw;
    padding: 5%;
    position: relative;
align-items: ;
    -webkit-clip-path: polygon(85% 0, 100% 20%, 100% 100%, 15% 100%, 0% 80%, 0 0);
    clip-path: polygon(85% 0, 100% 20%, 100% 100%, 15% 100%, 0% 80%, 0 0);
}

.titTexts {
    font-size: 1rem;
    text-align: center;
    z-index: 99999;
    color: white;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5vh;
}

.titTextss {
    font-size: 0.8rem;
    text-align: center;
    z-index: 99999;
    color: white;
   width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

}