.planet_general_title_content_wrapper,
.planet_general_title_content_wrapper .planet_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.planet_section .container .planet_sub_title {
    font-size: 30px;
    line-height: 33px;
    color: #C03522;
    font-family: var(--font-inter);
    font-weight: 400;
    text-transform: capitalize;
}
.planet_section .common-heading.title_align_center,
.planet_section.text_align_center .planet_sub_title,
.planet_section.text_align_center .planet_content_wrap {
    text-align: center;
}
.planet_section .common-heading.title_align_left,
.planet_section.text_align_left .planet_sub_title,
.planet_section.text_align_left .planet_content_wrap {
    text-align: left;
}
.w75 .planet_content_wrap {
    width: 74%;
    margin: 0 auto;
}

.planet_content_wrap > *{
    color: var(--color-parahgraph);
}
.planet_section .planet_content_wrap p {
    line-height: 27px;
}
.general_title_content .planet_content_wrap ul {
    padding-left: 20px;
}

@media(max-width:767px) {
    .w75 .planet_content_wrap {
        width: 100%;
        margin: 0 auto;
    }
}