.gig-dropoff-section{
   display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100vh - 100px) !important;
  background: white;
  overflow: hidden;
	margin-top:75px;
    }
    .gig-dropoff-main{
    flex-wrap: wrap;
    width: 100%;
}
.gig-dropoff-contant{
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 50px;
}
.gig-dropoff-contant h1{
        font-size: 55px;
    font-weight: 800 !important;
    width: 103%;
}
.gig-dropoff-contant h1 span{
    background-image: linear-gradient(to right,#D5343A, #6F1B1E);
    color: transparent;
    background-clip: text;
}
.gig-dropoff-image{
    width: 45%;
     display: flex;
    justify-content: center;
}
.gig-dropoff-image img{
    width: 58%;      
}
.gig-dropoff-shipsmarter-section{
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.gig-dropoff-shipsmarter-heading{
    display: flex;
    justify-content: center;
}
.gig-dropoff-shipsmarter-heading h2{
    font-weight: 800;
	font-size:40px;
}
.gig-dropoff-shipsmarter-heading h2 span{
    background-image: linear-gradient(to right,#D5343A, #6F1B1E);
    color: transparent;
    background-clip: text;
}
.gig-dropoff-shipsmarter-contant-main{
    gap: 5px;
}
.gig-dropoff-shipsmarter-contant-div{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gig-dropoff-shipsmarter-contant-div h6{
    font-weight: 800;
}
.gig-dropoff-shipsmarter-contant-div p{
    font-size: 14px;
}
.dropoff-arrow{
        width: 15%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
}
.gig-dropoff-express-shipping-section{
    padding: 50px;
}
.gig-dropoff-express-shipping-heading{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	gap:15px;
}

.gig-dropoff-express-shipping-heading p{
    width: 65%;
    text-align: center;
	font-size:13px;
}
.gig-dropoff-express-shipping-heading h2{
    font-weight: 800;
	font-size:40px;

}
.gig-dropoff-express-shipping-heading h2 span{
    background-image: linear-gradient(to right,#D5343A, #6F1B1E);
    color: transparent;
    background-clip: text;
}
.gig-dropoff-express-shipping-contant-main{
    display: flex;
    flex-wrap: wrap;
}
.gig-dropoff-express-shipping-contant-main div{
    width: 50%;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gig-dropoff-express-shipping-contant-main div h5{
    font-weight: 700;
}
@media screen and (max-width:768px){
	.gig-dropoff-contant h1{
      font-size:35px;
    }
	.gig-dropoff-image img {
    width: 100%;
}
}
@media screen and (max-width:430px){
	.gig-dropoff-main{
	flex-direction:column;
}
	.gig-dropoff-contant{
	width:100%;
	padding:20px;
}
	.gig-dropoff-image{
	width:100%;
}
	.gig-dropoff-shipsmarter-section{
	padding:20px;
}
	.dropoff-arrow{
	display:none;
}
	.gig-dropoff-shipsmarter-contant-main{
	flex-direction:column;
}
	.gig-dropoff-shipsmarter-contant-div{
	width:100%
}
	.gig-dropoff-express-shipping-section{
    padding: 20px;
}
	.gig-dropoff-express-shipping-heading{
		gap:10px;
}
	.gig-dropoff-express-shipping-heading h2 {
	text-align:center;
}
	.gig-dropoff-express-shipping-heading p{
	width:100%;
	}
	.gig-dropoff-express-shipping-contant-main{
	flex-direction:column;
}
	.gig-dropoff-express-shipping-contant-main div{
	width:100%;
	padding:0px;
	align-items:center;
	justify-content:center;
}
	.gig-dropoff-express-shipping-contant-main div p{
	text-align:center;
}
 
}