* {box-sizing: border-box; }
a{text-decoration: none;}
.ad-sec{
margin-top:1rem;
margin-bottom:1rem;
}
.ad-sec a{
display:block;
text-decoration:none;
box-shadow:none;
outline:none;
}
.page-title{
font-size:2.5rem;
line-height:1.2;
font-weight:700;
color:#000;
font-family:inherit;
margin-bottom:1rem;
}
.ad-sec .ad-divider{
justify-content: center;
gap: 0px;
display: flex;
align-items: center;
margin-bottom: 0.5rem;
}
.ad-sec .ad-divider .divider-number{
padding: 5px 10px 8px 10px;
color: #FFF;
font-size:1.2rem;
font-style: normal;
font-family:inherit;
font-weight: 700;
line-height: 25px;
border-radius:0.5rem;
background:var(--color-first);
}

.ad-sec .ad-divider .divider-line {
flex-grow: 1;
height: 2px;
border-radius: 10px;
background:var(--color-first);
}

.ad-sec .ad-title{
 font-size: 1.7rem;  
line-height:1.5;
font-weight:700;
color:#0052a8;
font-family:inherit;
margin-bottom:0.5rem;
}
.ad-sec img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding-bottom: .5rem;
}
.ad-sec p{
font-size:1.1rem;
line-height:1.4;
font-family:inherit;
color:#000;
padding-top: 0px;
margin-top: 0px;
margin-bottom:1rem;
}

.btn-click {
    padding: 10px 10px;
    display: inline-block;
    margin-top: 1rem;
    background-color: #ff9900;
    color: #fff;
    font-style: normal;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: inherit;
    line-height: normal;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
}
.btn-click:hover{
background-color:#131921;
}
.btn-click::after {
content: '';
display: inline-block;
width: 13.636px;
height: 15px;
background-image: url("../img/arrow.svg");
background-size: contain;
background-repeat: no-repeat;
margin-left: 8px;
transform: translate(0, 12.5%);
}
.caption-wrap{
margin: 0;
max-width: 100%;
width: 100% !important;
position: relative;
display: grid;
}
.caption-text {
    padding: 5px;
    font-size: 12px;
    background: #E9F0F5;
    width: fit-content;
    position: relative;
    bottom: calc(0px + 1rem);
    height: fit-content;
    justify-self: right;
}

@media screen and (min-width:320px) and (max-width:767px){
    .page-title{font-size:1.6rem;} 
    .ad-sec .ad-title {font-size:1rem;line-height: 1.3;margin-bottom: 0.4rem;}    
    .ad-sec img{max-height: 250px;padding-bottom: 0px;}
    .ad-sec p{font-size: 0.95rem;font-weight: 400;line-height: 1.3;margin-bottom: 0.2rem;margin-top:0.5rem;}
    .btn-click {padding: 5px 5px;margin-top: 0.2rem;font-size:0.85rem;}
    .ad-sec .ad-divider .divider-number{padding: 2px 6px 2px 8px;line-height: 20px;}
    /* .caption-wrap {display: flex;position: absolute;justify-content:end;} */
    .caption-text {bottom: calc(-5px + 0rem);}  
    
    }