main{
    /* margin-top: 50px; */
    padding: 50px;
}
.about-us-section h2{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.about-us-section{
    margin: auto;
    margin-top: 80px;
    width: 800px;
    padding: 10px 150px 10px;
    background: url('../img/about_us_top_left.svg') no-repeat top left, url('../img/about_us_top_right.svg') no-repeat top right, url('../img/about_us_bottom_left.svg') no-repeat bottom left, url('../img/about_us_bottom_right.svg') no-repeat bottom right ;
    background-size: 130px;
    text-align: justify;
}

.about-us-section ul li{
    margin-top: 20px;
}

.tel-id{
    direction: ltr;
}

.link {
    text-align: center;
    font-size: 15px;
    background-color: white;
    display: block;
    width: 400px;
    margin: 60px auto 60px;
    color: #083654;
    border: 4px solid #083654;
    transition: background-color .2s ease-in;
    box-sizing: border-box;

}

.link:hover {
    background-color: #083654;
    color: white;
    transition: all .3s ease-out;
}

@media screen and (max-width:1165px) {
    .about-us-section{
        width: 100%;
        box-sizing: border-box;
        padding: 5px 5px 50px;
        background-position: -65px 0, calc(100% + 65px) 0, -65px 100%, calc(100% + 65px) 100%;
    }
    
    main{
        padding: 0;
    }
}
