@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Begin of About section  */
.inner-banber img {
    width: 100%;
    filter: brightness(0.5);
    position: relative;
    height: 540px;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    top: 40px;
    right: 0;
    left: 90px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.inner-banner-text h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 89px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
}

/* End of About section  */

.work-head h2 {
    /* font-family: "Barlow", Sans-serif; */
    font-size: 58px;
    font-family: 'Barlow';
    font-weight: 900;
    line-height: 1.1em;
}

section.work-experince {
    padding-bottom: 20px;
}

.work-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

section.work-img-sec {
    padding-bottom: 150px;
}

.instructor-text h2 {
    font-size: 36px;
    color: #000000;
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 50px;
    /* background-color: #C3C5C7; */
}

.instructor-text {
    background-color: #C3C5C7;
    padding: 10px 20px;
    position: relative;
    right: 48px;
    top: 100px;
    width: 280px;
}
