.about-us-tabs {
    width: 200px;
    padding: 6px 0px;
    letter-spacing: 0.7px;
    color: #c24d2c;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 2px;
}

.about-us-tabs.active {
    background-color: #c24d2c;
    color: white;
}

.about-us-tabs:focus,
.about-us-tabs:hover {
    color: #fff;
    background-color: #c24d2c;
}

.about-us-tabs.active:focus,
.about-us-tabs.active:hover {
    color: white;
}

.partners-holder-div {
    width: 100%;
    border-radius: 2px;
}

.partners-holder-div {
    width: 100%;
    border: 0.5px solid rgba(62, 74, 97, 0.3);
    border-radius: 2px;
    background-color: white;
    overflow: hidden;
    margin-bottom: 20px;
}

.office-holder-button {
    width: 100%;
    border-radius: 2px;
    letter-spacing: 0.7px;
    color: #3e4a61;
    white-space: nowrap;
    font-size: 14px;
    width: 23ch;
    padding: 9px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.partners-holder-button {
    width: 100%;
    border-radius: 2px;
    letter-spacing: 0.7px;
    color: #3e4a61;
    white-space: nowrap;
    font-size: 14px;
    width: 23ch;
    padding: 9px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    text-align: left;
}

.btn.office-holder-delete {
    position: absolute;
    right: 13px;
    padding: 0px;
    width: 30px;
    height: 40px;
    top: 1px;
    z-index: 2;
    font-size: 12px;
    background-color: white;
}

.btn.partners-holder-delete {
    position: absolute;
    right: 13px;
    padding: 0px;
    width: 30px;
    height: 40px;
    top: 1px;
    z-index: 2;
    font-size: 12px;
    background-color: white;
}

@media (min-width: 1px) {
    .about-radio-div {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .about-radio-div {
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .about-radio-div:first-of-type {
        margin-right: 16px;
    }
}

.about-radio-div input {
    background-image: none !important;
    background-color: #f6f6f6;
    border: 1px solid #c24d2cb3;
    width: 15px;
    height: 15px;
}

.about-radio-div input:checked {
    background-image: none !important;
    background-color: #c24d2cb3;
    border-color: #c24d2cb3;
}

.about-radio-div label {
    letter-spacing: 0.7px;
    color: #c24d2c;
    font-weight: bold;
    font-size: 14px;
}
