.main-box {
    display: flex;
    align-items: flex-start;
    background-color: white;
    margin: 20px auto 25px auto !important;
}


.image-parent {
    -webkit-writing-mode: vertical-lr;
}

div.image-parent img {
    width: 284px;
    height: auto;
}

div.image-parent>img {
    margin: 0px;
}

.content-main {
    margin-left: 25px !important;
    padding: 0px 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h3.main-heading {
    color: #355070 !important;
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 1.219em !important;
    font-weight: 700;
    padding: 0px;
    margin-bottom: 11.79px !important;
    margin-top: 0 !important;
}

h4.sub-heading {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 19px;
    color: #4C4C4E;
    line-height: 1.21em;
    margin-bottom: 15.05px !important;
    padding: 0px !important;
    margin-top: 0 !important;
}

.main-box {
    display: flex;
    align-items: flex-start;
    background-color: white;
    margin: 20px auto 25px auto !important;
}

h6.list-heading {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #4C4C4E;
    padding: 0px;
    line-height: 1.219em;
    margin-bottom: 12.9px !important;
    margin-top: 0 !important;
}

.list-item-container {
    display: flex;
    flex-direction: column;
}

p.check-list-item {
    font-family: 'Montserrat';
    font-size: 18px;
    padding: 0px;
    line-height: 1.57em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #4C4C4E;
    padding-left: 23px !important;
    display: inline-flex;
}

p.check-list-item::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 16.9px;
    min-width: 16.9px;
    height: 22px;
    z-index: 9;
    top: 8px;
    right: 20px;
    background: url(https://web.archive.org/web/20240323054555im_/https://therapywisdom.com/wp-content/uploads/2024/02/CHECK.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.button-box {
    margin-top: 1px !important;
}

.button-box p:first-of-type {
    padding: 0px !important;
    margin: 0px !important;
}

.button-box a:first-of-type {
    display: inline-block;
    background-color: #CBAF7B;
    color: white;
    text-transform: uppercase;
    padding: 13px 58px !important;
    font-family: Arial;
    font-style: normal;
    font-size: 16px;
    line-height: 1.219em;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.1em;
    width: auto;
    margin-top: 10px !important;
}

@media screen and (max-width: 980px) {
    .main-box {
        flex-direction: column;
        align-items: center;
        padding: 20px 0px !important;
    }
    
    .image-parent {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 768px) {
    .main-box {
        flex-direction: column;
        align-items: center;
        padding: 20px 0px !important;
    }

    .content-main {
        margin-left: 0px !important;
        padding: 15px !important;
    }

    .image-parent {
        margin-bottom: 30px !important;
    }

    h3.main-heading {
        font-size: 23px;
    }

    p.check-list-item {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .button-box a:first-of-type {
        display: inline-flex;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .content-main {
        padding: 0px !important;
    }
}