.instr-sec .instr-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 20px;
}

.instr-sec .instr-name {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -.05rem;
    color: #333
}

.instr-sec .instr-spec {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 26px;
}

.instr-sec .instr-badge {
    background-color: #13974c !important;
    color: #fff !important;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.02rem;
    font-size: 13px;
    display: inline-block;
    margin: 0 0 30px;
    padding: 5px 10px 3px;
    border-radius: 4px
}

.instr-sec .instr-rvws p {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 2.4rem;
    display: inline-block;
    margin-left: 41px;
    color: #333
}

.instr-sec .instr-rvws p span {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 1.4rem;
    color: #6a6f73;
    margin-bottom: 0.8rem;
    display: block
}

.instr-sec .about-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 1.9rem;
    color: #333;
    margin-top: 40px
}

.instr-sec .about-txt {
    line-height: 30px
}

.instr-sec .instr-img {
    border-radius: 50%;
    width: 62%;
    height: 176px;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto 30px;
    border: 1px solid #ddd
}

.instr-sec .instr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec-title {
    color: #333
}

.instr-sec .scl-lnks a {
    color: #333;
    border: 1px solid #33333355;
    margin: 10px 0;
    padding: 10px 5px 7px;
    font-size: 18px;
    text-align: center;
    display: block;
}

.instr-sec .scl-lnks a i {
    font-size: 80%;
    margin: 0 10px
}

.instr-sec .sticky-top {
    top: 9rem;
    z-index: 1
}
