.typesContent-section .headingWrapper .mainHeadingText{
    font-size: 38px;
    line-height: 1.4;
    color: #060640;
    font-weight: 700;
    text-align: center;
}
.typesContent-section .headingWrapper{
    margin-bottom: 40px;
}
.typesContent-section .creativeContent-box h5{
    font-size: 20px;
    margin: 36px 0 10px;
    line-height: 30px;
    font-weight: 700;
}
.typesContent-section .creativeContent-box p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.typesContent-section .creativeContent-box{
    padding: 36px 15px;
    border: 1px solid #e0e9fb;
    transition-duration: 0.5s;
    /* min-height: 370px; */
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.typesContent-section .creativeContent-item:hover .creativeContent-box{
    border-top: 2px solid #02cb95;
    border-bottom: 2px solid #02cb95;
    transform: scale(1.05);
    box-shadow: 4px 4px 20px rgb(0 0 0 / 0.1);
}
.typesContent-section .creativeContent-wrapper{
    margin-top: 30px;
}