:root {
    --themeColorGrad: #fef8e1;
    --themeColorDark: #b59000;
    --themeButtonHover: #a5860a;
    --themePriceColor: #fe4b6d;
    --themeColorBC: #fef9e4;
    --themeColorBC_B: #f3e8bc;
}

.header-content .videos_img_list {
    background: url(/template/default/images/pst-to-o365-banner.webp) center no-repeat;
}

.one_half {
    width: 49%;
}

.two_fifth {
    width: 39.2%;
}

.three_fifth {
    width: 58.8%;
}

.prod-main-content .padding_60 {
    padding: 45px 0 !important;
}

.prod-main-content .pst_to_o365_features_intro{
    padding: 85px 0 45px !important;
}

.ost-intro-section .ost-intro-holder {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    justify-content: space-between;
}

.ost-intro-section.pstfeature1 .ost-intro-holder .one_half .p-space {
    padding: 15px 0 30px;
}

.ost-intro-section.edb-database .edb-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.ost-intro-section.edb-database .edb-holder .one-third-block {
    flex-basis: 28%;
}

.ost-intro-section.pstfeature1 .edb-holder h3 {
    min-height: 0;
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #121212;
}

.ost-intro-section.pstfeature1 .edb-holder h3 span {
    padding: 0 0 5px;
}


@media only screen and (max-width: 1280px) {
    .ost-intro-section.edb-database .edb-holder .one-third-block {
        flex-basis: 30%;
    }
}

@media only screen and (max-width: 991px) {
    .ost-intro-section .ost-intro-holder {
        flex-direction: column;
        gap: 30px;
    }

    .ost-intro-section:nth-of-type(even) .ost-intro-holder {
        flex-direction: column-reverse;
    }

    .ost-intro-section.edb-database .edb-holder .one-third-block {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .ost-intro-section.edb-database .edb-holder .one-third-block:last-child {
        margin-bottom: 0;
    }

    .one_half {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 980px) {
    .prod-main-content .padding_60 {
        padding: 20px 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .ost-intro-section.edb-database .edb-holder {
        margin-top: 30px;
    }
}

/* July 8 */
.get-start-holder {
  background: url(/template/default/images/banner-check11.png), #b59000;
}

.get-started-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  white-space: nowrap;
}

.get-started-flex .migrate-now {
  border: 1px solid #fff;
  background: #927605;
  margin: 0;
  color: #fff;
}

.get-started-flex .migrate-now-bg {
  border: 1px solid #fff;
  background: #fff;
  color: #927605;
}

.get-started-flex .migrate-now:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #927605;
}

.get-started-flex .migrate-now-bg:hover {
  border: 1px solid #927605;
  background: #927605;
  color: #fff;
}