.title2{
    text-align: center;
    font-family: "Playfair Display";
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.abtpics{
    max-width: 1100px;
    margin: 0;
    margin-top: 65px;
    
}

.insidepic{
    width: 30%;
    max-width: 400px; 
    margin: 0;
    border-color: white;
border: solid;
}
.insidepicC{
    width: 30%;
    max-width: 400px; 
border-color: white;
border: solid;
margin-right: -5px;

}

.abtpicsflx{
    display: flex;
    justify-content: center;
    margin: 0;

}

.abttxt{
    width: 80%;
  max-width: 700px;
  font-size: 20px;
  line-height:  40px; ;
  color: white;
  text-decoration: none;
  

}

.abttxt:hover{
cursor:default;
}

.abttxtflx{
display: flex;
justify-content: center;
margin-top: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 30px;
}

@media screen and (width <= 700px){
    .abttxt{
     
        line-height: 40px;
       
        width: 300px;
        
        margin-top: 25px;
    }

 .infoormation{
    zoom: 150%;
 }

    
}