.bb-contaier {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    margin-bottom: 74px;
    color: #191919;
}
.page-template-template-webinar .bb-detials {
    padding: 26px 0 0;
}
.bb-detials h2{
    font-family: Archivo;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    color: #191919;
}
.privacy-intro{
    font-family: Archivo;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: rgba(180, 178, 178, 1);
}
.bb-detials p{
    font-family: Archivo;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    width: 950px;
    margin: 12px auto 22px;
}
.bb-box {
  display: grid;
  grid-template-columns: repeat(2, min-content); /* 2 per row */
  gap: 21px;
  margin: 0 100.5px;
  padding: 26px 0;
  justify-content: center;
}
.bb-layout-common-class{
    position: relative;
    width: 609px;
    min-height: 254px;
    height: auto;
    border: 2px solid #E9E5DE;
    border-radius: 15px;
	box-shadow:0 2px 8px rgba(0,0,0,0.15);
	background:#ffffff;
}
.bb-box-data{
    /* margin: 0 38px 0 31px; */
    bottom: 43px;
    /* position: absolute; */
}
.bb-box-data h3{
    font-family: Archivo;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
}
.bb-box-data p{
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 10px 0 0;
}
.bb-box .bb-mask-container{
    width: 62px;
    height: 62px;
    /* position: absolute; */
    background: #082D3514;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    left: 30px;
}
.bb-mask-container .bb-mask-icon {
    width: 30px;
    height: 34px;
    background-color: #161819E5;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-size: cover;
}
.bb-layout-common-class.box-5,
.bb-layout-common-class.box-6 {
    display: none;
}
.circle-icon-container {
    width: 62px;
    height: 62px;
    /* position: absolute; */
    background: rgba(8, 45, 53, 0.08);
    /* background:#f0f0f0; */
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    left: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}
.circle-icon-image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* Shared styles for both mobile and tablet */
@media (max-width: 1024px) {
    .page-template-template-webinar .bb-detials {
        padding: 0;
    }
    .bb-contaier {
        margin: 30px 0 30px !important;
    }
    .bb-detials h2{
        font-size: 26px;
        color: #191919;
    }
    .bb-detials p{
        font-size: 16px;
        line-height: 1.2;
		max-width:350px;
		text-align:center;
	}
    .bb-layout-common-class{
        width: calc(100% - 32px);
        min-height: 159px;
        height: auto;
        padding: 10px 20px;
        margin: 0 auto;
        border: 1px solid #C6C6C6;
        border-radius: 20px;
    }
    .bb-box .bb-layout-common-class:nth-child(odd) {
    background-color: #FEFFE7;
    }

    .bb-box .bb-layout-common-class:nth-child(even) {
    background-color: #F2F9FD;
    }
    .bb-box-data{
        margin: 0;
        display: flex;
        height: 100%;
        gap: 20px;
        justify-content: center;
        flex-direction: column;
    }
    .bb-box-data h3{
        font-weight: 600;
        font-size: 20px;
    }
    .bb-box-data p{
        font-size: 15px;
        line-height: 1.2;
        margin: 0;
    }
    .bb-box .bb-mask-container, .circle-icon-container  {
        display: none;
    }
    .bb-box {
    grid-template-columns: repeat(1, 1fr); /* 2 per row */
    gap: 15px;
    margin: 0;
    padding: 0;
    }
    .bb-layout-common-class.box-5,
    .bb-layout-common-class.box-6 {
        display: block;
    }
}
@media (min-width: 1025px) {
    .bb-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .bb-layout-common-class {
        gap: 36px;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        padding: 28px 36px 10px 28px;
    }
}