.container-master {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    
}

.tpl-find-work .form-group{
    display: flex;
    justify-content: center;
}

.form-group.search-btn__wrap {
    width: 121px;
}

.form-group.search-btn__wrap .btn {
    background-color: #E8BE61!important;
}

.tpl-find-work .form-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    font-size: 1.4rem;
    width: 121px;
}

.tpl-find-work .form-group.form-skill,
#industryField {
    margin: 0 20px;
}

.hire__title {
    display: inline;
    font-size: 40px;
    margin: 40px 0;
    margin-bottom: 3rem;
    padding: 0;
    border: 0;
    box-sizing: inherit;
    border-bottom: 5px solid #022D4D;
}

.hire__title span {
    color: #022D4D;
}

.header__search select,
.header__search button {
    font-weight: 600;
    font-size: 15px!important;
    color: #022D4D;
    height: 40px!important;
}

.header__search input::-webkit-input-placeholder {
    color: #022D4D;
}

.header__search input::-moz-placeholder {
    color: #022D4D;
}

.header__search input:-ms-input-placeholder {
    color: #022D4D;
}

.header__search input::-ms-input-placeholder {
    color: #022D4D;
}

.content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: #022d4d;
    max-height: 70px;
    overflow: hidden;
    margin-top: 5px;
    line-height: 17px;
    font-size: 1.4rem;
}

.content__skill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background-color: #CFAA40;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 2px;
}

.hire__subtitle {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    color: #022D4D;
}
.hire__descr {
    color: #022D4D;
    font-size: 15px;
    margin-bottom: 20px;
}
.hire-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #CFAA40;
    height: 100%;
    font: inherit;
}


.tpl-outerPods .row-master {
    row-gap: 20px;
  }

.hire-card .card__header {
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.hire-card .card__image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.hire-card .card__title a{
    margin-left: 15px;
    
    font-size: 2rem;
    color: #022D4D;
}

.hire-card .card__title a:hover {
    text-decoration: underline!important;
}

.hire-card .card__body {
    margin: 20px 0;
}

.hire-card .card__footer {
    width: 100%;
}

.hire-card .card__actions a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}
.hire-card .card__actions button {
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}

.hire-card .card__actions a:hover {
    text-decoration: underline;
}

.hire__wrapper {
    margin: 40px 0;
    background-color: #fff;
    height: 100%;
}

.card__actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: 0;
    gap: 10px;
}
.card__footer a {
    font-family: "Averta", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #022d4d;
    flex: 0 0 calc(50% - 15px);
}
.card__footer button {
    font-family: "Averta", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #022d4d;
    flex: 0 0 calc(50% - 15px);
}
.sendMessageButton {
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    height: 4rem;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #c8cbcd;
}
.hire-card .card__body {
    margin: 20px 0;
}
.hire-card .card__copy {
    font-size: 1.4rem;
    line-height: 2rem;
    height: 6rem;
    overflow: hidden;
    color: #022D4D;
}
