body {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(52, 56, 61);
    font-size: 19px;
    line-height: 32px;
}

.workwithus-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}


.workwithus-wrapper {
    padding: 10px 0;
}

.workwithus-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 5px;
}

h2,
h3 {
    color: var(--primary-color);
}

a {
    color: var(--primary-color);
    text-decoration: none;
}


.a2a_kit {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .workwithus-title {
        font-size: 22px;
    }

    h2 {
        font-size: 22px;
    }

    .col-md-6 {
        margin-bottom: 30px;
    }
}

.bg-image-box {
    position: relative;
    background-image: url('../image/workbassett.jpg');
    background-color:black;
    box-shadow:20px 20px 20px inset yellow;
    background-size: cover;
    background-position: center;
    padding: 2rem;
    color: white;
    overflow: hidden;
    /*opacity:0.6;*/
}

.bg-image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(22, 22, 22, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.bg-image-box * {
    position: relative;
    z-index: 2;
}


.bg-image-box ul li {
    color: white;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
}

.bg-image-box p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    
    .bg-image-box {
        padding: 20px;
    }
}

.social-icon {
    margin-top: 4px;
    margin-left: 6%;
    display: flex;
    gap: 16px;
    font-size: 20px;
}

.button_facebook {
    color: blue;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button_instagram {
    color: purple;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button_linkedin {
    color: blue;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button_email {
    color: grey;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

}