.blue-tick{
    width: 28px;
}
.blue-tick-big{
    min-width: 52px;
}
.launch-ads, .whats-included-second{
    background-color: #efefef;
}

.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;
}
.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;
}
@media screen and (min-width: 1800px) {
    .smarter-ad .container  {
    max-width: 1425px;
}
}
