.state_title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}

.fill_line {
    height: 1px;
    background-color: #ffffff;
}

.contr_area_wrap {
    padding-bottom: 2em;
}

.area_title {
    text-decoration: underline;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 0.2em;
    background-color: rgba(0,0,0,0.75);
    border-radius: 4px;
    color: #ffffff;
}

.contractor_wrap > span > strong {
    font-weight: 800;
}

.contractor_separator {
    justify-self: center;
}

.collapse-btn{
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #000000 !important;
    transition: 0.5s;
}

.collapse-btn:hover{
    background-color: rgba(250, 235, 215, 0.315) !important;
    color: #ffffff !important;
}

/* desktop view */
@media only screen and (min-width: 751px) {
    .contractor_wrap{
        padding-left: 1em;
        padding-right: 2em;
    }
}

/* phone view */
@media only screen and (max-width: 750px) {
    .contractor_wrap {
        /* margin-bottom: 2em; */
    }
}

