.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}

.ssec .ssec-head {
    font-size: 3em;
    font-weight: 600;
    margin: 1% 0 2.125% 0;
}
.ssec .ssec-subhead {
    font-size: 1.5625rem;
    font-weight: 500;
    margin: .625rem 0;
}
.ssec .ssec-txt {
    font-size: 1.725em;
    line-height: 1.2;
}
.ssec .ssec-note {
    font-size: .825rem;
    line-height: 1.5;
}

.ssec-phone {
    color: #000;
}
.ssec-phone .ssec-wrap {
    position: absolute;
    top: 31%;
    left: 10%;
    right: 60%;
    text-align: center;
}
.ssec-phone .ssec-head {
    font-size: 3.75em;
    font-weight: bold;
}

.ssec-case .ssec-wrap,
.ssec-access .ssec-wrap {
    text-align: center;
    position: absolute;
    bottom: 8%;
    left: 20%;
    right: 20%;
}

.ssec-access {
    background-color: #fff;
    color: #000;
}
.ssec-access .ssec-line {
    height: 4px;
    background-color: #f7be00;
    width: 8%;
    margin: -1em auto 1.5em;
}

.ssec-desing .ssec-wrap {
    width: 70%;
    padding: 3% 0;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1399px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .ssec .ssec-head {
        font-size: 1.5em;
    }
    .ssec .ssec-subhead {
        margin-top: 0;
        font-size: 1.25em;
        font-weight: normal;
    }
    .ssec .ssec-txt {
        font-size: .875em;
        opacity: 1;
    }

    .ssec-phone {
        color: #000;
        background-color: #fff;
    }
    .ssec-phone .ssec-wrap,
    .ssec-case .ssec-wrap,
    .ssec-access .ssec-wrap {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        padding: 15px;
    }

    .ssec-access .ssec-line {
        width: 10%;
        margin: 1em auto 1.5em;
    }

    .ssec-desing .ssec-wrap {
        width: 90%;
    }
}
@media screen and (max-width: 480px) {
}
