
.bss-why-hire {
    padding-top: 50px;
    background: WHITE !important;
    padding-bottom: 40px;
}

.why-hire-container > div {
    font-size: 10px;
}

.bss-whu-heading h1 {
    font-size: 3em;
    line-height: 54px;
    margin-bottom: 0px !important;
    font-weight: 600;
    color: #f3f9fa;
}


.whu-grid-item {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    width: 500px;
    padding: 25px;
    background-color: #152c0a;
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.2);
    border-radius: 8px;
}


.whu-grid-item-text {
    text-align: center;
    padding-left: 20px;
    color: #f3f9fa !important;
    font-size: 18px !important;
    font-weight: bold;
}

.whu-grid-item p {
    padding: 0px !important;
    margin: 0px !important;
}

.whu-grid-item-2 {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
   
    width: 500px;
    padding: 25px;
    background-color: #152c0a;
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.2);
    border-radius: 8px;
}

.whu-grid-item-text-2 {
    text-align: end;
    
    justify-self: start;
    color: #fdf9f9 !important;
    font-size: 18px !important;
    font-weight: bold;
}

.whu-grid-item-icon-2 {
    justify-self: start;
    font-size: 18PX;;
}
.whu-grid-item-icon {
    justify-self: start;
    font-size: 18PX;;
}


.bss-box-2 {
    width: 350px;
    height: 350px;
    border: 10px dotted rgb(180, 24, 24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bss-whu-box {
    width: 300px; /* Adjust the width as needed */
    height: 300px; /* Adjust the height to match the width */
    /*border: 1px solid #000;*/
    border-radius: 50%;
    background-color:rgb(143, 19, 19);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.5);
}

.bss-whu-box-contnt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #dfe8ee;
}


@media (max-width: 958px) {
    .bss-why-hire {
      display: none !important;
    }
  }
  