.single_event_custom_block .clb-hometop-wrapper {
     display: grid;
     grid-template-columns: 1fr 3fr;
     padding-left: 80px;
     padding-right: 80px;
     padding-bottom: 80px;
 }

.single_event_custom_block  .clb-hometop-action-btn-wrapper {
     position: relative;
}

.single_event_custom_block .home-seminar-section a.homepage-register-now {
     text-transform: uppercase;
     text-decoration: none;
     color: var(--white);
     font-weight: 700;
     font-size: 25px;
     line-height: 1.33;
 }

 .single_event_custom_block .home-seminar-section .homepage-register-now {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
     text-align: center;
 }

.single_event_custom_block .clb-hometop-title-action-area {
     max-width: 600px;
}

.single_event_custom_block a.homepage-register-now {
     max-width: 188px;
}

.single_event_custom_block .clb-hometop-title-action-area h4 {
     font-size: 42px;
     line-height: 0.8;
     text-transform: uppercase;
     color: var(--green);
     margin-top: 0;
 }

.single_event_custom_block .clb-hometop-title-action-area h4 a {
     color: var(--green);
}

.single_event_custom_block .clb-hometop-right {
     padding-left: 40px;
     margin-left: 20px;
     position: relative;
 }

 .single_event_custom_block .clb-hometop-right:before {
     content: '';
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     bottom: 0;
     height: 100%;
     width: 6px;
     background: linear-gradient(to right, #00B7A5, #0091D1);
     --c1: var(--green);
     --c2: var(--blue);
     background: linear-gradient(180deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0)/ 200%;
     background: linear-gradient(to bottom, var(--blue), var(--green));
     border-radius: 6px;
 }