.sw-verdict {
    background: #F5F7FC;
    padding:   100px 0;
}
.sw-verdict__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.sw-verdict__header {
    text-align: center;
    margin-bottom: 24px;
}
.sw-verdict__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 6px;
}
.sw-verdict__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    line-height: 1.44;
    letter-spacing: 0;
    margin: 0 0 0 0;
}
.sw-verdict__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 60px;
}
.sw-verdict__item {
  	padding: 14px 0;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.sw-verdict__icon {
    flex-shrink: 0;
    line-height: 0;
}
.sw-verdict__content {
    flex: 1;
}
.sw-verdict__name {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.80);
    margin: 0 0 12px;
    line-height: 20px;
}
.sw-verdict__desc p {
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    line-height: 25px;
  	font-weight: 400;
    margin: 0;
}

@media (max-width: 768px) {
  .sw-info__container { 
    margin-top: 60px;
}
    .sw-verdict {
        padding: 48px 0;
    }
    .sw-verdict__container {
        padding: 0 20px;
    }
    .sw-verdict__title {
        font-size: 26px;
    }
    .sw-verdict__grid {
        grid-template-columns: 1fr;
    }
    .sw-verdict__header {
        margin-bottom: 32px;
    }
}
@media (max-width: 767px) {
  .sw-info__container { 
    margin-top: 60px;
}
    
}
