#growTogther{
    background-color: #1A2A61;
    display: flex;
    justify-content: center;
    padding-top: 52px;
    padding-bottom: 100px;
    overflow: hidden;

    
}
.growTogether-pattern{
    position: absolute;
    left: -220px;
    top: 75px;
    bottom: 0px;
    opacity: 0.25;
    width: 23vw;
    max-width: 340px;
    min-width: 300px;
    
}
.growTogether-container{
    position: relative;
    background: #5BC6B8;
    border-radius: 12px;
    padding: 27px 85px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    margin: 0px 50px;

}

.growTogether-container h2{
    color:white;
    font-size: 72px;
    text-align: center;
    font-family: "Montserrat";
    z-index: 1;

}
.growTogether-container a{
    background: #1A2A61;
    padding: 10px 14px;
    font-family: "Montserrat";
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: white;
border-radius: 8px;
width: 263px;
height: 50px;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}