.widget-newsletter {
    background-color: #2d2d2d; /* dark gray */
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-size: cover;
}

.experience__box-three .title span { -webkit-text-fill-color: transparent; background: linear-gradient(180deg, #ff4d4d, #cc0000); background-clip: text; -webkit-background-clip: text; font-family: var(--tg-heading-font-family); font-size: 90px; font-weight: 800; line-height: .8; position: relative; }

.experience__box-three .title{
	background: #D3D3D3;
  	margin-right: 20px;
    display: inline-block;
}

.about__img-wrap-three>img:first-child{border-radius:10px 185px 10px 10px}

@media screen and (max-width: 991px) {
    .tg-header__area {
        background: #fff;
    }
}