.t117_map, .t-map {
    border-radius: 16px;
    overflow: hidden;
}

/*   class="text-seo"    */
    .text-seo{
        margin: 0 20px;
    }
    
    .title {
        display: flex;
        justify-content: center;
    }
   
    .text-seo p {
        margin-bottom:20px;
    }
    .text-seo p, .text-seo ul, .text-seo li {
        color: #454545;
    font-size: 16px;
    font-family: 'Inter',Arial,sans-serif;
    line-height: 1.59;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    }
    
    .text-seo h2{
        color: #091b2b;
    font-size: 34px;
    font-family: 'Inter',Arial,sans-serif;
    line-height: 1.59;
    font-weight: 500;
    margin: 0px 0 5px 0;
    }
    
    
    @media only screen and (max-device-width: 480px) {
    h2 {
    font-size: 24px !important;
    }
       .main-content {
       padding-top: 35px;
       padding-bottom: 35px;
    }
    }
