.service-section-seven {
    position: relative;
    padding: 100px 0px 100px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); */
    background-color: #f9f9f9;
}
.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.service-section-seven .auto-container {
    max-width: 1890px;
}
.service-section-seven .row {
    margin: 0px -5px;
}
.service-section-seven .row .column {
    padding: 5px 5px;
}
.department-item {
    background-color: #F3F0EC;
    /*padding: 50px 50px 47px;*/
    padding: 50px 32px 47px;
    border-radius: 10px;
}
.department-item .top-item {
    margin-bottom: 70px;
}
.department-item .sub-title {
    padding: 1px 15px;
    border: 1px solid #0c171a;
    border-radius: 999px;
    margin-bottom: 15px;
    display: inline-block;
}
.department-item h3 a
{
    color: #4D1313;
}
.department-item .desc {
    color: #6F6A65;
    margin-bottom: 18px;
}
.tf-btn.no-bg {
    background-color: transparent;
    padding: 0;
}
.tf-btn {
    padding: 17px 40px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-radius: 999px;
    background-color:#ff3f25;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}
.department-item .icon {
    margin-bottom: 66px;
}
.department-item .icon img
{
    width: 30%;
    max-width: 100%;
    height: auto;
}
.tf-btn.no-bg span, .tf-btn.no-bg i {
    color: #C8A46A;
}
.tf-btn span {
    color: #fff;
    line-height: 21px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tf-btn i {
    font-size: 14px;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tf-btn:hover i {
    transform: rotate(0deg);
}
.department-item .icon {
    max-width: max-content;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.department-item .icon i {
    font-size: 65px;
    color: var(--red);
}
.box-cta {
    background-image: url(../images/bg-cta-section-department-h1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*padding: 74px 70px 70px;*/
    padding: 34px 70px 34px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.box-cta .top-box {
    margin-bottom: 17px;
}
.box-cta .sub-title {
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 7px;
}
.box-cta .title {
    font-size: 25px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.9px;
}
.box-cta .desc {
    margin-bottom: 29px;
    color: #fff;
}
.fw5 {
    font-weight: 500;
}
.box-cta .benefit-list {
    margin-bottom: 37px;
}
.benefit-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}
.box-cta .benefit-list .benefit-items {
    margin-bottom: 10px;
}
.box-cta .benefit-list .benefit-items i {
    font-size: 13px;
}
.benefit-items i, .benefit-items span {
    color: #fff;
}
.box-cta .benefit-list .benefit-items:last-child {
    margin-bottom: 0;
}
.tf-btn.style-small {
    padding: 14px 30px;
}
.tf-btn.style-small span {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
}
.tf-btn.hover-bg-white:hover {
    background-color: #fff;
    border-color: #fff;
}
.tf-btn.hover-bg-white:hover span {
    color: #0c171a;
}
.tf-btn.hover-bg-white:hover i {
    color: #0c171a;
}