.background-respo{
    background: url("/static/img/company.jpg") no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    min-height: fit-content;
    background-position: -654px 97%;
    opacity: 0.3;
}
.background-respo:hover{
    opacity:0.6;
}

.background-respo2{
    background: url("/static/img/school.jpg") no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    min-height: fit-content;
    background-position: 619px 45%;
    opacity: 0.3;
}
.background-respo2-second{
    background: url("/static/img/school.jpg") no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    min-height: fit-content;
    opacity: 0.3;
}

.text_type {
    font-weight: 300;
    font: normal normal 300 40px/48px roboto-light;
    letter-spacing: 2.9px;
    color: black;
    text-decoration: none;
    opacity:1
}
.background-respo2:hover{
    opacity:0.6;
}