.support-and-update-container .left-bg-light-blue .support-wrapper-container .custom-comp-teaser{
    max-width: 200px;
    width: 100%;
    background: #FFFFFF;
    padding: 20px 41px;
    border-radius: 24px;
    box-shadow: 5px 5px 24px 0px #0000000D;
}

.support-and-update-container .left-bg-light-blue .support-wrapper-container .new-tes-comp .cmp-custom-tes__image{
   text-align:center;
}

.support-and-update-container .left-bg-light-blue .support-wrapper-container .new-tes-comp .cmp-custom-tes__image .cmp-image__image{

    height: 52px;
    width: 52px;
    margin-bottom: 12px;
}

.support-and-update-container .left-bg-light-blue .support-wrapper-container .new-tes-comp .cmp-custom-tes__action-container{
 text-align:center;
}

.support-and-update-container .left-bg-light-blue .support-wrapper-container .new-tes-comp .cmp-custom-tes__action-link{
 font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: 0.02px;
    color: #02A2F8;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .support-and-update-container .left-bg-light-blue .support-wrapper-container .custom-comp-teaser {
        max-width: 222px;
        padding: 24px 47px;
    }
	.support-and-update-container .left-bg-light-blue .support-wrapper-container .custom-comp-teaser .cmp-custom-tes{
		display: flex;
        gap: 12px;
        flex-direction: column;
        justify-content: center;
    }

}


