.pc-content-padding {
    padding-top: 70px!important;
}
.wrapper {
    min-height: 100vh;
}
.radio-check ~ label .icon {
    transition: .3s;
    transform: rotate(-180deg);
}
.radio-check:checked ~ label .icon {
    transform: rotate(0deg);
}
.btn-outline-second, .btn-outline-second:hover {
    display: inline-block;
    border-radius: 4px;
    border-width: 2px;
    padding: 6px 12px;
    min-width: 130px;
    text-align: center;
}
.accordion-wrapper {
    font-size: 90%;
}
@media screen and (max-width: 320px)  {
    .accordion-wrapper {
        font-size: 77%;
    }
}