.hero_section {
    position: relative;
}
.hero_section::after {
    content: "";
    width: 100%;
    height: 17rem;
    position: absolute;
    bottom: 0;
    background-color: #5e7d95;
    transform: skewY(15deg);
    z-index: -1;
    
}
.content_1 {
    position: relative;
}
.content_1::before {
    content: "";
    width: 100%;
    height: 10rem;
    position:absolute;
    top: -7rem;
    background-color: black;
    transform: skewY(6deg);
    z-index:-1;
    opacity: 0.2;
}
.cambeo-clip_path {
    clip-path: polygon(0 0, 100% 20%, 100% 85%, 0% 100%);
}
.cambeo-main-sect::before {
    content: "";
    width: 100%;
    height: 15rem;
    top: 8rem;
    position: absolute;
    background-color: rgb(67, 67, 67);
    z-index: -1;
}
.dotted-list {
    list-style-type: none; 
    padding: 0;
}
  
.dotted-list li:before {
    content: "\2022"; 
    color: #ffffff; 
    font-size: 1.3em; 
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}
@media (min-width: 1024px) {
    #lineheight {
        line-height: 5rem;
    }
}
