.solutions {
    padding: 4.6vw 0 5vw;
}

.solutions .container {
  max-width: 59.5vw;
}
.solutions h2,
.solutions h3 {
    font-size: 2.3vw;
    margin-top: 7vh;
    margin-bottom: 29px;
    font-weight: bold;
}
.solutions__item-wrap {
   /* padding: 5px;
    background: linear-gradient(0deg, #F0F0EB 5.81%, #F5F5F0 46.33%, #FFFFF0 97.33%);
    border-radius: 70px;
    filter: drop-shadow(15px 15px 14px #FFDED2) drop-shadow(15px 18px 39px rgba(255, 229, 220, 0.5));
    aspect-ratio: 1; */
	    padding: 5px;
    background: linear-gradient(0deg, #F0F0EB 5.81%, #F5F5F0 46.33%, #FFFFF0 97.33%);
    border-radius: 50px; /* This creates a pill-like effect */
    box-shadow: 1px 7px 9px rgb(0 0 0 / 23%), 0 1px 0px rgba(0, 0, 0, 0.06);
    width: 300px; /* Adjust width for the desired pill length */
    height: 105px; /* Set a fixed height */
    display: flex;
    align-items: center;
    justify-content: center;

}
.solutions__item {
   /* background: linear-gradient(224.99deg, #F5F5FF 7.34%, #FFFFF0 80.49%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 1.1vw;
    line-height: 1.1;
    border-radius: 70px;
    aspect-ratio: 1; */
	    background: linear-gradient(224.99deg, #F5F5FF 7.34%, #FFFFF0 80.49%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 1.1vw;
    line-height: 1.1;
    border-radius: 50px; /* Match the parent to maintain the shape */
    width: 100%; /* Full width of the parent */
    height: 100%; /* Full height of the parent */

}
.solutions__grid {
    display: grid;
    column-gap: 5vw;
    row-gap: 80px;
    grid-template-columns: repeat(2, 1fr);
	  place-items: center;
}
.solutions .btn {
    min-width: 210px;
}

.solutions__item p {
	margin:0;
	/*font-weight:700;*/
}

@media (max-width: 1550px) {
    .solutions__grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.solutions .container {
		max-width:72.5vw;
	}
}
@media (max-width: 992px) {
    .solutions h2,
    .solutions h3 {
        font-size: 5vw;
        margin-bottom: 7vw;
    }
    .solutions__item-wrap {
       /* filter: drop-shadow(15px 15px 14px #ffded266) drop-shadow(15px 18px 39px rgba(255, 229, 220, 0.5)); */
    }
    .solutions__grid {
        column-gap: 10%;
        row-gap: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
		grid-template-columns: repeat(1, 1fr);

    }
    .solutions__item,
    .solutions__item-wrap {
       /* border-radius: 9vw; */
    }
    .solutions__item {
        padding: 10px;
    }
    .solutions__item-wrap {
        width: 100%;
		height:80px;
    }
    .solutions__item p {
        font-size: 3.5vw;
		margin:0;
    }
    .solutions {
        padding: 3vw 0 17vw 0;
    }
    .solutions .container {
        max-width: 75vw;
    }
	.solutions .btn {
		    max-width: 145px;
    font-size: 12px;
    min-width: 0;
    font-size: 14px;
    padding: 10px;
    margin-top: 20px !important;
    max-width: 170px;
    width: 100%;
	}
	.hubspot-lp .col-lg-10 > .row:first-of-type .col-lg-5:first-of-type {
		margin-left:5%; /*align camera icon properly */
	}
	
	.col-lg-10 > .row:last-of-type .col-lg-5:first-of-type {
		margin-left:5%; /*align camera icon properly */
	}
}