#textinufo {
    background: url(/images/38/45degreee_fabric.jpg);
    background-attachment: fixed;
    padding: 5vw 0 150px;
    border-top: #d0d0d073 1px solid;
    background-color: #f8f8f8;
}

#textinufo .ttile{display: flex;flex-direction: column;align-items: center;padding: 0vw 0 3vw;}
#textinufo .ttile h2{font-size: 38px;color: #6c9cad;}
#textinufo .ttile p{font-size: 18px;font-weight: 400;color: #737373;}


#textinufo .teext {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#textinufo .teext p{
    color: #646464;
    margin-top: 10px;
}
#textinufo .teext h2 {
    color: #4d4d4d;
    font-size: 30px;
}

#textinufo .contentb {
    display: flex;
    align-items: center;
    justify-content: center;
}

#textinufo .contentb a {
    padding: 20px 20px;
    background: #2eab73;
    margin: 25px 10px;
    border-radius: 100px;
    color: white;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#textinufo .contentb a:first-child {
    background: #6c9cad;
}
#textinufo .contentb a:hover{
    background:#3bc688;
}
#textinufo .contentb a:first-child:hover{
    background:#85b1c0;
}

@media only screen and (max-width: 1460px){
    #textinufo .ttile h2{
        font-size: 34px;
    }
    #textinufo .ttile p{
    font-size: 16px;
}
}

@media only screen and (max-width: 480px) {
    #textinufo .teext h2 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    #textinufo .contentb a{
    padding: 14px 5px;
}
}
