@import "../assets/font/stylesheet.css";

.info{
   background: #161620;
     display: flex;
    flex-direction: column;
    align-items: center;
}

.info-title{
    max-width:1100px;
     color: #DDD7E4;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  margin: 0 10px;
    padding-top: 50px;
    padding-bottom: 10px; 
}

.info-image{
    width: 170px;
    padding: 30px 0px 80px 0px;
}

@media (max-width: 768px){
    .info-title{
        font-size: 42px;
    }   
}
