section{
    display: flex;
    flex-direction: column;
    
}
*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
section img{
    height: 25vw;
    width: 30vw;
    padding: 0 40px;
}
section div{

    padding: 20px 20px ;
}
section div p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#contact-link li{
    color: #707070 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
#contact-link li:hover{
    border-bottom: 1px solid #707070 !important;
}
.lb-number{
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    section{
        padding: 20px 0;
    }
    section img{
        height: 60vw;
        width: 100vw;
        padding: 0 40px;
    }
    marquee{
        padding: 0 0 40px;
    }
}