#coverageSection .coverageTextContainer {
	max-width:none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#coverageSection .comm-sec-hdn {
	margin-bottom: .5rem;
}
#coverageSection .button {
	margin-top: 3rem;
}

.ceverage-section-icons-container{
    display: flex;
    padding: 1rem;
    border: 1px solid rgb(68 49 247 / 26%);
    background: linear-gradient(170deg, rgb(66 48 240 / 10%), rgb(68 49 247 / 25%));
    box-shadow: 0 0 100px 10px rgb(66 48 241 / 38%);
} 
.ceverage-section-icons-container .icons{
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 3rem;
}
.ceverage-section-icons-container .icons .label{
	    color: #4431f7;
}
.ceverage-section-icons-container .icons .value{
    font-family: "Space Grotesk", sans-serif;
    font-size: var(--fs64);
    font-weight: 500;
    letter-spacing: -3.2px;
}

@media only screen and (max-width: 600px) {
.ceverage-section-icons-container{
flex-direction: column !important;
    gap: 1rem;
}
}