.blue-tick{
    width: 28px;
}
.blue-tick-big{
    min-width: 52px;
}

.launch-ads .container, .whats-included-second .container{
    background-color: #F6F7FA;
    border-radius: 20px;
 }

.included-text {
    background: rgba(0, 132, 255, 1);
    color: white;
    font-weight: bold;
    padding: 1rem 3rem;
    border-radius: 2rem;
}

.inlcuded-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: left;
    max-width: 626px;
    margin: 40px auto;
}

.inlcuded-list p{
    line-height: 1.1;
    font-size: 18px;
}
.included-icon {
    width: 66px;
    text-align: center;
}

.smart-ad-list h3 {
    color: rgba(25, 34, 55, 1);
    margin-bottom: 58px;
    line-height: 1.1;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 15px;
    font-size: 25px;
}
.static-smart-ad-list > div {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    gap: 15px;
    text-align: left;
    margin-bottom: 98px;
}
.static-smart-ad-list h3,  
.static-smart-ad-list p {
    color: rgba(25, 34, 55, 1);
    margin: 0;
}
.static-smart-ad-list p {
    font-size: 18px;
}
img.smarter-ad-pointer {
    position: absolute;
    left: -62px;
    bottom: 132px;
}

.launch-ads .heading{
    font-family: Inter;
    font-weight: 500;
    font-size: 60x;
    line-height: 64px;
    letter-spacing: -1.92px;
    text-align: center;
    vertical-align: middle;

}

.launch-ads h4.adgpt-blue-text{
    font-size: 20px;
}

.meta-btn-container a.btn{
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    padding: 16px 26px;
    border: 2px solid #007bff;

    color: #E5E7EB;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
}
.meta-btn-container a.btn:hover{
    background-color: white!important;
    color: #007bff!important;
}

.features-designed-table {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
}
.features-designed-table table {
    width: 100%;
    border-collapse: collapse;
}
.features-designed-table th{
    color:  #3B82F6;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px;  
    background-color: rgba(59, 130, 246, 0.10);
    padding: 20px
}
.features-designed-table td {  
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
} 
.features-designed-table th.feature-th{
    border-radius: 20px 0 0 0;
}
.features-designed-table th.included-th{
    border-radius: 0 20px 0 0;
}
@media  screen and (min-width: 1200px) {
        
    .static-ad .steps {
        width: 100%;
        display: flex;
        flex-direction: row;
        max-width: 100%;
        margin: auto;
        gap: 50px;
        min-height: 160px;
    }
    .static-ad .step {
        height: 100%;
    }
    .static-ad .step-arrow {
        position: absolute;
        bottom: 50%;
        left: 100%;
        transform: translate(100%, 50%) rotate(270deg);
        z-index: 999;
    }
    .static-ad .step h3{
        font-size: 21px;
    }
}


@media screen and (min-width: 1800px) {
    .smarter-ad .container  {
    max-width: 1425px;
}
}

@media screen and (max-width: 767px) {
    
    .meta-btn-container a.btn{
        width: 40%;
    }
}