.services__banner
{
    z-index: -1;
    height: 0;
    background: no-repeat;
    padding-top: 24.5%;
}

.offer__text
{
    font-weight: 400;
    font-family: Poppins;
	width: 43%;
    line-height: 2vw;    
    display: inline-flex;
    font-size: 0.8vw;
    float: right;
    height: 100%;    
    justify-content: center;
    flex-direction: column;
}

.offer img
{
    width: 21vw;
    height: 25vw;
	padding: 1.5vw;
    display: inline-flex;
}

.offer
{ 
	padding: 5vw 8vw 0vw 12vw;
}

.start-business__button
{
    border-radius: 44px;
    background-color: #1a99d6;
	padding: 0.4vw 1.4vw;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 600;
    width: fit-content;
    margin-left: 4px;
    font-size: 0.8vw;
    color: #FFFFFF;
    text-decoration: none;
	border: unset;
}

.integrated
{
    position: absolute;
    display: inline-flex;
    top: 65vw;
    left: 13.4vw;
}

.marquee 
{
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.our-services
{
    color: #FFFFFF;
    width: 100%;
    display: flex;
    padding: 1vw 1vw;
}

.our-services img
{
	filter: invert(1);
	width: 3vw;
	padding-bottom: 1.5vw;
}

.flex-start
{
	padding-top: 0vw;
	justify-content: flex-start;
}

.sub
{
	display: flex;
	flex-direction: column;
	line-height: 1.5vw;
}

.services__span
{
	padding-top: 10vw;
	padding-bottom: 5vw;
}

.services__title
{
	font-weight: 600;
	font-size: 1vw;
	width: 100%;
	height: 3vw;

}

.services__container
{

	padding: 0vw 4vw;
	background-size: contain; 
	height: 49vw; 
	width: 100%

}

.clients__img
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 1vw;
}

.clients--left
{
    width: 26%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clients--right
{
    width: 50%;
    display: flex;
    flex-direction: row;
}

.clients__img img
{
	border: solid 1px #e6e6e6;
    height: 10vw;
    padding: 2vw 0vw;
}

.latest__container
{
	display: none;
}

.container--grey
{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5%;
	background-color: #e3e3e3;
}

.started__text
{
    display: inline-block;
    margin-bottom: 0.5rem;
		font-size: 2.5vw;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    padding-top: 0.5vw;
}

.start-now__button
{
    margin: 1vw 2vw;
    font-weight: 600;
}