.informations{
    padding-top: 25px;
    height: 800px;
    width: 100%;}

.info{
    box-shadow: black 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 25px 25px 25px 25px;
    height: 370px;
    width: 90%;
    border-radius: 10px;
    background-color: #ccc}

.info1{margin: 0px auto 15px auto; flex-direction: row}
.info2{margin: 20px auto 0px auto;}

.infoimg{
    border-radius: 15px;
    display: inline-block;
    height: 310px;
    width: 480px;}

.infotitle{
    font-size: 27px;
    font-style: normal}

.infotxt{
    background-color: #ddd;
    border-radius: 7px;
    padding-top: 15px;
    padding-left: 25px;
    margin-left: 20px;
    padding-right: 25px;
    width: 430px;
    font-size: 20px;
    text-align: justify}