.pro-tips-container{
    max-width: 798px !important;
    margin: 0 auto;
    padding: unset !important;
}
.pro-tips-container .cmp-container{
    border-radius: 10px;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
}
.pro-tips .cmp-text{
    display: flex;
}
.pro-tips .cmp-text p{
    display: flex;
    align-items: center;
}
.pro-tips .cmp-text img{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.pro-tips .cmp-text .whiteText{
    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}
.pro-tips .cmp-text .whiteText b{
    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}
.pro-tips .cmp-text a{
    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    text-decoration-line: underline;
}

@media screen and (max-width:768px){
    .pro-tips-container{
        padding: 0 15px !important;
    }
    .pro-tips .cmp-text img{
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }
    .pro-tips .cmp-text p:nth-child(2){
        flex-direction: column;
        flex: 1;
        align-items: start;
        gap: 8px;
    }
    .pro-tips .cmp-text .whiteText b{
        line-height: 22.4px;
        font-family: 'HelveticaNeueLTStd-Bd';
    }
    .pro-tips .cmp-text .whiteText{
        line-height: 22.4px;
        font-family: 'helveticaregular';
    }
    .pro-tips .cmp-text a{
        color: #FFF;
        font-family: 'helveticaregular';
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 19.6px;
        letter-spacing: -0.14px;
    }
    .pro-tips .cmp-text{
        align-items: start;
    }
}