.ad-container {
    width: calc(100% - 200px);
    max-width: 1240px;
    height: 627px;
    margin: 50px auto;
    position: relative;
    font-family: Archivo;
}
.ad-innner-bg{
    width: 100%;
    height: 581px;
    background-color: #092D35;
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.clr-bg1{
    width: 60%;
    aspect-ratio: 1 / 1;
    top: 25%;
    left: -3%;
    position: absolute;
    background-color: #BBE0F3;
    border-radius: 50%;
    filter: blur(232px);
    opacity: 1;
}
.clr-bg2{
    width: 75%;
    aspect-ratio: 1 / 1;
    top: -10%;
    right: 2%;
    position: absolute;
    background-color: #092D35;
    border-radius: 50%;
    filter: blur(122px);
    opacity: 1;
}
.clr-bg3{
    width: 73%;
    aspect-ratio: 1 / 1;
    bottom: 25%;
    left: -45%;
    position: absolute;
    background-color: #FFDF00;
    border-radius: 50%;
    filter: blur(232px);
    opacity: 1;
}
.ad-phone{
    height: 100%;
    position: absolute;
    width: max-content;
    right: -22px;
	bottom: -10px;
}
.ad-platform-details{
    /* height: 486px; */
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 17px;
    margin-left: 57px;
}
.ad-platform-details h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0;
}
.ad-platform-details h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 10px 0 0;
}
.ad-offers{
    width: 448px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ad-platform-details p{
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
}
.ad-platform-details a{
	display: flex;
    width: max-content;
	align-items: center;
	background: #FFDF00;
	border-radius: 100px;
	padding: 17.5px 20px;
    text-decoration: none;
    justify-content: center;
}
.ad-platform-details span{
    width: max-content;
    font-family: Archivo;
    color: #191919;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
	text-transform: none;  
}
.ad-platform-details a img{
	display: inline;
	width: 19px;
	height: auto;
}
@-moz-document url-prefix() {
  .clr-bg1, .clr-bg2, .clr-bg3 {
    opacity: 0.7;
  }
}
/* Shared styles for both mobile and tablet */
@media (max-width: 1279px) {
    .ad-container {
        height: 722px;
        margin:  30px 16.5px;
        width: calc(100% - 33px);
    }
    .ad-innner-bg{
        height: 722px;
        width: 100%;
        margin: 0;
        align-items: center;
    }
    .clr-bg1{
        width: 125%;
        top: -20%;
        left: -55%;
        filter: blur(145px);
    }
    .clr-bg2{
        width: 150%;
        top: 13%;
        right: -2%;
        filter: blur(100px);
    }
    .clr-bg3{
        width: 140%;
        bottom: 85%;
        left: 20%;
        filter: blur(145px);
    }
    .ad-phone{
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        margin: 0 20px;
        width: fit-content;
        height: max-content;
    }
    .ad-platform-details{
        top: 0;
        height: auto;
        display: block;
        text-align: center;
        margin: 41.5px 17px 0;
    }
    .ad-platform-details h3{
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
    }
    .ad-platform-details h2{
        font-weight: 600;
        font-size: 26px;
        line-height: 1.2;
        margin: 5px 0 0;
    }
    .ad-platform-details p{
        font-size: 16px;
		line-height:1.5;
		font-weight:400;
    }
    .ad-offers{
        width: auto;
        height: 80px;
        margin: 15px 0 34px;
    }
    .ad-platform-details a{
        width: max-content;
        padding: 14px 20px;
        margin: auto;
        justify-content: center;
    }
    .ad-platform-details span{
        font-size: 16px;
		font-weight:400px
        width: 97px;
        line-height: 26px;
    }
    .ad-platform-details .button-svg{
        height: 17px;
        margin-left: 10px;
    }
}

/* Tablet-specific overrides */
@media (min-width: 490px) and (max-width: 1279px) {
    .ad-phone{
        width: 386px;
        margin-inline: auto;
    }
    .rmv-line-brk{
        display: none;
    }
    .ad-offers{
        height: 50px;
    }
}
@media (min-width: 1280px) and (max-width: 1305px) {
    .ad-offers {
        width: 575px;
    }
}