# wt-security/2.2.1/htdocs/css/services-page/services.css

WebTotem Security, version 2.2.1. 50 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.2.1/code/htdocs/css/services-page/services.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.2.1/raw/htdocs/css/services-page/services.css
- Modified: 2020-09-10T12:50:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/2.2.1/code/htdocs/css/services-page/services.css#L10-L20`.

```css
.wtotem_offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 56px 37px 40px;
  margin-bottom: 110px; }
  .wtotem_offer__title {
    margin-bottom: 22px;
    font-size: 24px;
    color: #1d293f;
    font-weight: 500; }
  .wtotem_offer__text {
    width: 601px;
    margin-bottom: 22px;
    font-size: 16px;
    color: #5e6977;
    line-height: 24px; }
  .wtotem_offer__btn {
    color: #fff;
    background: #3d50df;
    border-radius: 5px;
    width: 151px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer; }

/* 992-1100px lg  Large */
/* 768-992px md  Medium */
@media screen and (max-width: 992px) {
  .wtotem_offer__title {
    line-height: 32px;
    margin-bottom: 20px; }
  .wtotem_offer__text {
    width: 100%; } }

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
  .wtotem_offer {
    padding: 20px; }
    .wtotem_offer__img {
      display: none; } }

/* 375-576px     Extra small */
/* 320-375px     Extra small */

/*# sourceMappingURL=services.css.map */

```
