.custom_main_section1 {
    height: 600px;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}
.custom_main_section1_dash {
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 0 0 10%;
}
.custom_main_section_h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.custom_main_section1_dash_above {
    display: flex;
    flex-direction: column;
    align-self: end;
    width: 50%;
}
.custom_h1_span {
    color: #1BB76D;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 10px;
}
.custom_main_section_h1_underline {
    margin: 20px 0;
    width: 250px;
    border-bottom: 1px solid white;
}
.custom_main_section_h1_text {
    font-size: 20px;
    color: white;
    font-weight: 300;
}
.custom_h1_icon_c {
    position: relative;
    display: inline-block;
    transform: translateY(5px);
}
.custom_h1_icon_e {
    position: relative;
    display: inline-block;
    transform: translateY(5px);
}
.custom_main_section_h1_a {
    all: unset;
    color: white;
    display: block;
    padding: 10px;
    background-color: #1BB76D;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}
.custom_main_section_h1_btn {
    all: unset;
    display: none;
    color: white;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #1BB76D;
    width: fit-content;
}
.custom_main_section1_dash_below {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}
.custom_main_section1_dash_below_foto {
    width: auto;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
}
.custom_main_section1_dash_below_icon {
    background-image: url("../img/icons/player.svg");
    width: 50px;
    height: 50px;
    background-size: cover;
    display: inline-block;
}
.custom_main_section1_dash_below_btn {
    all: unset;
    position: absolute;
    bottom: 20%;
    cursor: pointer;
    background-color: #1BB76D;
    color: white;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 850px) {
    .custom_main_section1_dash_below {
        display: none;
    }
    .custom_main_section1_dash {
        justify-content: center;
        padding: 0 10%;
    }
    .custom_main_section1_dash_above {
        width: 100%;
    }
    .custom_main_section_h1_btn {
        display: flex;
        cursor: pointer;
        margin-bottom: 50px;
        padding: 5px 14px;
    }
    .custom_main_section_h1_a {
        margin-bottom: 10px;
    }
}
@media (max-width: 776px) {
    .custom_main_section_h1_text {
        font-size: 16px;
    }
}
@media (max-width: 460px) {
    .custom_main_section_h1 {
        font-size: 28px;
    }
}
